Class Grid
- Namespace
- DotTiled
- Assembly
- DotTiled.dll
Used to specify how tile overlays for terrain and collision information are rendered in isometric maps.
public class Grid
- Inheritance
-
Grid
- Inherited Members
Properties
Height
Height of a grid cell.
public required uint Height { get; set; }
Property Value
Orientation
Orientation of the grid for the tiles in this tileset.
public GridOrientation Orientation { get; set; }
Property Value
Width
Width of a grid cell.
public required uint Width { get; set; }