C# Class PauseScript, DarkDreams
Show file
Open project: technicalvgda/DarkDreams
Class Usage Examples
Public Properties
Property |
Type |
Description |
|
busy |
bool |
|
|
panel |
GameObject |
|
|
text |
GameObject |
|
|
Public Methods
Private Methods
Method Details
public Quit ( ) : void |
return |
void |
|
public Resume ( ) : void |
return |
void |
|
public Start ( ) : void |
return |
void |
|
public Update ( ) : void |
return |
void |
|
Property Details
public bool busy |
return |
bool |
|
public GameObject panel |
return |
GameObject |
|
public GameObject text |
return |
GameObject |
|