Version: 2022.3
언어: 한국어

Handles.DrawingScopeConstructor

매뉴얼로 전환
public Handles.DrawingScope (Color color);
public Handles.DrawingScope (Color color, Matrix4x4 matrix);
public Handles.DrawingScope (Matrix4x4 matrix);

파라미터

matrix The matrix to use for displaying Handles inside the scope block.
color The color to use for displaying Handles inside the scope block.

설명

Create a new DrawingScope and set Handles.color and/or Handles.matrix to the specified values.