Uses of Enum Class
com.ticxo.modelengine.api.model.AnimationMode
Packages that use AnimationMode
-
Uses of AnimationMode in com.ticxo.modelengine.api.model
Methods in com.ticxo.modelengine.api.model that return AnimationModeModifier 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.Methods in com.ticxo.modelengine.api.model with parameters of type AnimationModeModifier 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
Methods in com.ticxo.modelengine.api.utils.config that return AnimationMode