C# Class UiManagerSample, Unity3D.UiManager

Inheritance: MonoBehaviour
Datei anzeigen Open project: SaladLab/Unity3D.UiManager

Protected Properties

Property Type Description
_logger ILog

Public Methods

Method Description
OnInputBoxClick ( ) : void
OnMessageBoxClick ( ) : void
OnMessageQuestionBoxClick ( ) : void
OnMessageQuestionBoxCoroutineClick ( ) : void
OnTestDialogBoxClick ( ) : void

Protected Methods

Method Description
Awake ( ) : void

Private Methods

Method Description
ShowMessageQuestionBoxCoroutine ( ) : IEnumerator

Method Details

Awake() protected method

protected Awake ( ) : void
return void

OnInputBoxClick() public method

public OnInputBoxClick ( ) : void
return void

OnMessageBoxClick() public method

public OnMessageBoxClick ( ) : void
return void

OnMessageQuestionBoxClick() public method

public OnMessageQuestionBoxClick ( ) : void
return void

OnMessageQuestionBoxCoroutineClick() public method

public OnMessageQuestionBoxCoroutineClick ( ) : void
return void

OnTestDialogBoxClick() public method

public OnTestDialogBoxClick ( ) : void
return void

Property Details

_logger protected_oe property

protected ILog _logger
return ILog