Add new control target types to scene-document-validation.ts

This commit is contained in:
2026-04-14 02:38:57 +02:00
parent 7fdcf55960
commit 6df7b989c5

View File

@@ -11,7 +11,10 @@ import {
type ActorControlTargetRef,
type ControlEffect,
type InteractionControlTargetRef,
type LightControlTargetRef
type LightControlTargetRef,
type ModelInstanceControlTargetRef,
type SceneControlTargetRef,
type SoundEmitterControlTargetRef
} from "../controls/control-surface";
import { WHITEBOX_SELECTION_MODES } from "../core/whitebox-selection-mode";
import {