getAnimation

abstract fun getAnimation(animationIndex: Int): ModelAnimation

Get the associated ModelAnimation at the given index or throw an IndexOutOfBoundsException.

Parameters

animationIndex

Zero-based index for the animation of interest.


Get the associated ModelAnimation by name or null if none exist with the given name.