Version: 2023.2
언어: 한국어
public static Matrix4x4 matrix ;

설명

Matrix for all handle operations. This is used by functions in HandleUtility and Handles to transform controls.

To make all Handle routines work in the local coordinate space of a GameObject, set this to Transform.localToWorldMatrix.

The handles matrix is reset to identity at the end of every frame. It is considered best practice to store and restore the state of this matrix during use. See DrawingScope for a convenient means of preserving handle global state.