Microsoft DirectX 9.0 SDK Update (October 2004)

XFileGuid.Frame Field

Language:

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

Retrieves the globally unique identifier (GUID) for a frame.

Definition

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

Field Value

System.Guid . A Guid Leave Site value that is used for frames.

This field is read-only. 

Remarks

A frame is a coordinate frame, or "frame of reference." The Frame template is open and can contain any object. The mesh-loading functions recognize Mesh, FrameTransformMatrix, and Frame template instances as child objects when loading a Frame instance.

The following is a Frame template.

[C#]
template Frame { < 3D82AB46-62DA-11CF-AB39-0020AF71E433 > [...] }
The frame template recognizes child Frame and Mesh nodes inside of a frame, and user-defined templates through a callback function.


© 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