Enumerations |
|
| enum | siLightType { siLightPoint = 0, siLightInfinite = 1, siLightSpot = 2, siLightSun = 3, siUndefinedLightType = 4 } |
| enum siLightType |
| siLightPoint | [0] Point light |
| siLightInfinite | [1] Infinite light |
| siLightSpot | [2] Spot light |
| siLightSun | [3] Sun light |
| siUndefinedLightType | [4] Undefined light |