PathEngine home previous: iTestBed::playSound()next: iTestBed::receiveKeyMessage()
Contents, API Reference, Interfaces, iTestBed, printTextLine

iTestBed::printTextLine()

Description

Prints a horizontal line of text at a y position that is incremented with each call in a given frame.

Syntax

void printTextLine(int32_t x, const char* text);

Parameters

x The X position at which the line will start.
text The text to print.

C# Mapping

void printTextLine(int x, string text);

Java Mapping

void printTextLine(int x, String text);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iTestBed::receiveKeyMessage()