C# Class TuxedoBerries.ScenePanel.Drawers.GameplayControlsDrawer

Gameplay controls drawer. Draws the gameplay controls.
Inheritance: BaseDrawer
Show file Open project: TuxedoBerries/ScenePanel Class Usage Examples

Public Methods

Method Description
DrawGeneralControls ( ) : void

Draws the general controls. - Play from start - Play - Pause - Stop

GameplayControlsDrawer ( ) : TuxedoBerries.ScenePanel.Constants

Private Methods

Method Description
GetContent ( string texture, string tooltip ) : GUIContent
GetPauseButtonColor ( ) : Color
GetPlayButtonColor ( ) : Color
GetPlayFromStartButtonColor ( ) : Color
GetStepButtonColor ( ) : Color
GetStopButtonColor ( ) : Color

Method Details

DrawGeneralControls() public method

Draws the general controls. - Play from start - Play - Pause - Stop
public DrawGeneralControls ( ) : void
return void

GameplayControlsDrawer() public method

public GameplayControlsDrawer ( ) : TuxedoBerries.ScenePanel.Constants
return TuxedoBerries.ScenePanel.Constants