Interface: ISetMaterialVector3Command
Defined in: packages/core/sdk/src/editor/commands/setMaterialValueCommand/SetMaterialVector3Command.ts:6
Extends
ISetMaterialValueCommand
<Vector3
>
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