XFileGuid.FrameTransformMatrix Field |
Language: |
Retrieves the globally unique identifier (GUID) for a frame transform matrix.
Visual Basic Public Shared FrameTransformMatrix As Guid C# public static Guid FrameTransformMatrix; C++ public: static Guid FrameTransformMatrix; JScript public static var FrameTransformMatrix : Guid
System.Guid
This field is read-only.
A Guid value that is used for frame transform matrix templates.
A frame transform matrix template defines a local transform for a frame and all of its child objects, as shown in the following example.
[C#]Where:
template FrameTransformMatrix { < F6F23F41-7686-11cf-8F52-0040333594A3 > Matrix4x4 frameMatrix; }
- frameMatrix - A Matrix4x4 template. For more information, see Matrix4x4.
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