C# Class Assets.Managers.MapCreatorManager

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: Kavignon/Augmented_Tactics Class Usage Examples

Public Properties

Property Type Description
instance MapCreatorManager
map List>
mapSize int
palletSelection CellType

Private Methods

Method Description
Awake ( ) : void
generateBlankMap ( int mSize ) : void
loadMapFromXml ( ) : void
saveMapToXml ( ) : void

Property Details

instance public static property

public static MapCreatorManager,Assets.Managers instance
return MapCreatorManager

map public property

public List> map
return List>

mapSize public property

public int mapSize
return int

palletSelection public property

public CellType palletSelection
return CellType