Android
public value class AnimationState private constructor(private val value: Int)
The current animation state of the SpatialGltfModelAnimation.
Companion Object
Properties
Android
public val Playing: AnimationState
The animation is currently playing.
Android
public val Stopped: AnimationState
The animation is currently stopped.
Android
public val Paused: AnimationState
The animation is currently paused.