MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getSceneManager

Method getSceneManager

Engine/source/scene/sceneObject.h:412–412  ·  view source on GitHub ↗

Return the SceneManager that this SceneObject belongs to.

Source from the content-addressed store, hash-verified

410
411 /// Return the SceneManager that this SceneObject belongs to.
412 SceneManager* getSceneManager() const { return mSceneManager; }
413
414 /// Adds object to the client or server container depending on the object
415 void addToScene();

Callers 2

renderSceneMethod · 0.45
removeObjectFromSceneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected