VisualFrame Properties |
The VisualFrame type exposes the following members.
| Name | Description | |
|---|---|---|
| CoordinateSystem |
The coordinate system used by this frame.
For instances of VisualFrame this is always left-handed Y up.
(Overrides FrameCoordinateSystem.) | |
| EulerConvention |
The Euler angle convention used by this frame.
For instances of VisualFrame this is always fixed ZXY.
(Overrides FrameEulerConvention.) | |
| FrameLocation |
The location of this frame, relative to its parent, using the frame's coordinate system.
For instances of VisualFrame, this is always (0, 0, 0) and cannot be set.
(Overrides FrameFrameLocation.) | |
| FrameMatrix |
A matrix representing this frame's location and rotation relative to its parent, using this frame's coordinate system.
For instances of VisualFrame, this is always the identity matrix, and cannot be set.
(Overrides FrameFrameMatrix.) | |
| FrameRotation |
The rotation of this frame, in degrees, relative to its parent, using this frame's coordinate system.
For instances of VisualFrame, this is always (0, 0, 0) and cannot be set.
(Overrides FrameFrameRotation.) | |
| Id | (Inherited from SerializableObject.) | |
| Location |
The location of this frame, relative to its parent, using the Emulate3D coordinate system.
For instances of VisualFrame, this is always (0, 0, 0) and cannot be set.
(Overrides FrameLocation.) | |
| Matrix |
A matrix representing this frame's location and rotation relative to its parent, using the Emulate3D coordinate system.
For instances of VisualFrame, this is always the identity matrix, and cannot be set.
(Overrides FrameMatrix.) | |
| Name |
Gets the name of the underlying visual.
(Overrides FrameName.) | |
| Parent |
Gets the parent of this frame, which is always null for a VisualFrame.
(Overrides FrameParent.) | |
| Rotation |
Gets this frame's rotation, in degrees, relative to its parent, using the Emulate3D coordinate system.
For instances of VisualFrame, this is always (0, 0, 0) and cannot be set.
(Overrides FrameRotation.) | |
| Visual |
The visual that this instance of VisualFrame is wrapping up.
| |
| WorldLocation |
The location of this frame relative to the scene, using the Emulate3D coordinate system.
For instances of VisualFrame, this is the world location of the underlying visual, and cannot be set.
(Overrides FrameWorldLocation.) | |
| WorldMatrix |
A matrix representing this frame's location and rotation relative to the world, using the Emulate3D coordinate system.
For instances of VisualFrame, this cannot be set.
(Overrides FrameWorldMatrix.) | |
| WorldRotation |
The rotation of this frame, in degrees, relative to the scene, using the Emulate3D coordinate system.
For instances of VisualFrame, this is the world location of the underlying visual, and cannot be set.
(Overrides FrameWorldRotation.) |