PathEngine home | previous: | next: |
Prints a horizontal line of text at a y position that is incremented with each call in a given frame.
void printTextLine(int32_t x, const char* text); |
x | The X position at which the line will start. | ||
text | The text to print. |
void printTextLine(int x, string text); |
void printTextLine(int x, String text); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |