C# Class UserInput, ES2015C

Inheritance: MonoBehaviour
Afficher le fichier Open project: jgirald/ES2015C Class Usage Examples

Méthodes publiques

Свойство Type Description
SelectedArea GameObject

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
FindMouseTargetHit ( ) : RaycastHit
HandleMouseClick ( bool leftClick, bool rightClick, bool middleClick ) : void
MouseActivity ( ) : void
MoveCamera ( ) : void
OnGUI ( ) : void
OpenPauseMenu ( ) : void
RotateCamera ( ) : void
cameraToSelectedObject ( ) : void
createSelectedArea ( ) : void
demolishBuildings ( ) : void
increaseFood ( ) : void
increaseGold ( ) : void
increaseWood ( ) : void
morirEnemigos ( ) : void
morirJugador ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

SelectedArea public_oe property

public GameObject SelectedArea
Résultat GameObject