C# Class PauseWatcher, EdgeOfInfinity

Inheritance: MonoBehaviour
Show file Open project: BenBohannon/EdgeOfInfinity Class Usage Examples

Public Properties

Property Type Description
pauseButton string
pauseScreen GameObject

Private Properties

Property Type Description

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

togglePaused() public method

public togglePaused ( ) : void
return void

Property Details

pauseButton public property

public string pauseButton
return string

pauseScreen public property

public GameObject pauseScreen
return GameObject