DebugConsole

interface DebugConsole(source)

Represents the debug console.

Online Documentation

Functions

Link copied to clipboard
abstract fun append(value: String)

Append the given value to the debug console.

Link copied to clipboard
abstract fun appendLine(value: String)

Append the given value and a line feed character to the debug console.