C# Class TouchControls, JuniorProject

Inheritance: MonoBehaviour
Mostra file Open project: MilesMeacham/JuniorProject Class Usage Examples

Public Methods

Method Description
LeftArrow ( ) : void
RightArrow ( ) : void
TouchJump ( ) : void
UnpressedArrow ( ) : void

Private Methods

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

Method Details

LeftArrow() public method

public LeftArrow ( ) : void
return void

RightArrow() public method

public RightArrow ( ) : void
return void

TouchJump() public method

public TouchJump ( ) : void
return void

UnpressedArrow() public method

public UnpressedArrow ( ) : void
return void