Modifier and Type | Method and Description |
---|---|
RotationMode |
Frustum.getRotationMode()
Gets the frustum's orientation mode
This property only works when the
Frustum.getTarget() is null. |
static RotationMode |
RotationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RotationMode[] |
RotationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Frustum.setRotationMode(RotationMode value)
Sets the frustum's orientation mode
This property only works when the
Frustum.getTarget() is null. |
Copyright © 2019. All rights reserved.