XFileGuid.FloatKeys Field |
Language: |
Retrieves the globally unique identifier (GUID) for an array of floating-point numbers (floats) and the number of floats in the array.
Visual Basic Public Shared FloatKeys As Guid C# public static Guid FloatKeys; C++ public: static Guid FloatKeys; JScript public static var FloatKeys : Guid
System.Guid
This field is read-only.
A Guid value that is used for templates that consist of an array of floating-point numbers, and the number of floats in that array in XFiles (.x).
This field is used for defining sets of animation keys.
The following is a FloatKeys template.
[C#]Where:
template FloatKeys { < 10DD46A9-775B-11cf-8F52-0040333594A3 > DWORD nValues; array float values[nValues]; }
- nValues - Number of floats.
- values[nValues] - Array of float values.
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