Skip to content

Documentation / scene / MaterialBlueprintIRBehaviors

Interface: MaterialBlueprintIRBehaviors

Defined in: libs/scene/src/utility/blueprint/material/ir.ts:1192

Material blueprint behavior flags

Remarks

Tracks which vertex attributes and shader features are used by the material. Used to determine which vertex data needs to be provided and which shader permutations need to be compiled.

Properties

useVertexColor

useVertexColor: boolean

Defined in: libs/scene/src/utility/blueprint/material/ir.ts:1194

Whether the material uses vertex colors


useVertexUV

useVertexUV: boolean

Defined in: libs/scene/src/utility/blueprint/material/ir.ts:1196

Whether the material uses texture coordinates

Released under the MIT License.