C# Class GameMap, Augmented_Tactics

Show file Open project: Kavignon/Augmented_Tactics Class Usage Examples

Public Properties

Property Type Description
CellGameMap List>
CellPrefab GameObject
Instances int
MapSize int

Private Methods

Method Description
CreateMap ( ) : void
Start ( ) : void
Update ( ) : void

Property Details

CellGameMap public property

public List> CellGameMap
return List>

CellPrefab public property

public GameObject CellPrefab
return GameObject

Instances public static property

public static int Instances
return int

MapSize public property

public int MapSize
return int