SetPositionAndRotation(Vector3, Quaternion)
Sets the world space position and rotation of the transform.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Jobs
- Assembly: UnityEngine.CoreModule
public void SetPositionAndRotation(Vector3 position, Quaternion rotation)
Parameters
Remarks
When setting both the position and rotation of a transform, calling this method is more efficient than assigning to TransformAccess.position and TransformAccess.rotation individually.