XFileGuid.TimedFloatKeys Field

Language:

Retrieves the globally unique identifier (GUID) for timed float-key templates.

Definition

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

Field Value

System.Guid
A Guid Leave Site value that contains the GUID for timed float-key templates.

This field is read-only. 

Remarks

Timed float-key templates define a set of floating-point values (floats) and a positive time for use in animations. The following is a TimedFloatKeys template.

[C#]
template TimedFloatKeys { < F406B180-7B3B-11cf-8F52-0040333594A3 > DWORD time; FloatKeys tfkeys; }
Where: tfkeys - See FloatKeys.


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