Skip to content

GeneralMaterial()

Description

Constructor of type GeneralMaterial.

Syntax

JS
new GeneralMaterial() -> GeneralMaterial

Return value

Type Description
GeneralMaterial Object of type GeneralMaterial.

Example

JS
let m = new GeneralMaterial()
console.info(m)

See also

Last update: 14 August 2025, 18:47