Version: 2022.3

Transform.GetPositionAndRotation

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

描述

Gets the position and rotation of the Transform component in world space.

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