Struct Handles.DrawingScope
Assembly: UnityEditor.dll
Syntax
public struct DrawingScope : IDisposable
Constructors
|
Improve this Doc
View Source
DrawingScope(Color)
Declaration
public DrawingScope(Color color)
Parameters
Type |
Name |
Description |
Color |
color |
|
|
Improve this Doc
View Source
DrawingScope(Color, Matrix4x4)
Declaration
public DrawingScope(Color color, Matrix4x4 matrix)
Parameters
|
Improve this Doc
View Source
DrawingScope(Matrix4x4)
Declaration
public DrawingScope(Matrix4x4 matrix)
Parameters
Properties
|
Improve this Doc
View Source
originalColor
Declaration
public Color originalColor { get; }
Property Value
|
Improve this Doc
View Source
originalMatrix
Declaration
public Matrix4x4 originalMatrix { get; }
Property Value
Methods
|
Improve this Doc
View Source
Dispose()
Declaration
Implements
Extension Methods