| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | casmi.graphics.object.LightMode | |
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| LightMode | AMBIENT | The ambient light style constant. | |||||||||
| LightMode | DIRECTION | The direction light style constant. | |||||||||
| LightMode | NONE | The default style constant. | |||||||||
| LightMode | POINT | The point light style constant. | |||||||||
| LightMode | SPOT | The spot light style constant. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||