C# Class TuxedoBerries.ScenePanel.Drawers.GameplayControlsDrawer

Gameplay controls drawer. Draws the gameplay controls.
Inheritance: BaseDrawer
Afficher le fichier Open project: TuxedoBerries/ScenePanel Class Usage Examples

Méthodes publiques

Méthode Description
DrawGeneralControls ( ) : void

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

GameplayControlsDrawer ( ) : TuxedoBerries.ScenePanel.Constants

Private Methods

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

Method Details

DrawGeneralControls() public méthode

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

GameplayControlsDrawer() public méthode

public GameplayControlsDrawer ( ) : TuxedoBerries.ScenePanel.Constants
Résultat TuxedoBerries.ScenePanel.Constants