| Parameter | Description |
|---|---|
| transformAccess | The Jobs.TransformAccessused to change the transform. |
| position | The global position to set the transform to. |
| transformChangedEvent | By default, no transform changed event will be produced however this behaviour can be overridden with this argument. |
Set the Jobs.TransformAccess position without causing a TransformChangeEvent to be generated. See PhysicsWorld.RegisterTransformChange.
| Parameter | Description |
|---|---|
| transformAccess | The Jobs.TransformAccessused to change the transform. |
| position | The global position to set the transform to. |
| rotation | The global rotation to set the transform to. |
| transformChangedEvent | By default, no transform changed event will be produced however this behaviour can be overridden with this argument. |
Set the Jobs.TransformAccess position and rotation without causing a TransformChangeEvent to be generated. See PhysicsWorld.RegisterTransformChange.