Skip to main content

Interface: ISetMaterialVector3Command

Defined in: packages/core/sdk/src/editor/commands/setMaterialValueCommand/SetMaterialVector3Command.ts:6

Extends

Properties

attributePath

attributePath: PropertyPath

Defined in: packages/core/sdk/src/editor/commands/SetValueCommand.ts:8

Inherited from

ISetMaterialValueCommand.attributePath


newValue

newValue: Vector3

Defined in: packages/core/sdk/src/editor/commands/SetValueCommand.ts:6

Inherited from

ISetMaterialValueCommand.newValue


object

object: Material

Defined in: packages/core/sdk/src/editor/commands/SetValueCommand.ts:5

Inherited from

ISetMaterialValueCommand.object


oldValue?

optional oldValue: Vector3

Defined in: packages/core/sdk/src/editor/commands/SetValueCommand.ts:7

Inherited from

ISetMaterialValueCommand.oldValue


source?

optional source: string

Defined in: packages/core/sdk/src/editor/commands/Command.ts:13

Inherited from

ISetMaterialValueCommand.source