Skip to content

EmptyMaterial()

Description

Constructor of the EmptyMaterial type.

Syntax

JS
new EmptyMaterial() -> EmptyMaterial

Return value

Type Description
EmptyMaterial An object of the EmptyMaterial type.

Example

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

See also

Last update: 14 August 2025, 18:47