Skip to main content

Terminal

Complete API reference for Terminal, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Debug

Component: no


public class Terminal

Static Methods

SignatureReturnsDescription
log(Object)voidExecutes log and returns after the underlying engine call finishes.
log(String)voidExecutes log and returns after the underlying engine call finishes.
log(Vector3)voidExecutes log and returns after the underlying engine call finishes.
log(Quaternion)voidExecutes log and returns after the underlying engine call finishes.
log(Vector2)voidExecutes log and returns after the underlying engine call finishes.
log(float)voidExecutes log and returns after the underlying engine call finishes.
log(int)voidExecutes log and returns after the underlying engine call finishes.
log(long)voidExecutes log and returns after the underlying engine call finishes.
log(double)voidExecutes log and returns after the underlying engine call finishes.
log(char)voidExecutes log and returns after the underlying engine call finishes.
log(byte)voidExecutes log and returns after the underlying engine call finishes.
log(Error)voidExecutes log and returns after the underlying engine call finishes.
log(Exception)voidExecutes log and returns after the underlying engine call finishes.
log(Throwable)voidExecutes log and returns after the underlying engine call finishes.
log(Log)voidExecutes log and returns after the underlying engine call finishes.
log(String[])voidExecutes log and returns after the underlying engine call finishes.
log(List<String>)voidExecutes log and returns after the underlying engine call finishes.