| Parameter | Description |
|---|---|
| transform | The transform to change. |
| 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 Transform position without causing a TransformChangeEvent to be generated by default. See PhysicsWorld.RegisterTransformChange.
| Parameter | Description |
|---|---|
| transform | The transform to change. |
| 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 Transform position and rotation without causing a TransformChangeEvent to be generated. See PhysicsWorld.RegisterTransformChange.