AnimationController.NumberAnimationSets Property

Language:

Note: This documentation is preliminary and is subject to change.

Returns the number of animation sets currently registered in the animation controller.

Definition

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

Property Value

System.Int32 . An integer that represents the number of animation sets in the animation controller.

This property is read-only. 

Remarks

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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.