ModelAnimator
Represents a raw animator from a model file, containing a set of keyframes for a specific bone group.
Since
1.15.2
Parameters
name
the name of the bone group this animator affects
keyframes
the list of keyframes
_rotationGlobal
whether the rotation is applied globally (true) or locally (false/null)
Functions
Link copied to clipboard
Checks if this animator is valid and has keyframes.
Link copied to clipboard
Checks if this animator contains any keyframes.
Link copied to clipboard
Returns the list of keyframes for this animator.
Link copied to clipboard
Checks if the rotation should be applied globally.
Link copied to clipboard
Returns a sorted stream of valid keyframes.