Skip to content

Documentation / scene / MaterialBlueprintIRBehaviors

Interface: MaterialBlueprintIRBehaviors

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

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:1761

Whether the material uses vertex colors


useVertexUV

useVertexUV: boolean

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

Whether the material uses texture coordinates

Released under the MIT License.