RenderableSource.SourceType

  • RenderableSource.SourceType is an enum defining the types of assets that can be loaded by RenderableSource.

  • It includes two enum values: GLB and GLTF2, representing the respective 3D model file formats.

  • This enum inherits methods from java.lang.Enum, java.lang.Object, and java.lang.Comparable, providing functionalities for comparison, object manipulation, and more.

public static final enum RenderableSource.SourceType

Asset types that can be loaded by RenderableSource.

Inherited Methods

Enum Values

public static final RenderableSource.SourceType GLB

public static final RenderableSource.SourceType GLTF2