Property | Type | Description | |
---|---|---|---|
messageText |
Method | Description | |
---|---|---|
Close ( ) : void | ||
Open ( ) : void | ||
Open ( string message, int priority, float delayedClose = 0f ) : void | ||
SetText ( string message, int priority ) : void |
Method | Description | |
---|---|---|
DelayedClose ( float delayTime ) : IEnumerator |
public Open ( string message, int priority, float delayedClose = 0f ) : void | ||
message | string | |
priority | int | |
delayedClose | float | |
return | void |
public SetText ( string message, int priority ) : void | ||
message | string | |
priority | int | |
return | void |