AnimationController.NumberAnimationSets Property |
Language: |
Returns the number of animation sets currently registered in the animation controller.
Visual Basic Public ReadOnly Property NumberAnimationSets As Integer C# public int NumberAnimationSets { get; } C++ public:
property int NumberAnimationSets {
int get();
}JScript public function get NumberAnimationSets() : int
System.Int32
This property is read-only.
An integer that represents the number of animation sets in the animation controller.
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.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.