Click or drag to resize
AB4D logo

AnimationControllerAnimationNodes Property

Gets a list of AnimationNodeBase object that are animated by this AnimationController.

Namespace: Ab3d.Animation
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
public List<AnimationNodeBase> AnimationNodes { get; }

Property Value

ListAnimationNodeBase
See Also