ObjectFile
Complete API reference for ObjectFile, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Files
Component: no
public class ObjectFile
Constructors
| Signature | Description |
|---|---|
ObjectFile(String) | Executes ObjectFile and returns after the underlying engine call finishes. |
ObjectFile() | Creates a new instance of ObjectFile. |
Methods
| Signature | Returns | Description |
|---|---|---|
instantiate() | GameObject | Executes instantiate and returns after the underlying engine call finishes. |
setFilePath(String) | void | Executes setFilePath and returns after the underlying engine call finishes. |
toString() | String | Returns the string representation. |
Static Methods
| Signature | Returns | Description |
|---|---|---|
genericInterface() | GenericClassInspectorEntry | Executes genericInterface and returns after the underlying engine call finishes. |
inspectorController() | ClassInspectorEntry | Executes inspectorController and returns after the underlying engine call finishes. |