| Parameter | Description |
|---|---|
| physicsTransform | The physics transform to use as the source of the pose. |
| transform | The Transform to set. |
| transformPlane | The transform plane to use. |
| 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 using the specified TransformPlane.
For position, only two axis will be updated with the others remaining unchanged.
For rotation, only a single rotation axis will be changed with the others set to zero.
See: PhysicsMath.ToRotationFast3D and PhysicsWorld.SetTransform.