Class GridBrush.BrushCell
  
  
  
  
    Inheritance
    
    GridBrush.BrushCell
   
  
  
  Assembly: UnityEditor.dll
  Syntax
  
    [Serializable]
public class BrushCell
   
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  color
  
  
  Declaration
  
    public Color color { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  matrix
  
  
  Declaration
  
    public Matrix4x4 matrix { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  tile
  
  
  Declaration
  
    public TileBase tile { get; set; }
   
  Property Value
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
  Overrides
  
  Extension Methods