XFileGuid.Frame Field |
Language: |
Retrieves the globally unique identifier (GUID) for a frame.
Visual Basic Public Shared Frame As Guid C# public static Guid Frame; C++ public: static Guid Frame; JScript public static var Frame : Guid
System.Guid
This field is read-only.
A Guid value that is used for frames.
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.
- [ ... ] - Any .x file template can be used here making the architecture extensible.
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