C# Class StopPause, GGJ2016

Inheritance: MonoBehaviour
Mostra file Open project: azokal/GGJ2016

Public Properties

Property Type Description
SwitchWhenContinue GameObject[]

Public Methods

Method Description
ForStopPause ( ) : void
PausDisable ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

ForStopPause() public method

public ForStopPause ( ) : void
return void

PausDisable() public method

public PausDisable ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

SwitchWhenContinue public_oe property

public GameObject[] SwitchWhenContinue
return GameObject[]