GltfModelEntity.AnimationState
public final class GltfModelEntity.AnimationState
Specifies the current animation state of the GltfModelEntity.
Summary
Public fields |
|
|---|---|
static final @NonNull GltfModelEntity.AnimationState |
The animation is currently playing. |
static final @NonNull GltfModelEntity.AnimationState |
The animation is currently stopped. |
Public fields
PLAYING
public static final @NonNull GltfModelEntity.AnimationState PLAYING
The animation is currently playing.
STOPPED
public static final @NonNull GltfModelEntity.AnimationState STOPPED
The animation is currently stopped.