Torque3D Documentation / _generateds / OpenVRTrackedObjectData

OpenVRTrackedObjectData

Engine/source/platform/input/openVR/openVRTrackedObject.h

More...

Public Types

Parent 

Public Functions

bool

Called when the object is added to the sim.

bool
preload(bool server, String & errorStr)

Called to prepare the datablock for use, after it has been unpacked.

Public Static Functions

Detailed Description

Public Types

typedef GameBaseData Parent 

Public Attributes

Point3F mCollisionBoxMax 
Point3F mCollisionBoxMin 
Resource< TSShape > mShape 

Torque model.

StringTableEntry mShapeFile 

Public Functions

OpenVRTrackedObjectData()

~OpenVRTrackedObjectData()

DECLARE_CONOBJECT(OpenVRTrackedObjectData )

onAdd()

Reimplemented from: SimDataBlock

packData(BitStream * stream)

Reimplemented from: SimDataBlock

preload(bool server, String & errorStr)

Reimplemented from: SimDataBlock

unpackData(BitStream * stream)

Reimplemented from: SimDataBlock

Public Static Functions

initPersistFields()