create

@JvmStatic
fun create(blendingMode: BlendingMode = BlendingMode.OPAQUE): UnlitMaterial

Creates a new instance of the UnlitMaterial class with the specified BlendingMode.

Return

The UnlitMaterial instance created.

Parameters

blendingMode

The BlendingMode to use.

Throws

If any error occurs during the loading process.