GuiShapeEdPreview::MountedShape
Engine/source/gui/editor/guiShapeEdPreview.h
Public Types
enum
eMountType { Object Image Wheel }
Public Attributes
The mounted shape instance.
Mount offset transform.
eMountType
Type of mount.
Public Functions
Detailed Description
Public Types
eMountType
Enumerator
- Object
Mount origin of shape to target node.
- Image
Mount 'mountPoint' or origin of shape to target node.
- Wheel
Mount origin of shape to target node, ignore target node rotation.
Public Attributes
S32 mNode
Index of the node this shape is mounted to.
TSShapeInstance * mShape
The mounted shape instance.
Thread mThread
Animation thread for the mounted shape.
MatrixF mTransform
Mount offset transform.
eMountType mType
Type of mount.