Skip to main content

Matcap

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

Package: JAVARuntime

Category: Uncategorized

Component: no


public class Matcap

Constructors

SignatureDescription
Matcap(Engine)Creates a new instance of Matcap.
Matcap(String)Creates a new instance of Matcap.
Matcap()Creates a new instance of Matcap.

Methods

SignatureReturnsDescription
getFile()StringReturns the current file.
getTextureFile()StringReturns the current texture file.
setTextureFile(String)voidSets or updates the texture file.
toJson()StringExecutes toJson and returns after the underlying engine call finishes.
getTexture()TextureReturns the current texture.

Static Methods

SignatureReturnsDescription
genericInterface()GenericClassInspectorEntryExecutes genericInterface and returns after the underlying engine call finishes.
inspectorController()ClassInspectorEntryExecutes inspectorController and returns after the underlying engine call finishes.
fromJson(String)MatcapPerforms the fromJson operation using the provided parameters (json).