-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum LightManager.TypeDenotes the type of the light being created.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description SUNDirectional light that also draws a sun's disk in the sky.
DIRECTIONALDirectional light, emits light in a given direction.
POINTPoint light, emits light from a position, in all directions.
FOCUSED_SPOTPhysically correct spot light.
SPOTSpot light with coupling of outer cone and illumination disabled.
-
Method Summary
Modifier and Type Method Description static Array<LightManager.Type>values()static LightManager.TypevalueOf(String name)-
-
Method Detail
-
values
static Array<LightManager.Type> values()
-
valueOf
static LightManager.Type valueOf(String name)
-
-
-
-