Torque3D Documentation / _generateds / SceneObjectRefBase

SceneObjectRefBase

Engine/source/scene/sceneContainer.h

More...

Public Attributes

T *

Next link in chain of container.

T *

Next link in chain that is associated with object.

Object that is referenced in the link.

T *

Previous link in chain of container.

Detailed Description

Public Attributes

T * nextInBin 

Next link in chain of container.

T * nextInObj 

Next link in chain that is associated with object.

SceneObject * object 

Object that is referenced in the link.

T * prevInBin 

Previous link in chain of container.