C# Class BattleSceneManager, BattleTeutoburgForest

Inheritance: MonoBehaviour
Afficher le fichier Open project: ppolsinelli/BattleTeutoburgForest Class Usage Examples

Méthodes publiques

Свойство Type Description
focusedUnit Transform
gameManager GameManager,
germanicChaseEnabled bool
units List

Méthodes publiques

Méthode Description
Awake ( ) : void
Start ( ) : void
UnitClick ( GameObject g ) : void
Update ( ) : void
UpdateGUIScores ( ) : void

Private Methods

Méthode Description
BattleSceneManager ( ) : System.Collections
CheckWinningConditions ( ) : void
StopAllActivity ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

UnitClick() public méthode

public UnitClick ( GameObject g ) : void
g GameObject
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateGUIScores() public méthode

public UpdateGUIScores ( ) : void
Résultat void

Property Details

focusedUnit public_oe property

public Transform focusedUnit
Résultat Transform

gameManager public_oe property

public GameManager, gameManager
Résultat GameManager,

germanicChaseEnabled public_oe property

public bool germanicChaseEnabled
Résultat bool

units public_oe property

public List units
Résultat List