Update scene-document-validation.ts with new imports and function
This commit is contained in:
@@ -10,11 +10,13 @@ import { isModelInstanceCollisionMode } from "../assets/model-instances";
|
||||
import {
|
||||
type ActorControlTargetRef,
|
||||
type ControlEffect,
|
||||
type ControlTargetRef,
|
||||
type InteractionControlTargetRef,
|
||||
type LightControlTargetRef,
|
||||
type ModelInstanceControlTargetRef,
|
||||
type SceneControlTargetRef,
|
||||
type SoundEmitterControlTargetRef
|
||||
type SoundEmitterControlTargetRef,
|
||||
getControlTargetRefKey
|
||||
} from "../controls/control-surface";
|
||||
import { WHITEBOX_SELECTION_MODES } from "../core/whitebox-selection-mode";
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user