Matcap
Complete API reference for Matcap, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Uncategorized
Component: no
public class Matcap
Constructors
| Signature | Description |
|---|---|
Matcap(Engine) | Creates a new instance of Matcap. |
Matcap(String) | Creates a new instance of Matcap. |
Matcap() | Creates a new instance of Matcap. |
Methods
| Signature | Returns | Description |
|---|---|---|
getFile() | String | Returns the current file. |
getTextureFile() | String | Returns the current texture file. |
setTextureFile(String) | void | Sets or updates the texture file. |
toJson() | String | Executes toJson and returns after the underlying engine call finishes. |
getTexture() | Texture | Returns the current texture. |
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. |
fromJson(String) | Matcap | Performs the fromJson operation using the provided parameters (json). |