Terminal
Complete API reference for Terminal, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Debug
Component: no
public class Terminal
Static Methods
| Signature | Returns | Description |
|---|---|---|
log(Object) | void | Executes log and returns after the underlying engine call finishes. |
log(String) | void | Executes log and returns after the underlying engine call finishes. |
log(Vector3) | void | Executes log and returns after the underlying engine call finishes. |
log(Quaternion) | void | Executes log and returns after the underlying engine call finishes. |
log(Vector2) | void | Executes log and returns after the underlying engine call finishes. |
log(float) | void | Executes log and returns after the underlying engine call finishes. |
log(int) | void | Executes log and returns after the underlying engine call finishes. |
log(long) | void | Executes log and returns after the underlying engine call finishes. |
log(double) | void | Executes log and returns after the underlying engine call finishes. |
log(char) | void | Executes log and returns after the underlying engine call finishes. |
log(byte) | void | Executes log and returns after the underlying engine call finishes. |
log(Error) | void | Executes log and returns after the underlying engine call finishes. |
log(Exception) | void | Executes log and returns after the underlying engine call finishes. |
log(Throwable) | void | Executes log and returns after the underlying engine call finishes. |
log(Log) | void | Executes log and returns after the underlying engine call finishes. |
log(String[]) | void | Executes log and returns after the underlying engine call finishes. |
log(List<String>) | void | Executes log and returns after the underlying engine call finishes. |