Microsoft DirectX 9.0 SDK Update (October 2004)

XFileGuid.TimedFloatKeys Field

Language:

Note: This documentation is preliminary and is subject to change.

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

Definition

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

Field Value

System.Guid . A Guid Leave Site value that contains the globally unique identifier (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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center