Show / Hide Table of Contents

Struct Handles.DrawingScope

Implements
IDisposable
Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditor
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
Type Name Description
Color color
Matrix4x4 matrix
| Improve this Doc View Source

DrawingScope(Matrix4x4)

Declaration
public DrawingScope(Matrix4x4 matrix)
Parameters
Type Name Description
Matrix4x4 matrix

Properties

| Improve this Doc View Source

originalColor

Declaration
public Color originalColor { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

originalMatrix

Declaration
public Matrix4x4 originalMatrix { get; }
Property Value
Type Description
Matrix4x4

Methods

| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()

Implements

System.IDisposable

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX