Package | Description |
---|---|
agi.foundation.graphics.advanced |
Provides less commonly instantiated graphics types for the camera, mouse options, primitive options, and others.
|
Modifier and Type | Method and Description |
---|---|
static ForwardAnimation.AnimationState |
ForwardAnimation.AnimationState.getDefault()
Get the enum constant that is considered to be the default.
|
static ForwardAnimation.AnimationState |
ForwardAnimation.AnimationState.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
protected ForwardAnimation.AnimationState |
ForwardAnimation.getState()
Gets the current animation state.
|
static ForwardAnimation.AnimationState |
ForwardAnimation.AnimationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForwardAnimation.AnimationState[] |
ForwardAnimation.AnimationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ForwardAnimation.setState(ForwardAnimation.AnimationState value)
Sets the current animation state.
|