GltfModelEntity.AnimationState


object GltfModelEntity.AnimationState


Specifies the current animation state of the GltfModelEntity.

Summary

Constants

const Int

The animation is currently playing.

const Int

The animation is currently stopped.

Constants

PLAYING

Added in 1.0.0-alpha05
const val PLAYING = 0: Int

The animation is currently playing.

STOPPED

Added in 1.0.0-alpha05
const val STOPPED = 1: Int

The animation is currently stopped.