C# Class GameMap, Augmented_Tactics

Datei anzeigen 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_oe property

public List> CellGameMap
return List>

CellPrefab public_oe property

public GameObject CellPrefab
return GameObject

Instances public_oe static_oe property

public static int Instances
return int

MapSize public_oe property

public int MapSize
return int