Uses of Enum Class
com.ticxo.modelengine.api.animation.state.ModelState
-
Uses of ModelState in com.ticxo.modelengine.api.animation.state
Modifier and TypeMethodDescriptionstatic @Nullable ModelState
static ModelState
Returns the enum constant of this class with the specified name.static ModelState[]
ModelState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionDefaultStateHandler.getProperty
(ModelState state) void
DefaultStateHandler.setProperty
(ModelState state, DefaultStateHandler.Property property) -
Uses of ModelState in com.ticxo.modelengine.api.model
Modifier and TypeMethodDescriptionvoid
ActiveModel.playDefaultAnimation
(ModelState state) Play the default animation of this model.
To play the default animations of all models, useModeledEntity.setState(ModelState)
.void
ModeledEntity.setState
(ModelState state) Set theModelState
of this entity