summaryrefslogtreecommitdiffstats
path: root/doc/classes/DirectionalLight.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-11-24 23:16:30 +0100
committerRémi Verschelde <rverschelde@gmail.com>2017-11-24 23:16:30 +0100
commit7dfba3cda9f13427f9f10a6eefbec52aef62274c (patch)
tree37231b14dfe24e8597ca5c780bb151696cda9b57 /doc/classes/DirectionalLight.xml
parent2bc6db65c14f00de5a0349e910037ca2db7fc103 (diff)
downloadredot-engine-7dfba3cda9f13427f9f10a6eefbec52aef62274c.tar.gz
doc: Fix enum tags thanks to 2bc6db6
Diffstat (limited to 'doc/classes/DirectionalLight.xml')
-rw-r--r--doc/classes/DirectionalLight.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/classes/DirectionalLight.xml b/doc/classes/DirectionalLight.xml
index 4814341c16..287c98e715 100644
--- a/doc/classes/DirectionalLight.xml
+++ b/doc/classes/DirectionalLight.xml
@@ -33,15 +33,15 @@
</member>
</members>
<constants>
- <constant name="SHADOW_ORTHOGONAL" value="0">
+ <constant name="SHADOW_ORTHOGONAL" value="0" enum="ShadowMode">
</constant>
- <constant name="SHADOW_PARALLEL_2_SPLITS" value="1">
+ <constant name="SHADOW_PARALLEL_2_SPLITS" value="1" enum="ShadowMode">
</constant>
- <constant name="SHADOW_PARALLEL_4_SPLITS" value="2">
+ <constant name="SHADOW_PARALLEL_4_SPLITS" value="2" enum="ShadowMode">
</constant>
- <constant name="SHADOW_DEPTH_RANGE_STABLE" value="0">
+ <constant name="SHADOW_DEPTH_RANGE_STABLE" value="0" enum="ShadowDepthRange">
</constant>
- <constant name="SHADOW_DEPTH_RANGE_OPTIMIZED" value="1">
+ <constant name="SHADOW_DEPTH_RANGE_OPTIMIZED" value="1" enum="ShadowDepthRange">
</constant>
</constants>
</class>