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

Inheritance: MonoBehaviour
Mostrar archivo Open project: colyseus/unity-demo-shooting-gallery Class Usage Examples

Public Methods

Method Description
AllowExit ( bool allowed ) : void
ButtonOnExit ( ) : void
ButtonOnReady ( ) : void
UpdatePlayerReadiness ( bool showButton ) : void

Method Details

AllowExit() public method

public AllowExit ( bool allowed ) : void
allowed bool
return void

ButtonOnExit() public method

public ButtonOnExit ( ) : void
return void

ButtonOnReady() public method

public ButtonOnReady ( ) : void
return void

UpdatePlayerReadiness() public method

public UpdatePlayerReadiness ( bool showButton ) : void
showButton bool
return void