parsedAnimations property
The list of animations parsed when this node was deserialized.
To instantiate an animation on a node, use createAnimationClip. To search for an animation by name, use findAnimationByName.
Implementation
List<Animation> get parsedAnimations => _animations;