Uses of Enum Class
com.ticxo.modelengine.api.model.AnimationMode
-
Uses of AnimationMode in com.ticxo.modelengine.api.model
Modifier and TypeMethodDescriptionstatic AnimationMode
ActiveModel.getAnimationMode()
Get theAnimationMode
of this model.
If the mode was not set withActiveModel.setAnimationMode(AnimationMode)
, it would return the default mode set in the plugin config.static AnimationMode
Returns the enum constant of this class with the specified name.static AnimationMode[]
AnimationMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ActiveModel.setAnimationMode
(AnimationMode mode) Configure theAnimationMode
of this model.
Use this beforeModeledEntity.addModel(ActiveModel, boolean)
or it would have no effect. -
Uses of AnimationMode in com.ticxo.modelengine.api.utils.config