Version: 2023.1

TransformAccess.SetPositionAndRotation

切换到手册
public void SetPositionAndRotation (Vector3 position, Quaternion rotation);

描述

Sets the world space position and rotation of the transform.

When setting both the position and rotation of a transform, calling this method is more efficient than assigning to position and rotation individually.