Skip to content

Documentation / scene / BluePrintEditorState

Interface: BluePrintEditorState

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

Editor state of a blueprint

Properties

nodes

nodes: object[]

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

id

id: number

locked

locked: boolean

node

node: Record<string, unknown>

title

title: string


links: object[]

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

startNodeId

startNodeId: number

startSlotId

startSlotId: number

endNodeId

endNodeId: number

endSlotId

endSlotId: number

Released under the MIT License.