C# Class FactionControl, SpaceCOG-Prototype

Inheritance: MonoBehaviour
Mostrar archivo Open project: kalby/SpaceCOG-Prototype Class Usage Examples

Public Methods

Method Description
MainMenuSelect ( ) : void
MoveRaceScrollLeft ( ) : void
MoveRaceScrollRight ( ) : void
MoveShipScrollLeft ( ) : void
MoveShipScrollRight ( ) : void

Private Methods

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

Method Details

MainMenuSelect() public method

public MainMenuSelect ( ) : void
return void

MoveRaceScrollLeft() public method

public MoveRaceScrollLeft ( ) : void
return void

MoveRaceScrollRight() public method

public MoveRaceScrollRight ( ) : void
return void

MoveShipScrollLeft() public method

public MoveShipScrollLeft ( ) : void
return void

MoveShipScrollRight() public method

public MoveShipScrollRight ( ) : void
return void