Builder

class Builder(val name: String)

Builder for ModelMaterialOverride.

Parameters

name

the name of the override

Constructors

Link copied to clipboard
fun Builder(name: String)

Functions

Link copied to clipboard

Build the ModelMaterialOverride.

Link copied to clipboard

Override the tint color of the material.

Link copied to clipboard

Override the intensity of model-color (on a scale from 0 to 1) in color mix with original 3D model's colors.

Link copied to clipboard

Override strength of the emission of material. The unit of modelEmissiveStrength is in intensity.

Link copied to clipboard

Override the opacity of the material.

Properties

Link copied to clipboard