Interface: ISetMaterialColor3Command
Defined in: packages/core/sdk/src/editor/commands/setMaterialValueCommand/SetMaterialColor3Command.ts:6
Extends
ISetMaterialValueCommand
<Color3
>
Properties
attributePath
attributePath:
PropertyPath
Defined in: packages/core/sdk/src/editor/commands/SetValueCommand.ts:8
Inherited from
ISetMaterialValueCommand
.attributePath
newValue
newValue:
Color3
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:Color3
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