XFileGuid.Frame Field

Language:

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

Definition

Visual Basic Public Shared Frame As Guid
C# public static Guid Frame;
C++ public: static Guid Frame;
JScript 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.


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