Method SetWorldPositionAndRotation
SetWorldPositionAndRotation(float3, quaternion)
Sets the world-space position and rotation to the provided values.
Declaration
public void SetWorldPositionAndRotation(float3 position, quaternion rotation)
Parameters
| Type | Name | Description |
|---|---|---|
| float3 | position | The new world-space position |
| quaternion | rotation | The new world-space rotation |
Remarks
This operation is significantly more expensive than the local-space equivalent. Its execution time is proporitional to the depth of this object in its transform hierarchy. Only use it when the call site specifically needs world-space transform data for objects that may be in a hierarchy.