AnimationController.NumberAnimationSets Property |
Language: |
Returns the number of animation sets currently registered in the animation controller.
Visual Basic .NET Public ReadOnly Property NumberAnimationSets As Integer C# public int NumberAnimationSets { get; } Managed C++ public: __property int get_NumberAnimationSets(); JScript .NET public function get NumberAnimationSets() : int
System.Int32 . An integer that represents the number of animation sets in the animation controller.
This property is read-only.
The AnimationController contains any number of animations sets and tracks. Animation sets can be registered with RegisterAnimationSet. An AnimationController created by a call to Mesh.LoadHierarchyFromFile will automatically register loaded animation sets.
Feedback? Please provide us with your comments on this topic.