Class

SpatialGltfModelAnimation.AnimationState

The current animation state of the SpatialGltfModelAnimation.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
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.