DrawingScope
Create a new DrawingScope and set Handles.color and/or Handles.matrix to the specified values.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
DrawingScope(Color)
Create a new DrawingScope and set Handles.color and/or Handles.matrix to the specified values.
public DrawingScope(Color color)
Parameters
DrawingScope(Matrix4x4)
Create a new DrawingScope and set Handles.color and/or Handles.matrix to the specified values.
public DrawingScope(Matrix4x4 matrix)
Parameters
DrawingScope(Color, Matrix4x4)
Create a new DrawingScope and set Handles.color and/or Handles.matrix to the specified values.
public DrawingScope(Color color, Matrix4x4 matrix)