XFileGuid.AnimationSet Field |
Language: |
Retrieves the globally unique identifier (GUID) for an animation set.
Visual Basic Public Shared AnimationSet As Guid C# public static Guid AnimationSet; C++ public: static Guid AnimationSet; JScript public static var AnimationSet : Guid
System.Guid
This field is read-only.
A Guid value that is used for animation set templates in XFiles (.x files).
Animation sets contain one or more Animation objects. Each animation within a set has the same time at any given point, so increasing the animation set's time increases the time for all animations it contains.
The following C# code provides an example of an AnimationSet template.
[C#]Where:
template AnimationSet { < 3D82AB50-62DA-11cf-AB39-0020AF71E433 > [ Animation < 3D82AB4F-62DA-11cf-AB39-0020AF71E433 > ] }
- [ Animation < 3D82AB4F-62DA-11cf-AB39-0020AF71E433 > ] - Optional animation template.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center