Version: 2022.3
言語: 日本語
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.