Uses of Enum Class
com.ticxo.modelengine.api.animation.state.ModelState
Packages that use ModelState
-
Uses of ModelState in com.ticxo.modelengine.api.animation.state
Methods in com.ticxo.modelengine.api.animation.state that return ModelStateModifier 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.Methods in com.ticxo.modelengine.api.animation.state with parameters of type ModelStateModifier and TypeMethodDescriptionDefaultStateHandler.getProperty
(ModelState state) void
DefaultStateHandler.setProperty
(ModelState state, DefaultStateHandler.Property property) -
Uses of ModelState in com.ticxo.modelengine.api.model
Methods in com.ticxo.modelengine.api.model that return ModelStateMethods in com.ticxo.modelengine.api.model with parameters of type ModelStateModifier 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