C# Class OverlayWindow, unity-experiments

Inheritance: MonoBehaviour
Mostrar archivo Open project: keijiro/unity-experiments Class Usage Examples

Private Properties

Property Type Description
OnApplicationQuit void
Update void
WaitForClose IEnumerator
_OverlayWindowHide void
_OverlayWindowInstall void
_OverlayWindowShow void
_OverlayWindowUninstall void
_OverlayWindowUpdate bool

Public Methods

Method Description
Hide ( ) : void
Show ( string text ) : void
ShowAndWait ( string text ) : YieldInstruction

Private Methods

Method Description
OnApplicationQuit ( ) : void
Update ( ) : void
WaitForClose ( ) : IEnumerator
_OverlayWindowHide ( ) : void
_OverlayWindowInstall ( ) : void
_OverlayWindowShow ( string text ) : void
_OverlayWindowUninstall ( ) : void
_OverlayWindowUpdate ( ) : bool

Method Details

Hide() public static method

public static Hide ( ) : void
return void

Show() public static method

public static Show ( string text ) : void
text string
return void

ShowAndWait() public static method

public static ShowAndWait ( string text ) : YieldInstruction
text string
return UnityEngine.YieldInstruction