Methods in com.jme.light that return Light.Type |
Light.Type |
DirectionalLight.getType()
getType returns this light's type (Type.Directional). |
abstract Light.Type |
Light.getType()
getType returns the type of the light that has been
created. |
Light.Type |
PointLight.getType()
getType returns the type of this light (Type.Point). |
Light.Type |
SpotLight.getType()
getType returns the type of this light (Type.Spot). |
static Light.Type |
Light.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Light.Type[] |
Light.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared. |