C# Class UserInput, ES2015C

Inheritance: MonoBehaviour
Show file Open project: jgirald/ES2015C Class Usage Examples

Public Properties

Property Type Description
SelectedArea GameObject

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method 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 method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

SelectedArea public property

public GameObject SelectedArea
return GameObject