Version: 2017.1

Handles.DrawingScopeConstructor

Switch to Manual
public Handles.DrawingScope (Color color);
public Handles.DrawingScope (Color color, Matrix4x4 matrix);
public Handles.DrawingScope (Matrix4x4 matrix);

Parameters

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

Description

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