Show / Hide Table of Contents

Class GridBrush.BrushCell

Inheritance
Object
GridBrush.BrushCell
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
[Serializable]
public class BrushCell

Properties

| Improve this Doc View Source

color

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

matrix

Declaration
public Matrix4x4 matrix { get; set; }
Property Value
Type Description
Matrix4x4
| Improve this Doc View Source

tile

Declaration
public TileBase tile { get; set; }
Property Value
Type Description
TileBase

Methods

| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
Object.GetHashCode()

Extension Methods

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