MaterialInternalDataGltfImpl

  • MaterialInternalDataGltfImpl is a public class that provides methods for managing a material's internal data in glTF format.

  • It offers public methods like release() and retain() to control the lifecycle of the material's data.

  • A protected onDispose() method is available for handling cleanup operations.

  • This class inherits standard methods from java.lang.Object such as equals(), hashCode(), and toString().

public class MaterialInternalDataGltfImpl

Public Methods

void
void
retain()

Protected Methods

void

Inherited Methods

Public Methods

public void release ()

public void retain ()

Protected Methods

protected void onDispose ()