Revision Difference
Enums/BOX#516140
<cat>enum</cat>
<enumeration>
<description>Enumerations used by <page>render.SetModelLighting</page>.</description>
<fields>
<item key="BOX_FRONT" value="0">Place the light from the front</item>
<item key="BOX_BACK" value="1">Place the light behind</item>
<item key="BOX_RIGHT" value="2">Place the light to the right</item>
<item key="BOX_LEFT" value="3">Place the light to the left</item>
<item key="BOX_TOP" value="4">Place the light to the top</item>
<item key="BOX_BOTTOM" value="5">Place the light to the bottom</item>
⤶
<item key="BOX_BACK" value="1">Place the light behind</item>
⤶
<item key="BOX_RIGHT" value="2">Place the light to the right</item>
⤶
<item key="BOX_LEFT" value="3">Place the light to the left</item>
⤶
<item key="BOX_TOP" value="4">Place the light to the top</item>
⤶
<item key="BOX_BOTTOM" value="5">Place the light to the bottom</item>
</fields>
</enumeration>