Package | Description |
---|---|
com.tyrlib2.graphics.lighting | |
com.tyrlib2.graphics.scene |
Modifier and Type | Method and Description |
---|---|
Light.Type |
Light.getType()
Get the type of this light
|
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.
|
Constructor and Description |
---|
Light(Light.Type type) |
Modifier and Type | Method and Description |
---|---|
Light |
SceneManager.createLight(Light.Type type) |