Sets the task manager. Doesn't increase the reference count. */
| 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. |