Dungeon Architect  17.0.0
DungeonArchitect.Flow.Domains.Tilemap.FlowTilemapCellDatabase Class Reference

This class gives a 2D grid view for an underlying 1D array Unity serialization requires a 1-dimensional array, hence the need for this class More...

Inheritance diagram for DungeonArchitect.Flow.Domains.Tilemap.FlowTilemapCellDatabase:

Public Member Functions

 FlowTilemapCellDatabase (int width, int height)
 
FlowTilemapCell GetCell (int x, int y)
 

Properties

FlowTilemapCell this[int x, int y] [get, set]
 

Detailed Description

This class gives a 2D grid view for an underlying 1D array Unity serialization requires a 1-dimensional array, hence the need for this class

Definition at line 371 of file FlowTilemap.cs.


The documentation for this class was generated from the following file: