C# Class Assets.Managers.MapCreatorManager

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: Kavignon/Augmented_Tactics Class Usage Examples

Méthodes publiques

Свойство Type Description
instance MapCreatorManager
map List>
mapSize int
palletSelection CellType

Private Methods

Méthode Description
Awake ( ) : void
generateBlankMap ( int mSize ) : void
loadMapFromXml ( ) : void
saveMapToXml ( ) : void

Property Details

instance public_oe static_oe property

public static MapCreatorManager,Assets.Managers instance
Résultat MapCreatorManager

map public_oe property

public List> map
Résultat List>

mapSize public_oe property

public int mapSize
Résultat int

palletSelection public_oe property

public CellType palletSelection
Résultat CellType