Maven module :un.engine : engine-opengl :
Class : un.engine.opengl.mesh.AnimationSet
Extends/Implements : -
Subclasses : -

author  Johann Sorel


Variables : -
Functions : getAnimationNames, getAnimation, getAnimations




List animation names.
return  Chars[] never null
public Chars[] getAnimationNames ()


Get animation with given name.
param  name searched frame name
return  MorphFrame or null if no frame with this name exist
public Animation getAnimation (Chars name)


Modifiable sequence of all animations.
return  Sequence never null, can be empty
public Sequence getAnimations ()