GltfModelEntity.AnimationState


public static class GltfModelEntity.AnimationState


Specifies the current animation state of the GltfModelEntity.

Summary

Constants

static final int

The animation is currently playing.

static final int

The animation is currently stopped.

Constants

PLAYING

Added in 1.0.0-alpha05
public static final int PLAYING = 0

The animation is currently playing.

STOPPED

Added in 1.0.0-alpha05
public static final int STOPPED = 1

The animation is currently stopped.

Public fields

INSTANCE

Added in 1.0.0-alpha05
public static @NonNull GltfModelEntity.AnimationState INSTANCE