Uses of Class
com.ticxo.modelengine.api.animation.state.DefaultStateHandler
-
Uses of DefaultStateHandler in com.ticxo.modelengine.api.model
Modifier and TypeMethodDescriptionActiveModel.getDefaultStateHandler()
Get the existing instance ofDefaultStateHandler
specific to this model.
This is used to configure the animation properties of eachModelState
for this model.
To play a default animation, useModeledEntity.setState(ModelState)
.