auto-git:
[change] src/document/scene-document-validation.ts
This commit is contained in:
@@ -110,6 +110,14 @@ import {
|
|||||||
getProjectScheduleRoutineHeldSteps,
|
getProjectScheduleRoutineHeldSteps,
|
||||||
getProjectSequenceImpulseSteps
|
getProjectSequenceImpulseSteps
|
||||||
} from "../sequencer/project-sequence-steps";
|
} from "../sequencer/project-sequence-steps";
|
||||||
|
import { isBundledFoliagePrototypeId } from "../foliage/bundled-foliage-manifest";
|
||||||
|
import {
|
||||||
|
FOLIAGE_PROTOTYPE_LOD_LEVELS,
|
||||||
|
isFoliagePrototypeCategory,
|
||||||
|
isFoliagePrototypeLodLevel,
|
||||||
|
type FoliageLayer,
|
||||||
|
type FoliagePrototype
|
||||||
|
} from "../foliage/foliage";
|
||||||
|
|
||||||
export type SceneDiagnosticSeverity = "error" | "warning";
|
export type SceneDiagnosticSeverity = "error" | "warning";
|
||||||
export type SceneDiagnosticScope = "document" | "build";
|
export type SceneDiagnosticScope = "document" | "build";
|
||||||
|
|||||||
Reference in New Issue
Block a user