C# Class GamePaused, GGJ2016

Inheritance: MonoBehaviour
Mostrar archivo Open project: azokal/GGJ2016 Class Usage Examples

Public Properties

Property Type Description
SwitchWhenPaused GameObject[]

Public Methods

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

Method Details

PauseEnable() public method

public PauseEnable ( ) : void
return void

SetPause() public method

public SetPause ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

SwitchWhenPaused public_oe property

public GameObject[] SwitchWhenPaused
return GameObject[]