Enfusion Script API
|
Used for creating on screen texts in world. More...
Public Member Functions | |
void | ~DebugText () |
proto external string | GetText () |
proto external float | GetFontSize () |
proto external int | GetTextColor () |
proto external int | GetBackgroundColor () |
proto external int | GetPriority () |
proto external void | SetText (string text) |
proto external void | SetTextColor (int color) |
proto external void | SetFontSize (float size) |
proto external void | SetBackgroundColor (int color) |
proto external void | SetPriority (int priority) |
Sets Z order priority. | |
Public Member Functions inherited from Managed | |
proto external ref Managed | Clone () |
Return shallow copy of object, or null if it is not allowed (not public constructor) | |
Used for creating on screen texts in world.
void DebugText.~DebugText | ( | ) |
proto external int DebugText.GetBackgroundColor | ( | ) |
proto external float DebugText.GetFontSize | ( | ) |
proto external int DebugText.GetPriority | ( | ) |
proto external string DebugText.GetText | ( | ) |
proto external int DebugText.GetTextColor | ( | ) |
proto external void DebugText.SetBackgroundColor | ( | int | color | ) |
proto external void DebugText.SetFontSize | ( | float | size | ) |
proto external void DebugText.SetPriority | ( | int | priority | ) |
Sets Z order priority.
proto external void DebugText.SetText | ( | string | text | ) |
proto external void DebugText.SetTextColor | ( | int | color | ) |