Version: 2023.2
언어: 한국어

Rigidbody2D.localToWorldMatrix

매뉴얼로 전환
public Matrix4x4 localToWorldMatrix ;

설명

The transformation matrix used to transform the Rigidbody2D to world space.

The transformation matrix is calculated as the combination of the Rigidbody2D.position and the Rigidbody2D.rotation.

Additional resources: Collider2D.localToWorldMatrix and Matrix4x4.