GltfModelEntity.AnimationState


class GltfModelEntity.AnimationState


Specifies the current animation state of the GltfModelEntity.

Summary

Public companion properties

GltfModelEntity.AnimationState

This property is deprecated. Use GltfAnimation.AnimationState instead.

GltfModelEntity.AnimationState

This property is deprecated. Use GltfAnimation.AnimationState instead.

Public functions

open String

This function is deprecated. Use GltfAnimation.AnimationState instead.

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