Skip to content
Snippets Groups Projects
Commit 6c97056a authored by @perture's avatar @perture Committed by GitHub
Browse files

Correction enum

Override of enumerators
parent 9b45d8a4
No related branches found
No related tags found
No related merge requests found
...@@ -1057,7 +1057,7 @@ ...@@ -1057,7 +1057,7 @@
<enum name="EffectShaderControlledColor" storage="uint"> <enum name="EffectShaderControlledColor" storage="uint">
An unsigned 32-bit integer, describing which color in BSEffectShaderProperty to animate. An unsigned 32-bit integer, describing which color in BSEffectShaderProperty to animate.
<option value="0" name="Emissive Color">Emissive Color.</option> <option value="0" name="ECSC_Emissive Color">Emissive Color.</option>
</enum> </enum>
<enum name="LightingShaderControlledVariable" storage="uint"> <enum name="LightingShaderControlledVariable" storage="uint">
...@@ -1076,8 +1076,8 @@ ...@@ -1076,8 +1076,8 @@
<enum name="LightingShaderControlledColor" storage="uint"> <enum name="LightingShaderControlledColor" storage="uint">
An unsigned 32-bit integer, describing which color in BSLightingShaderProperty to animate. An unsigned 32-bit integer, describing which color in BSLightingShaderProperty to animate.
<option value="0" name="Specular Color">Specular Color.</option> <option value="0" name="LSCC_Specular Color">Specular Color.</option>
<option value="1" name="Emissive Color">Emissive Color.</option> <option value="1" name="LSCC_Emissive Color">Emissive Color.</option>
</enum> </enum>
<enum name="hkConstraintType" storage="uint"> <enum name="hkConstraintType" storage="uint">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment