GltfModelEntity.AnimationState


class GltfModelEntity.AnimationState


Specifies the current animation state of the GltfModelEntity.

Summary

Public companion properties

GltfModelEntity.AnimationState

The animation is currently playing.

GltfModelEntity.AnimationState

The animation is currently stopped.

Public functions

open String

Public companion properties

PLAYING

val PLAYINGGltfModelEntity.AnimationState

The animation is currently playing.

STOPPED

val STOPPEDGltfModelEntity.AnimationState

The animation is currently stopped.

Public functions

toString

open fun toString(): String