MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / setTaskManager

Method setTaskManager

physx/source/common/src/CmTask.h:174–177  ·  view source on GitHub ↗

Sets the task manager. Doesn't increase the reference count. */

Source from the content-addressed store, hash-verified

172 Sets the task manager. Doesn't increase the reference count.
173 */
174 PX_INLINE void setTaskManager(physx::PxTaskManager& tm)
175 {
176 mTm = &tm;
177 }
178
179 /**
180 Adds a dependent task. It also sets the task manager querying it from the dependent task.

Callers 1

collideStepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected