Struct TileData
  
  
  
  
  
  Assembly: UnityEngine.dll
  Syntax
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  colliderType
  
  
  Declaration
  
    public Tile.ColliderType colliderType { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  color
  
  
  Declaration
  
    public Color color { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  flags
  
  
  Declaration
  
    public TileFlags flags { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  gameObject
  
  
  Declaration
  
    public GameObject gameObject { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  sprite
  
  
  Declaration
  
    public Sprite sprite { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public Matrix4x4 transform { get; set; }
   
  Property Value
  
  Extension Methods