Uses of Class
de.coreengine.rendering.model.AnimatedModel
-
Packages that use AnimatedModel Package Description de.coreengine.asset de.coreengine.asset.dataStructures -
-
Uses of AnimatedModel in de.coreengine.asset
Methods in de.coreengine.asset that return AnimatedModel Modifier and Type Method Description static AnimatedModel
AssetDatabase. getAnimatedModel(String name)
Getting animated model by name from the database.Methods in de.coreengine.asset with parameters of type AnimatedModel Modifier and Type Method Description static void
AssetDatabase. addAnimatedModel(String name, AnimatedModel model)
Manually store an animated model into the database. -
Uses of AnimatedModel in de.coreengine.asset.dataStructures
Methods in de.coreengine.asset.dataStructures that return AnimatedModel Modifier and Type Method Description AnimatedModel
AnimatedModelData. getInstance(String texPath, boolean asResource)
Creates new animated model instance of the dataStructure animated model
-