C# Class BattleSceneManager, BattleTeutoburgForest

Inheritance: MonoBehaviour
Datei anzeigen Open project: ppolsinelli/BattleTeutoburgForest Class Usage Examples

Public Properties

Property Type Description
focusedUnit Transform
gameManager GameManager,
germanicChaseEnabled bool
units List

Public Methods

Method Description
Awake ( ) : void
Start ( ) : void
UnitClick ( GameObject g ) : void
Update ( ) : void
UpdateGUIScores ( ) : void

Private Methods

Method Description
BattleSceneManager ( ) : System.Collections
CheckWinningConditions ( ) : void
StopAllActivity ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Start() public method

public Start ( ) : void
return void

UnitClick() public method

public UnitClick ( GameObject g ) : void
g GameObject
return void

Update() public method

public Update ( ) : void
return void

UpdateGUIScores() public method

public UpdateGUIScores ( ) : void
return void

Property Details

focusedUnit public_oe property

public Transform focusedUnit
return Transform

gameManager public_oe property

public GameManager, gameManager
return GameManager,

germanicChaseEnabled public_oe property

public bool germanicChaseEnabled
return bool

units public_oe property

public List units
return List