ConstructorOptions

sealed interface ConstructorOptions(source)

Properties

Link copied to clipboard
abstract var clock: Clock?

The clock used to control time dynamic behavior.

Link copied to clipboard
abstract var customShader: CustomShader?

The custom shader used to style the primitive.

Link copied to clipboard
abstract var modelMatrix: Matrix4?

The model matrix used to transform the primitive. Default value - Matrix4.IDENTITY

Link copied to clipboard
abstract var provider: VoxelProvider?

The voxel provider that supplies the primitive with tile data.