XFileGuid.Animation Field |
Language: |
Retrieves the globally unique identifier (GUID) for animation.
Visual Basic Public Shared Animation As Guid C# public static Guid Animation; C++ public: static Guid Animation; JScript public static var Animation : Guid
System.Guid
This field is read-only.
A Guid value that is used for animation templates in XFiles (.x files).
Animation templates in XFiles contain animations that reference a previous frame. The template should contain one reference to a frame and at least one set of AnimationKey templates. It also can contain an AnimationOptions data object. The following C# code provides an example.
[C#]Where:
template Animation { < 3D82AB4F-62DA-11cf-AB39-0020AF71E433 > [...] }
- [ ... ] - Any .x file template can be used here making the architecture extensible.
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