Version: 2022.2
언어: 한국어

Transform.SetPositionAndRotation

매뉴얼로 전환
public void SetPositionAndRotation (Vector3 position, Quaternion rotation);

설명

Sets the world space position and rotation of the Transform component.

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