Свойство | Type | Description | |
---|---|---|---|
fontRes | Font | ||
fontSize | int | ||
localx | float | ||
localy | float | ||
message | string | ||
messageWidth | int | ||
numberOfLines | int | ||
oneUse | bool |
Méthode | Description | |
---|---|---|
DispRoutine ( ) : IEnumerator | ||
DisplayMessage ( string newMessage, int lineHt ) : void | ||
NewDispRoutine ( string newMessage ) : IEnumerator | ||
OnTriggerEnter2D ( |
||
OnTriggerExit2D ( |
||
Start ( ) : void | ||
Update ( ) : void | ||
WriteText ( string lines ) : IEnumerator |
public DisplayMessage ( string newMessage, int lineHt ) : void | ||
newMessage | string | |
lineHt | int | |
Résultat | void |
public NewDispRoutine ( string newMessage ) : IEnumerator | ||
newMessage | string | |
Résultat | IEnumerator |
public OnTriggerEnter2D ( |
||
other | ||
Résultat | void |
public OnTriggerExit2D ( |
||
other | ||
Résultat | void |
public WriteText ( string lines ) : IEnumerator | ||
lines | string | |
Résultat | IEnumerator |