SceneObject::MountInfo
Engine/source/scene/sceneObject.h
Mounted object.
Public Attributes
Link to next object mounted to this object's mount.
Linked-list of objects mounted on this object.
Object this object is mounted on.
Detailed Description
Mounted object.
Public Attributes
SceneObject * link
Link to next object mounted to this object's mount.
SceneObject * list
Linked-list of objects mounted on this object.
S32 node
Node point we are mounted to.
SceneObject * object
Object this object is mounted on.
MatrixF xfm