XFileGuid.AnimationOptions Field |
Language: |
Retrieves the globally unique identifier (GUID) for animation options.
Visual Basic Public Shared AnimationOptions As Guid C# public static Guid AnimationOptions; C++ public: static Guid AnimationOptions; JScript public static var AnimationOptions : Guid
System.Guid
This field is read-only.
A Guid value that is used for animation option templates in XFiles (.x files).
The following C# code provides an example of an AnimationOptions template.
[C#]Where:
template AnimationOptions { < E2BF56C0-840F-11cf-8F52-0040333594A3 > DWORD openclosed; DWORD positionquality; }
- openclosed - Use 0 for a closed animation, or 1 for an open animation. An animation is closed by default.
- positionquality - Set the position quality for any position keys specified. Use 0 for spline positions, or 1 for linear positions.
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