![]() |
![]() |
![]() |
XFileGuid.AnimationOptions Field |
Language: |
Retrieves the globally unique identifier (GUID) for animation options.
Visual Basic .NET Public Shared AnimationOptions As Guid C# public static Guid AnimationOptions; Managed C++ public: static Guid AnimationOptions; JScript .NET public static var AnimationOptions : Guid
System.Guid . A Guid
This field is read-only.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.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center