Свойство | Type | Description | |
---|---|---|---|
CustomProcessor | Func |
Méthode | Description | |
---|---|---|
Parse ( string value, int surfaceIndex = -1, Consoles surface = null, |
Creates a colored string by parsing commands embedded in the string.
|
public static Parse ( string value, int surfaceIndex = -1, Consoles surface = null, |
||
value | string | The string to parse. |
surfaceIndex | int | Index of where this string will be printed. |
surface | Consoles | The surface the string will be printed to. |
editor | A surface editor associated with the text surface. | |
initialBehaviors | Any initial defaults. | |
Résultat |