| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | casmi.graphics.element.TextureRotationMode | |
Enum for texture rotation modes.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TextureRotationMode | CLOCKWIZE | The rotation style to turn 90 degrees in a clockwise direction constant | |||||||||
| TextureRotationMode | COUNTERCLOCKWIZE | The rotation style to turn 90 degrees in a counterclockwise direction constant | |||||||||
| TextureRotationMode | HALF | The rotation style to turn 180 degrees constant | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
The rotation style to turn 90 degrees in a clockwise direction constant
The rotation style to turn 90 degrees in a counterclockwise direction constant