Torque3D Documentation / _generateds / GuiShapeEdPreview::MountedShape

GuiShapeEdPreview::MountedShape

Engine/source/gui/editor/guiShapeEdPreview.h

More...

Public Types

enum
eMountType {
  Object 
  Image 
  Wheel 
}

Public Attributes

Index of the node this shape is mounted to.

The mounted shape instance.

Animation thread for the mounted shape.

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.

Public Functions

MountedShape()

~MountedShape()