Class

SpatialGltfModelAnimation.AnimationState

The current animation state of the SpatialGltfModelAnimation.

Source set: Android
public value class AnimationState private constructor(private val value: Int)

The current animation state of the SpatialGltfModelAnimation.

Companion Object

Properties

Source set: Android
public val Playing: AnimationState

The animation is currently playing.

Source set: Android
public val Stopped: AnimationState

The animation is currently stopped.

Source set: Android
public val Paused: AnimationState

The animation is currently paused.

Last updated: