Add kind property to geometryBrush in runtime-host.ts
This commit is contained in:
@@ -850,6 +850,7 @@ export class RuntimeHost {
|
|||||||
for (const brush of brushes) {
|
for (const brush of brushes) {
|
||||||
const geometryBrush: BoxBrush = {
|
const geometryBrush: BoxBrush = {
|
||||||
id: brush.id,
|
id: brush.id,
|
||||||
|
kind: "box",
|
||||||
name: undefined,
|
name: undefined,
|
||||||
visible: brush.visible,
|
visible: brush.visible,
|
||||||
enabled: true,
|
enabled: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user