XFileGuid.AnimationKey Field

Language:

Retrieves the globally unique identifier (GUID) for animation keys.

Definition

Visual Basic Public Shared AnimationKey As Guid
C# public static Guid AnimationKey;
C++ public: static Guid AnimationKey;
JScript public static var AnimationKey : Guid

Field Value

System.Guid
A Guid Leave Site value that is used for animation key templates in XFiles (.x files).

This field is read-only. 

Remarks

The following C# code is an AnimationKey template.

[C#]
template AnimationKey { < 10DD46A8-775B-11CF-8F52-0040333594A3 > DWORD keyType; DWORD nKeys; array TimedFloatKeys keys[nKeys]; }
Where:


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