Property | Type | Description | |
---|---|---|---|
mCanvasRect | |||
messagesMiddle | List |
||
messagesRandom | List |
||
messagesTop | List |
||
messagesWorld | List |
||
prefab | alertMessage, |
Method | Description | |
---|---|---|
Alert ( string text, Type, type = Type.Top, float duration = 1.4f, float r = 1, float g = 1, float b = 1, float scale = 1 ) : void | ||
AlertWorld ( string text, Transform posFollower, Color messageColor, float duration = 1.4f, float scale = 1 ) : void | ||
AlertWorld ( string text, Vector3 worldPos, Color messageColor, float duration = 1.4f, float scale = 1 ) : void | ||
Awake ( ) : void | ||
ClearAll ( ) : void | ||
doClearAll ( ) : void | ||
removeFromList ( alertMessage, theMessage, Type, type ) : void |
public static Alert ( string text, Type, type = Type.Top, float duration = 1.4f, float r = 1, float g = 1, float b = 1, float scale = 1 ) : void | ||
text | string | |
type | Type, | |
duration | float | |
r | float | |
g | float | |
b | float | |
scale | float | |
return | void |
public static AlertWorld ( string text, Transform posFollower, Color messageColor, float duration = 1.4f, float scale = 1 ) : void | ||
text | string | |
posFollower | Transform | |
messageColor | Color | |
duration | float | |
scale | float | |
return | void |
public static AlertWorld ( string text, Vector3 worldPos, Color messageColor, float duration = 1.4f, float scale = 1 ) : void | ||
text | string | |
worldPos | Vector3 | |
messageColor | Color | |
duration | float | |
scale | float | |
return | void |
public removeFromList ( alertMessage, theMessage, Type, type ) : void | ||
theMessage | alertMessage, | |
type | Type, | |
return | void |
public RectTransform,UnityEngine mCanvasRect | ||
return |