C# Class MobileInput2D, c-t-Lunar-Lander

Inheritance: LanderInput2D
Mostra file Open project: FlaShG/c-t-Lunar-Lander

Public Methods

Method Description
SetAcceleration ( bool on ) : void
SetLeft ( bool on ) : void
SetRight ( bool on ) : void

Private Methods

Method Description
Start ( ) : void

Method Details

SetAcceleration() public method

public SetAcceleration ( bool on ) : void
on bool
return void

SetLeft() public method

public SetLeft ( bool on ) : void
on bool
return void

SetRight() public method

public SetRight ( bool on ) : void
on bool
return void