Back to Filament

build

docs/android/dokka/filament-android/com.google.android.filament/-material/-builder/build.md

1.75.0798 B
Original Source

//filament-android/com.google.android.filament/Material/Builder/build

build

[main]
open fun build(engine: Engine): Material

Creates and returns the Material object.

Return

the newly created object

Parameters

main

enginereference to the Engine instance to associate this Material with

Throws

IllegalStateExceptionif the material could not be created
RuntimeExceptionif a parameter to a builder function was invalid.