C# Class GameUIController, unity-demo-shooting-gallery

Inheritance: MonoBehaviour
Afficher le fichier Open project: colyseus/unity-demo-shooting-gallery Class Usage Examples

Méthodes publiques

Méthode Description
AllowExit ( bool allowed ) : void
ButtonOnExit ( ) : void
ButtonOnReady ( ) : void
UpdatePlayerReadiness ( bool showButton ) : void

Method Details

AllowExit() public méthode

public AllowExit ( bool allowed ) : void
allowed bool
Résultat void

ButtonOnExit() public méthode

public ButtonOnExit ( ) : void
Résultat void

ButtonOnReady() public méthode

public ButtonOnReady ( ) : void
Résultat void

UpdatePlayerReadiness() public méthode

public UpdatePlayerReadiness ( bool showButton ) : void
showButton bool
Résultat void