Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ setObject
Method
setObject
Engine/source/T3D/physics/physicsUserData.h:70–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
69
///
70
void setObject( SceneObject *object ) { mObject = object; }
71
SceneObject* getObject() const { return mObject; }
72
73
void setBody( PhysicsBody *body ) { mBody = body; }
Callers
14
buildPolyList
Method · 0.45
getPolyList
Method · 0.45
buildPolyList
Method · 0.45
_export
Method · 0.45
buildPolyList
Method · 0.45
getPolyList
Method · 0.45
buildPolyList
Method · 0.45
buildPolyList
Method · 0.45
buildPolyList
Method · 0.45
testObject
Method · 0.45
init
Method · 0.45
init
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected