Import material definition types for validation

This commit is contained in:
2026-05-18 15:58:39 +02:00
parent 258e5b2ffb
commit d72e49859e

View File

@@ -161,6 +161,13 @@ import {
} from "../sequencer/project-sequence-steps"; } from "../sequencer/project-sequence-steps";
import { isBundledFoliagePrototypeId } from "../foliage/bundled-foliage-manifest"; import { isBundledFoliagePrototypeId } from "../foliage/bundled-foliage-manifest";
import { isBundledSplineCorridorAssetId } from "../spline-corridor/bundled-spline-corridor-assets"; import { isBundledSplineCorridorAssetId } from "../spline-corridor/bundled-spline-corridor-assets";
import {
MATERIAL_TEXTURE_SLOTS,
type CustomMaterialDef,
type MaterialDef,
type MaterialTextureSlot,
type StarterMaterialDef
} from "../materials/starter-material-library";
import { import {
FOLIAGE_PROTOTYPE_LOD_LEVELS, FOLIAGE_PROTOTYPE_LOD_LEVELS,
isFoliagePrototypeCategory, isFoliagePrototypeCategory,