XFileGuid.TimedFloatKeys Field (Microsoft.DirectX.Direct3D)
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 Guidvalue 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.
.gif)