@woosh/meep-engine 2.165.4 → 2.165.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/editor/Editor.d.ts +65 -65
- package/editor/SelectionVisualizer.d.ts +19 -19
- package/editor/actions/concrete/ActionUpdateTexture.d.ts +11 -11
- package/editor/actions/concrete/ArrayCopyAction.d.ts +19 -19
- package/editor/actions/concrete/ComponentAddAction.d.ts +14 -14
- package/editor/actions/concrete/ComponentRemoveAction.d.ts +10 -10
- package/editor/actions/concrete/EntityCreateAction.d.ts +17 -17
- package/editor/actions/concrete/EntityRemoveAction.d.ts +10 -10
- package/editor/actions/concrete/ModifyPatchSampler2DAction.d.ts +46 -46
- package/editor/actions/concrete/ModifyPatchTextureArray2DAction.d.ts +37 -37
- package/editor/actions/concrete/PaintTerrainOverlayAction.d.ts +22 -22
- package/editor/actions/concrete/PatchTerrainHeightAction.d.ts +18 -18
- package/editor/actions/concrete/SelectionAddAction.d.ts +18 -18
- package/editor/actions/concrete/SelectionClearAction.d.ts +8 -8
- package/editor/actions/concrete/SelectionRemoveAction.d.ts +9 -9
- package/editor/actions/concrete/TransformModifyAction.d.ts +16 -16
- package/editor/actions/concrete/WriteGridValueAction.d.ts +14 -14
- package/editor/ecs/EditorEntity.d.ts +15 -15
- package/editor/ecs/EditorEntitySystem.d.ts +7 -7
- package/editor/ecs/component/FieldDescriptor.d.ts +26 -26
- package/editor/ecs/component/FieldValueAdapter.d.ts +6 -6
- package/editor/ecs/component/TypeEditor.d.ts +24 -24
- package/editor/ecs/component/createFieldEditor.d.ts +8 -8
- package/editor/ecs/component/createObjectEditor.d.ts +13 -13
- package/editor/ecs/component/editors/ColorEditor.d.ts +6 -6
- package/editor/ecs/component/editors/HTMLElementEditor.d.ts +6 -6
- package/editor/ecs/component/editors/ImagePathEditor.d.ts +6 -6
- package/editor/ecs/component/editors/LargeStringEditor.d.ts +15 -15
- package/editor/ecs/component/editors/NumericIntervalEditor.d.ts +6 -6
- package/editor/ecs/component/editors/ObservedBooleanEditor.d.ts +6 -6
- package/editor/ecs/component/editors/ObservedEnumEditor.d.ts +6 -6
- package/editor/ecs/component/editors/ObservedIntegerEditor.d.ts +6 -6
- package/editor/ecs/component/editors/ObservedStringEditor.d.ts +6 -6
- package/editor/ecs/component/editors/Sampler2DEditor.d.ts +6 -6
- package/editor/ecs/component/editors/collection/ListEditor.d.ts +7 -7
- package/editor/ecs/component/editors/common/BitFlagsEditor.d.ts +11 -11
- package/editor/ecs/component/editors/common/EnumEditor.d.ts +7 -7
- package/editor/ecs/component/editors/common/makeV3_editor.d.ts +14 -14
- package/editor/ecs/component/editors/common/noEditor.d.ts +2 -2
- package/editor/ecs/component/editors/ecs/GridObstacleEditor.d.ts +6 -6
- package/editor/ecs/component/editors/ecs/MinimapMarkerEditor.d.ts +13 -13
- package/editor/ecs/component/editors/ecs/ParameterLookupTableEditor.d.ts +66 -66
- package/editor/ecs/component/editors/ecs/ParameterTrackEditor.d.ts +11 -11
- package/editor/ecs/component/editors/ecs/ParameterTrackSetEditor.d.ts +13 -13
- package/editor/ecs/component/editors/ecs/ParticleEmitterEditor.d.ts +51 -51
- package/editor/ecs/component/editors/ecs/ParticleEmitterLayerEditor.d.ts +47 -47
- package/editor/ecs/component/editors/ecs/SimulationStepDefinitionEditor.d.ts +15 -15
- package/editor/ecs/component/editors/ecs/Trail2DEditor.d.ts +29 -29
- package/editor/ecs/component/editors/ecs/TransformEditor.d.ts +19 -19
- package/editor/ecs/component/editors/ecs/terrain/SplatMappingEditor.d.ts +18 -18
- package/editor/ecs/component/editors/ecs/terrain/TerrainEditor.d.ts +38 -38
- package/editor/ecs/component/editors/ecs/terrain/TerrainLayerEditor.d.ts +15 -15
- package/editor/ecs/component/editors/ecs/terrain/TerrainLayersEditor.d.ts +18 -18
- package/editor/ecs/component/editors/ecs/terrain/TerrainOverlayEditor.d.ts +17 -17
- package/editor/ecs/component/editors/geom/QuaternionEditor.d.ts +5 -5
- package/editor/ecs/component/editors/geom/Vector1Editor.d.ts +6 -6
- package/editor/ecs/component/editors/geom/Vector2Editor.d.ts +5 -5
- package/editor/ecs/component/editors/geom/Vector3Editor.d.ts +5 -5
- package/editor/ecs/component/editors/geom/Vector4Editor.d.ts +5 -5
- package/editor/ecs/component/editors/primitive/ArrayEditor.d.ts +7 -7
- package/editor/ecs/component/editors/primitive/BooleanEditor.d.ts +6 -6
- package/editor/ecs/component/editors/primitive/FunctionEditor.d.ts +6 -6
- package/editor/ecs/component/editors/primitive/NumberEditor.d.ts +7 -7
- package/editor/ecs/component/editors/primitive/ObjectEditor.d.ts +5 -5
- package/editor/ecs/component/editors/primitive/StringEditor.d.ts +6 -6
- package/editor/ecs/component/editors/three/BufferGeometryEditor.d.ts +6 -6
- package/editor/ecs/component/editors/three/MaterialEditor.d.ts +6 -6
- package/editor/ecs/component/editors/three/MeshEditor.d.ts +6 -6
- package/editor/ecs/component/editors/three/TextureEditor.d.ts +6 -6
- package/editor/ecs/component/findNearestRegisteredType.d.ts +7 -7
- package/editor/enableEditor.d.ts +13 -13
- package/editor/library/MeshLibrary.d.ts +12 -12
- package/editor/process/DisableGameUIProcess.d.ts +7 -7
- package/editor/process/EditorProcess.d.ts +18 -18
- package/editor/process/ObstacleGridDisplayProcess.d.ts +12 -12
- package/editor/process/ProcessEngine.d.ts +29 -29
- package/editor/process/SymbolicDisplayProcess.d.ts +18 -18
- package/editor/process/symbolic/ComponentSymbolicDisplay.d.ts +10 -10
- package/editor/process/symbolic/SymbolicDisplayInternalAPI.d.ts +64 -64
- package/editor/process/symbolic/buildThreeJSHelperEntity.d.ts +8 -8
- package/editor/process/symbolic/make3DSymbolicDisplay.d.ts +9 -9
- package/editor/process/symbolic/makeCameraSymbolicDisplay.d.ts +6 -6
- package/editor/process/symbolic/makeGridPositionSymbolDisplay.d.ts +5 -5
- package/editor/process/symbolic/makeHelperBoxGeometry.d.ts +2 -2
- package/editor/process/symbolic/makeHelperSphereGeometry.d.ts +8 -8
- package/editor/process/symbolic/makeLightSymbolicDisplay.d.ts +6 -6
- package/editor/process/symbolic/makeParticleEmitterSymbolicDisplay.d.ts +5 -5
- package/editor/process/symbolic/makePathSymbolicDisplay.d.ts +6 -6
- package/editor/process/symbolic/makePositionedIconDisplaySymbol.d.ts +8 -8
- package/editor/process/symbolic/makeSocketsSymbolicDisplay.d.ts +6 -6
- package/editor/process/symbolic/makeSolidArrowGeometry.d.ts +25 -25
- package/editor/process/symbolic/makeSoundEmitterSymbolicDisplay.d.ts +5 -5
- package/editor/process/symbolic/synchronizeTransform.d.ts +11 -11
- package/editor/tools/GridPaintTool.d.ts +16 -16
- package/editor/tools/SelectionTool.d.ts +26 -26
- package/editor/tools/TopDownCameraControlTool.d.ts +12 -12
- package/editor/tools/engine/Tool.d.ts +63 -63
- package/editor/tools/engine/ToolEngine.d.ts +22 -22
- package/editor/tools/engine/ToolState.d.ts +6 -6
- package/editor/tools/paint/TerrainHeightPaintTool.d.ts +17 -17
- package/editor/tools/paint/TerrainPaintTool.d.ts +30 -30
- package/editor/tools/paint/TerrainTexturePaintTool.d.ts +17 -17
- package/editor/tools/v2/TransformMode.d.ts +6 -6
- package/editor/view/EditorView.d.ts +38 -38
- package/editor/view/ecs/ComponentControlFactory.d.ts +18 -18
- package/editor/view/ecs/ComponentControlView.d.ts +23 -23
- package/editor/view/ecs/EntityEditor.d.ts +29 -29
- package/editor/view/ecs/EntityList.d.ts +21 -21
- package/editor/view/ecs/HierarchicalEntityListView.d.ts +7 -7
- package/editor/view/ecs/components/DatGuiController.d.ts +45 -45
- package/editor/view/ecs/components/GridObstacleController.d.ts +13 -13
- package/editor/view/ecs/components/color/GaugeView.d.ts +12 -12
- package/editor/view/ecs/components/common/AutoCanvasView.d.ts +19 -19
- package/editor/view/ecs/components/common/LineView.d.ts +11 -11
- package/editor/view/ecs/components/common/NumberController.d.ts +17 -17
- package/editor/view/ecs/components/particles/ColorParameterLUTController.d.ts +13 -13
- package/editor/view/makeEntityDecorators.d.ts +5 -5
- package/editor/view/tools/ToolSettingsView.d.ts +10 -10
- package/editor/view/tools/ToolView.d.ts +12 -12
- package/editor/view/v2/SplitView.d.ts +16 -16
- package/package.json +1 -1
- package/samples/generation/grid/GridTags.d.ts +15 -15
- package/samples/generation/grid/MirGridLayers.d.ts +7 -7
- package/samples/generation/rules/matcher_tag_occupied.d.ts +2 -2
- package/samples/generation/rules/matcher_tag_traversable.d.ts +2 -2
- package/samples/generation/rules/matcher_tag_unoccupied.d.ts +2 -2
- package/src/engine/ecs/gui/hud/HeadsUpDisplaySystem.d.ts.map +1 -1
- package/src/engine/ecs/gui/hud/HeadsUpDisplaySystem.js +65 -12
- package/src/engine/ecs/gui/hud/testHudEdgeStick.d.ts +2 -0
- package/src/engine/ecs/gui/hud/testHudEdgeStick.d.ts.map +1 -0
- package/src/engine/ecs/gui/hud/testHudEdgeStick.js +134 -0
- package/src/engine/ecs/gui/position/ViewportPositionSystem.d.ts.map +1 -1
- package/src/engine/ecs/gui/position/ViewportPositionSystem.js +44 -23
- package/src/engine/graphics/ecs/light/LightContext.d.ts +8 -0
- package/src/engine/graphics/ecs/light/LightContext.d.ts.map +1 -1
- package/src/engine/graphics/ecs/light/LightContext.js +33 -3
- package/src/engine/graphics/ecs/light/LightSystem.d.ts.map +1 -1
- package/src/engine/graphics/ecs/light/LightSystem.js +13 -6
- package/src/engine/graphics/ecs/light/binding/three/ThreeLightBinding.d.ts +12 -0
- package/src/engine/graphics/ecs/light/binding/three/ThreeLightBinding.d.ts.map +1 -1
- package/src/engine/graphics/ecs/light/binding/three/ThreeLightBinding.js +184 -6
- package/src/engine/graphics/ecs/trail3d/Trail3D.d.ts +24 -1
- package/src/engine/graphics/ecs/trail3d/Trail3D.d.ts.map +1 -1
- package/src/engine/graphics/ecs/trail3d/Trail3D.js +43 -0
- package/src/engine/graphics/ecs/trail3d/Trail3DFlags.d.ts +1 -0
- package/src/engine/graphics/ecs/trail3d/Trail3DFlags.js +9 -1
- package/src/engine/graphics/ecs/trail3d/Trail3DSystem.d.ts.map +1 -1
- package/src/engine/graphics/ecs/trail3d/Trail3DSystem.js +4 -0
- package/src/engine/graphics/ecs/trail3d/prototypeTrail3D.js +22 -1
- package/src/engine/graphics/render/buffer/simple-fx/ao/SAOShader.js +381 -362
- package/src/engine/graphics/render/forward_plus/LightManager.d.ts +5 -0
- package/src/engine/graphics/render/forward_plus/LightManager.d.ts.map +1 -1
- package/src/engine/graphics/render/forward_plus/LightManager.js +11 -0
- package/src/engine/graphics/render/forward_plus/model/AbstractLight.d.ts +16 -1
- package/src/engine/graphics/render/forward_plus/model/AbstractLight.d.ts.map +1 -1
- package/src/engine/graphics/render/forward_plus/model/AbstractLight.js +22 -1
- package/src/engine/graphics/render/forward_plus/model/Decal.d.ts +7 -0
- package/src/engine/graphics/render/forward_plus/model/Decal.d.ts.map +1 -1
- package/src/engine/graphics/render/forward_plus/model/Decal.js +11 -0
- package/src/engine/graphics/render/forward_plus/model/PointLight.d.ts +2 -0
- package/src/engine/graphics/render/forward_plus/model/PointLight.d.ts.map +1 -1
- package/src/engine/graphics/render/forward_plus/model/PointLight.js +10 -0
- package/src/engine/graphics/render/forward_plus/model/SpotLight.d.ts +2 -0
- package/src/engine/graphics/render/forward_plus/model/SpotLight.d.ts.map +1 -1
- package/src/engine/graphics/render/forward_plus/model/SpotLight.js +12 -0
- package/src/engine/graphics/shadows/ShadowMapRenderer.d.ts +10 -0
- package/src/engine/graphics/shadows/ShadowMapRenderer.d.ts.map +1 -1
- package/src/engine/graphics/shadows/ShadowMapRenderer.js +83 -10
- package/src/engine/graphics/shadows/testPointShadowMapRendering.d.ts +2 -0
- package/src/engine/graphics/shadows/testPointShadowMapRendering.d.ts.map +1 -0
- package/src/engine/graphics/shadows/testPointShadowMapRendering.js +242 -0
- package/src/engine/graphics/trail/tube/TubeMaterialX.d.ts +8 -1
- package/src/engine/graphics/trail/tube/TubeMaterialX.d.ts.map +1 -1
- package/src/engine/graphics/trail/tube/TubeMaterialX.js +111 -15
- package/src/engine/graphics/trail/tube/TubeXMaterialSpec.d.ts +9 -2
- package/src/engine/graphics/trail/tube/TubeXMaterialSpec.d.ts.map +1 -1
- package/src/engine/graphics/trail/tube/TubeXMaterialSpec.js +15 -4
- package/src/engine/graphics/trail/tube/TubeXPlugin.d.ts.map +1 -1
- package/src/engine/graphics/trail/tube/TubeXPlugin.js +7 -1
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export class TerrainLayerEditor extends ObjectEditor {
|
|
2
|
-
get schema(): {
|
|
3
|
-
properties: {
|
|
4
|
-
textureDiffuseURL: {
|
|
5
|
-
type: StringConstructor;
|
|
6
|
-
editor: ImagePathEditor;
|
|
7
|
-
};
|
|
8
|
-
diffuse: {
|
|
9
|
-
transient: boolean;
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
}
|
|
14
|
-
import { ObjectEditor } from "../../primitive/ObjectEditor.js";
|
|
15
|
-
import { ImagePathEditor } from "../../ImagePathEditor.js";
|
|
1
|
+
export class TerrainLayerEditor extends ObjectEditor {
|
|
2
|
+
get schema(): {
|
|
3
|
+
properties: {
|
|
4
|
+
textureDiffuseURL: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
editor: ImagePathEditor;
|
|
7
|
+
};
|
|
8
|
+
diffuse: {
|
|
9
|
+
transient: boolean;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
import { ObjectEditor } from "../../primitive/ObjectEditor.js";
|
|
15
|
+
import { ImagePathEditor } from "../../ImagePathEditor.js";
|
|
16
16
|
//# sourceMappingURL=TerrainLayerEditor.d.ts.map
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
export class TerrainLayersEditor extends ObjectEditor {
|
|
2
|
-
get schema(): {
|
|
3
|
-
additionalProperties: boolean;
|
|
4
|
-
properties: {
|
|
5
|
-
resolution: {
|
|
6
|
-
type: typeof Vector2;
|
|
7
|
-
};
|
|
8
|
-
layers: {
|
|
9
|
-
type: typeof List;
|
|
10
|
-
type_parameters: (typeof TerrainLayer)[];
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
}
|
|
15
|
-
import { ObjectEditor } from "../../primitive/ObjectEditor.js";
|
|
16
|
-
import Vector2 from "../../../../../../src/core/geom/Vector2.js";
|
|
17
|
-
import List from "../../../../../../src/core/collection/list/List.js";
|
|
18
|
-
import { TerrainLayer } from "../../../../../../src/engine/ecs/terrain/ecs/layers/TerrainLayer.js";
|
|
1
|
+
export class TerrainLayersEditor extends ObjectEditor {
|
|
2
|
+
get schema(): {
|
|
3
|
+
additionalProperties: boolean;
|
|
4
|
+
properties: {
|
|
5
|
+
resolution: {
|
|
6
|
+
type: typeof Vector2;
|
|
7
|
+
};
|
|
8
|
+
layers: {
|
|
9
|
+
type: typeof List;
|
|
10
|
+
type_parameters: (typeof TerrainLayer)[];
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
import { ObjectEditor } from "../../primitive/ObjectEditor.js";
|
|
16
|
+
import Vector2 from "../../../../../../src/core/geom/Vector2.js";
|
|
17
|
+
import List from "../../../../../../src/core/collection/list/List.js";
|
|
18
|
+
import { TerrainLayer } from "../../../../../../src/engine/ecs/terrain/ecs/layers/TerrainLayer.js";
|
|
19
19
|
//# sourceMappingURL=TerrainLayersEditor.d.ts.map
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
export class TerrainOverlayEditor extends ObjectEditor {
|
|
2
|
-
get schema(): {
|
|
3
|
-
properties: {
|
|
4
|
-
tileImage: {
|
|
5
|
-
editor: ImagePathEditor;
|
|
6
|
-
};
|
|
7
|
-
fillColor: {
|
|
8
|
-
transient: boolean;
|
|
9
|
-
};
|
|
10
|
-
texture: {
|
|
11
|
-
transient: boolean;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
}
|
|
16
|
-
import { ObjectEditor } from "../../primitive/ObjectEditor.js";
|
|
17
|
-
import { ImagePathEditor } from "../../ImagePathEditor.js";
|
|
1
|
+
export class TerrainOverlayEditor extends ObjectEditor {
|
|
2
|
+
get schema(): {
|
|
3
|
+
properties: {
|
|
4
|
+
tileImage: {
|
|
5
|
+
editor: ImagePathEditor;
|
|
6
|
+
};
|
|
7
|
+
fillColor: {
|
|
8
|
+
transient: boolean;
|
|
9
|
+
};
|
|
10
|
+
texture: {
|
|
11
|
+
transient: boolean;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
import { ObjectEditor } from "../../primitive/ObjectEditor.js";
|
|
17
|
+
import { ImagePathEditor } from "../../ImagePathEditor.js";
|
|
18
18
|
//# sourceMappingURL=TerrainOverlayEditor.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export class QuaternionEditor extends TypeEditor<any> {
|
|
2
|
-
constructor();
|
|
3
|
-
build(parent: any, field: any, registry: any): import("../../../../../src/view/elements/EmptyView.js").default;
|
|
4
|
-
}
|
|
5
|
-
import { TypeEditor } from "../../TypeEditor.js";
|
|
1
|
+
export class QuaternionEditor extends TypeEditor<any> {
|
|
2
|
+
constructor();
|
|
3
|
+
build(parent: any, field: any, registry: any): import("../../../../../src/view/elements/EmptyView.js").default;
|
|
4
|
+
}
|
|
5
|
+
import { TypeEditor } from "../../TypeEditor.js";
|
|
6
6
|
//# sourceMappingURL=QuaternionEditor.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export class Vector1Editor extends TypeEditor<any> {
|
|
2
|
-
constructor();
|
|
3
|
-
build(parent: any, field: any, registry: any): NumberController;
|
|
4
|
-
}
|
|
5
|
-
import { TypeEditor } from "../../TypeEditor.js";
|
|
6
|
-
import { NumberController } from "../../../../view/ecs/components/common/NumberController.js";
|
|
1
|
+
export class Vector1Editor extends TypeEditor<any> {
|
|
2
|
+
constructor();
|
|
3
|
+
build(parent: any, field: any, registry: any): NumberController;
|
|
4
|
+
}
|
|
5
|
+
import { TypeEditor } from "../../TypeEditor.js";
|
|
6
|
+
import { NumberController } from "../../../../view/ecs/components/common/NumberController.js";
|
|
7
7
|
//# sourceMappingURL=Vector1Editor.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export class Vector2Editor extends TypeEditor<any> {
|
|
2
|
-
constructor();
|
|
3
|
-
build(parent: any, field: any): import("../../../../../src/view/elements/EmptyView.js").default;
|
|
4
|
-
}
|
|
5
|
-
import { TypeEditor } from "../../TypeEditor.js";
|
|
1
|
+
export class Vector2Editor extends TypeEditor<any> {
|
|
2
|
+
constructor();
|
|
3
|
+
build(parent: any, field: any): import("../../../../../src/view/elements/EmptyView.js").default;
|
|
4
|
+
}
|
|
5
|
+
import { TypeEditor } from "../../TypeEditor.js";
|
|
6
6
|
//# sourceMappingURL=Vector2Editor.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export class Vector3Editor extends TypeEditor<any> {
|
|
2
|
-
constructor();
|
|
3
|
-
build(parent: any, field: any): import("../../../../../src/view/elements/EmptyView.js").default;
|
|
4
|
-
}
|
|
5
|
-
import { TypeEditor } from "../../TypeEditor.js";
|
|
1
|
+
export class Vector3Editor extends TypeEditor<any> {
|
|
2
|
+
constructor();
|
|
3
|
+
build(parent: any, field: any): import("../../../../../src/view/elements/EmptyView.js").default;
|
|
4
|
+
}
|
|
5
|
+
import { TypeEditor } from "../../TypeEditor.js";
|
|
6
6
|
//# sourceMappingURL=Vector3Editor.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export class Vector4Editor extends TypeEditor<any> {
|
|
2
|
-
constructor();
|
|
3
|
-
build(parent: any, field: any): import("../../../../../src/view/elements/EmptyView.js").default;
|
|
4
|
-
}
|
|
5
|
-
import { TypeEditor } from "../../TypeEditor.js";
|
|
1
|
+
export class Vector4Editor extends TypeEditor<any> {
|
|
2
|
+
constructor();
|
|
3
|
+
build(parent: any, field: any): import("../../../../../src/view/elements/EmptyView.js").default;
|
|
4
|
+
}
|
|
5
|
+
import { TypeEditor } from "../../TypeEditor.js";
|
|
6
6
|
//# sourceMappingURL=Vector4Editor.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export class ArrayEditor extends TypeEditor<any> {
|
|
2
|
-
constructor();
|
|
3
|
-
__list_editor: ListEditor;
|
|
4
|
-
build(parent: any, field: any, registry: any): import("../../../../../src/view/common/LabelView.js").default | import("../../../../../src/view/controller/controls/NativeListController.js").NativeListController;
|
|
5
|
-
}
|
|
6
|
-
import { TypeEditor } from "../../TypeEditor.js";
|
|
7
|
-
import { ListEditor } from "../collection/ListEditor.js";
|
|
1
|
+
export class ArrayEditor extends TypeEditor<any> {
|
|
2
|
+
constructor();
|
|
3
|
+
__list_editor: ListEditor;
|
|
4
|
+
build(parent: any, field: any, registry: any): import("../../../../../src/view/common/LabelView.js").default | import("../../../../../src/view/controller/controls/NativeListController.js").NativeListController;
|
|
5
|
+
}
|
|
6
|
+
import { TypeEditor } from "../../TypeEditor.js";
|
|
7
|
+
import { ListEditor } from "../collection/ListEditor.js";
|
|
8
8
|
//# sourceMappingURL=ArrayEditor.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export class BooleanEditor extends TypeEditor<any> {
|
|
2
|
-
constructor();
|
|
3
|
-
build(parent: any, field: any, registry: any): CheckboxView;
|
|
4
|
-
}
|
|
5
|
-
import { TypeEditor } from "../../TypeEditor.js";
|
|
6
|
-
import { CheckboxView } from "../../../../../src/view/elements/CheckboxView.js";
|
|
1
|
+
export class BooleanEditor extends TypeEditor<any> {
|
|
2
|
+
constructor();
|
|
3
|
+
build(parent: any, field: any, registry: any): CheckboxView;
|
|
4
|
+
}
|
|
5
|
+
import { TypeEditor } from "../../TypeEditor.js";
|
|
6
|
+
import { CheckboxView } from "../../../../../src/view/elements/CheckboxView.js";
|
|
7
7
|
//# sourceMappingURL=BooleanEditor.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export class FunctionEditor extends TypeEditor<any> {
|
|
2
|
-
constructor();
|
|
3
|
-
build(parent: any, field: any, registry: any): ButtonView;
|
|
4
|
-
}
|
|
5
|
-
import { TypeEditor } from "../../TypeEditor.js";
|
|
6
|
-
import ButtonView from "../../../../../src/view/elements/button/ButtonView.js";
|
|
1
|
+
export class FunctionEditor extends TypeEditor<any> {
|
|
2
|
+
constructor();
|
|
3
|
+
build(parent: any, field: any, registry: any): ButtonView;
|
|
4
|
+
}
|
|
5
|
+
import { TypeEditor } from "../../TypeEditor.js";
|
|
6
|
+
import ButtonView from "../../../../../src/view/elements/button/ButtonView.js";
|
|
7
7
|
//# sourceMappingURL=FunctionEditor.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export class NumberEditor extends TypeEditor<any> {
|
|
2
|
-
constructor();
|
|
3
|
-
build(parent: any, field: any, registry: any): LabelView | NumberController;
|
|
4
|
-
}
|
|
5
|
-
import { TypeEditor } from "../../TypeEditor.js";
|
|
6
|
-
import LabelView from "../../../../../src/view/common/LabelView.js";
|
|
7
|
-
import { NumberController } from "../../../../view/ecs/components/common/NumberController.js";
|
|
1
|
+
export class NumberEditor extends TypeEditor<any> {
|
|
2
|
+
constructor();
|
|
3
|
+
build(parent: any, field: any, registry: any): LabelView | NumberController;
|
|
4
|
+
}
|
|
5
|
+
import { TypeEditor } from "../../TypeEditor.js";
|
|
6
|
+
import LabelView from "../../../../../src/view/common/LabelView.js";
|
|
7
|
+
import { NumberController } from "../../../../view/ecs/components/common/NumberController.js";
|
|
8
8
|
//# sourceMappingURL=NumberEditor.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export class ObjectEditor extends TypeEditor<any> {
|
|
2
|
-
constructor();
|
|
3
|
-
build(parent: any, field: any, registry: any): import("../../../../../src/view/elements/EmptyView.js").default;
|
|
4
|
-
}
|
|
5
|
-
import { TypeEditor } from "../../TypeEditor.js";
|
|
1
|
+
export class ObjectEditor extends TypeEditor<any> {
|
|
2
|
+
constructor();
|
|
3
|
+
build(parent: any, field: any, registry: any): import("../../../../../src/view/elements/EmptyView.js").default;
|
|
4
|
+
}
|
|
5
|
+
import { TypeEditor } from "../../TypeEditor.js";
|
|
6
6
|
//# sourceMappingURL=ObjectEditor.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export class StringEditor extends TypeEditor<any> {
|
|
2
|
-
constructor();
|
|
3
|
-
build(parent: any, field: any, registry: any): EmptyView;
|
|
4
|
-
}
|
|
5
|
-
import { TypeEditor } from "../../TypeEditor.js";
|
|
6
|
-
import EmptyView from "../../../../../src/view/elements/EmptyView.js";
|
|
1
|
+
export class StringEditor extends TypeEditor<any> {
|
|
2
|
+
constructor();
|
|
3
|
+
build(parent: any, field: any, registry: any): EmptyView;
|
|
4
|
+
}
|
|
5
|
+
import { TypeEditor } from "../../TypeEditor.js";
|
|
6
|
+
import EmptyView from "../../../../../src/view/elements/EmptyView.js";
|
|
7
7
|
//# sourceMappingURL=StringEditor.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export class BufferGeometryEditor extends TypeEditor<any> {
|
|
2
|
-
constructor();
|
|
3
|
-
build(parent: any, field: any, registry: any): CanvasView;
|
|
4
|
-
}
|
|
5
|
-
import { TypeEditor } from "../../TypeEditor.js";
|
|
6
|
-
import { CanvasView } from "../../../../../src/view/elements/CanvasView.js";
|
|
1
|
+
export class BufferGeometryEditor extends TypeEditor<any> {
|
|
2
|
+
constructor();
|
|
3
|
+
build(parent: any, field: any, registry: any): CanvasView;
|
|
4
|
+
}
|
|
5
|
+
import { TypeEditor } from "../../TypeEditor.js";
|
|
6
|
+
import { CanvasView } from "../../../../../src/view/elements/CanvasView.js";
|
|
7
7
|
//# sourceMappingURL=BufferGeometryEditor.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export class MaterialEditor extends TypeEditor<any> {
|
|
2
|
-
constructor();
|
|
3
|
-
build(parent: any, field: any, registry: any): CanvasView;
|
|
4
|
-
}
|
|
5
|
-
import { TypeEditor } from "../../TypeEditor.js";
|
|
6
|
-
import { CanvasView } from "../../../../../src/view/elements/CanvasView.js";
|
|
1
|
+
export class MaterialEditor extends TypeEditor<any> {
|
|
2
|
+
constructor();
|
|
3
|
+
build(parent: any, field: any, registry: any): CanvasView;
|
|
4
|
+
}
|
|
5
|
+
import { TypeEditor } from "../../TypeEditor.js";
|
|
6
|
+
import { CanvasView } from "../../../../../src/view/elements/CanvasView.js";
|
|
7
7
|
//# sourceMappingURL=MaterialEditor.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export class MeshEditor extends TypeEditor<any> {
|
|
2
|
-
constructor();
|
|
3
|
-
build(parent: any, field: any, registry: any): CanvasView;
|
|
4
|
-
}
|
|
5
|
-
import { TypeEditor } from "../../TypeEditor.js";
|
|
6
|
-
import { CanvasView } from "../../../../../src/view/elements/CanvasView.js";
|
|
1
|
+
export class MeshEditor extends TypeEditor<any> {
|
|
2
|
+
constructor();
|
|
3
|
+
build(parent: any, field: any, registry: any): CanvasView;
|
|
4
|
+
}
|
|
5
|
+
import { TypeEditor } from "../../TypeEditor.js";
|
|
6
|
+
import { CanvasView } from "../../../../../src/view/elements/CanvasView.js";
|
|
7
7
|
//# sourceMappingURL=MeshEditor.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export class TextureEditor extends TypeEditor<any> {
|
|
2
|
-
constructor();
|
|
3
|
-
build(parent: any, field: any, registry: any): EmptyView;
|
|
4
|
-
}
|
|
5
|
-
import { TypeEditor } from "../../TypeEditor.js";
|
|
6
|
-
import EmptyView from "../../../../../src/view/elements/EmptyView.js";
|
|
1
|
+
export class TextureEditor extends TypeEditor<any> {
|
|
2
|
+
constructor();
|
|
3
|
+
build(parent: any, field: any, registry: any): EmptyView;
|
|
4
|
+
}
|
|
5
|
+
import { TypeEditor } from "../../TypeEditor.js";
|
|
6
|
+
import EmptyView from "../../../../../src/view/elements/EmptyView.js";
|
|
7
7
|
//# sourceMappingURL=TextureEditor.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
* @param {Map<*, TypeEditor>} registry
|
|
4
|
-
* @param {*} value
|
|
5
|
-
* @returns {TypeEditor|void}
|
|
6
|
-
*/
|
|
7
|
-
export function findNearestRegisteredType(registry: Map<any, TypeEditor>, value: any): TypeEditor | void;
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
* @param {Map<*, TypeEditor>} registry
|
|
4
|
+
* @param {*} value
|
|
5
|
+
* @returns {TypeEditor|void}
|
|
6
|
+
*/
|
|
7
|
+
export function findNearestRegisteredType(registry: Map<any, TypeEditor>, value: any): TypeEditor | void;
|
|
8
8
|
//# sourceMappingURL=findNearestRegisteredType.d.ts.map
|
package/editor/enableEditor.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
* @param {Engine} engine
|
|
4
|
-
* @param {function(Editor):*} [initialization]
|
|
5
|
-
* @returns {{enable:function, disable: function, toggle: function, editor: Editor}}
|
|
6
|
-
*/
|
|
7
|
-
export function enableEditor(engine: Engine, initialization?: (arg0: Editor) => any): {
|
|
8
|
-
enable: Function;
|
|
9
|
-
disable: Function;
|
|
10
|
-
toggle: Function;
|
|
11
|
-
editor: Editor;
|
|
12
|
-
};
|
|
13
|
-
import Editor from "./Editor.js";
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
* @param {Engine} engine
|
|
4
|
+
* @param {function(Editor):*} [initialization]
|
|
5
|
+
* @returns {{enable:function, disable: function, toggle: function, editor: Editor}}
|
|
6
|
+
*/
|
|
7
|
+
export function enableEditor(engine: Engine, initialization?: (arg0: Editor) => any): {
|
|
8
|
+
enable: Function;
|
|
9
|
+
disable: Function;
|
|
10
|
+
toggle: Function;
|
|
11
|
+
editor: Editor;
|
|
12
|
+
};
|
|
13
|
+
import Editor from "./Editor.js";
|
|
14
14
|
//# sourceMappingURL=enableEditor.d.ts.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export class MeshLibrary {
|
|
2
|
-
/**
|
|
3
|
-
* @type {List.<string>}
|
|
4
|
-
*/
|
|
5
|
-
assets: List<string>;
|
|
6
|
-
/**
|
|
7
|
-
*
|
|
8
|
-
* @param {string} url
|
|
9
|
-
*/
|
|
10
|
-
add(url: string): void;
|
|
11
|
-
}
|
|
12
|
-
import List from "../../src/core/collection/list/List.js";
|
|
1
|
+
export class MeshLibrary {
|
|
2
|
+
/**
|
|
3
|
+
* @type {List.<string>}
|
|
4
|
+
*/
|
|
5
|
+
assets: List<string>;
|
|
6
|
+
/**
|
|
7
|
+
*
|
|
8
|
+
* @param {string} url
|
|
9
|
+
*/
|
|
10
|
+
add(url: string): void;
|
|
11
|
+
}
|
|
12
|
+
import List from "../../src/core/collection/list/List.js";
|
|
13
13
|
//# sourceMappingURL=MeshLibrary.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export class DisableGameUIProcess extends EditorProcess {
|
|
2
|
-
initialize(editor: any): void;
|
|
3
|
-
}
|
|
4
|
-
export namespace DisableGameUIProcess {
|
|
5
|
-
let Id: string;
|
|
6
|
-
}
|
|
7
|
-
import { EditorProcess } from "./EditorProcess.js";
|
|
1
|
+
export class DisableGameUIProcess extends EditorProcess {
|
|
2
|
+
initialize(editor: any): void;
|
|
3
|
+
}
|
|
4
|
+
export namespace DisableGameUIProcess {
|
|
5
|
+
let Id: string;
|
|
6
|
+
}
|
|
7
|
+
import { EditorProcess } from "./EditorProcess.js";
|
|
8
8
|
//# sourceMappingURL=DisableGameUIProcess.d.ts.map
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
export class EditorProcess extends BaseProcess {
|
|
2
|
-
/**
|
|
3
|
-
*
|
|
4
|
-
* @type {string}
|
|
5
|
-
*/
|
|
6
|
-
name: string;
|
|
7
|
-
/**
|
|
8
|
-
*
|
|
9
|
-
* @type {Editor|null}
|
|
10
|
-
*/
|
|
11
|
-
editor: Editor | null;
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @param {Editor} editor
|
|
15
|
-
*/
|
|
16
|
-
initialize(editor: Editor): void;
|
|
17
|
-
}
|
|
18
|
-
import { BaseProcess } from "../../src/core/process/BaseProcess.js";
|
|
1
|
+
export class EditorProcess extends BaseProcess {
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
* @type {string}
|
|
5
|
+
*/
|
|
6
|
+
name: string;
|
|
7
|
+
/**
|
|
8
|
+
*
|
|
9
|
+
* @type {Editor|null}
|
|
10
|
+
*/
|
|
11
|
+
editor: Editor | null;
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @param {Editor} editor
|
|
15
|
+
*/
|
|
16
|
+
initialize(editor: Editor): void;
|
|
17
|
+
}
|
|
18
|
+
import { BaseProcess } from "../../src/core/process/BaseProcess.js";
|
|
19
19
|
//# sourceMappingURL=EditorProcess.d.ts.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export class ObstacleGridDisplayProcess extends EditorProcess {
|
|
2
|
-
/**
|
|
3
|
-
*
|
|
4
|
-
* @type {TerrainOverlay|null}
|
|
5
|
-
*/
|
|
6
|
-
overlay: TerrainOverlay | null;
|
|
7
|
-
draw(): void;
|
|
8
|
-
}
|
|
9
|
-
export namespace ObstacleGridDisplayProcess {
|
|
10
|
-
let Id: string;
|
|
11
|
-
}
|
|
12
|
-
import { EditorProcess } from "./EditorProcess.js";
|
|
1
|
+
export class ObstacleGridDisplayProcess extends EditorProcess {
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
* @type {TerrainOverlay|null}
|
|
5
|
+
*/
|
|
6
|
+
overlay: TerrainOverlay | null;
|
|
7
|
+
draw(): void;
|
|
8
|
+
}
|
|
9
|
+
export namespace ObstacleGridDisplayProcess {
|
|
10
|
+
let Id: string;
|
|
11
|
+
}
|
|
12
|
+
import { EditorProcess } from "./EditorProcess.js";
|
|
13
13
|
//# sourceMappingURL=ObstacleGridDisplayProcess.d.ts.map
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
export class ProcessEngine extends EditorProcess {
|
|
2
|
-
/**
|
|
3
|
-
* @type {List.<EditorProcess>}
|
|
4
|
-
*/
|
|
5
|
-
processes: List<EditorProcess>;
|
|
6
|
-
__suspendedList: List<any>;
|
|
7
|
-
/**
|
|
8
|
-
*
|
|
9
|
-
* @param {EditorProcess} process
|
|
10
|
-
*/
|
|
11
|
-
add(process: EditorProcess): void;
|
|
12
|
-
/**
|
|
13
|
-
* @private
|
|
14
|
-
* @param {EditorProcess} process
|
|
15
|
-
*/
|
|
16
|
-
private startProcess;
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @param {string} name
|
|
20
|
-
*/
|
|
21
|
-
startByName(name: string): void;
|
|
22
|
-
/**
|
|
23
|
-
*
|
|
24
|
-
* @param {string} name
|
|
25
|
-
*/
|
|
26
|
-
stopByName(name: string): void;
|
|
27
|
-
}
|
|
28
|
-
import { EditorProcess } from "./EditorProcess.js";
|
|
29
|
-
import List from "../../src/core/collection/list/List.js";
|
|
1
|
+
export class ProcessEngine extends EditorProcess {
|
|
2
|
+
/**
|
|
3
|
+
* @type {List.<EditorProcess>}
|
|
4
|
+
*/
|
|
5
|
+
processes: List<EditorProcess>;
|
|
6
|
+
__suspendedList: List<any>;
|
|
7
|
+
/**
|
|
8
|
+
*
|
|
9
|
+
* @param {EditorProcess} process
|
|
10
|
+
*/
|
|
11
|
+
add(process: EditorProcess): void;
|
|
12
|
+
/**
|
|
13
|
+
* @private
|
|
14
|
+
* @param {EditorProcess} process
|
|
15
|
+
*/
|
|
16
|
+
private startProcess;
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @param {string} name
|
|
20
|
+
*/
|
|
21
|
+
startByName(name: string): void;
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @param {string} name
|
|
25
|
+
*/
|
|
26
|
+
stopByName(name: string): void;
|
|
27
|
+
}
|
|
28
|
+
import { EditorProcess } from "./EditorProcess.js";
|
|
29
|
+
import List from "../../src/core/collection/list/List.js";
|
|
30
30
|
//# sourceMappingURL=ProcessEngine.d.ts.map
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
export class SymbolicDisplayProcess extends EditorProcess {
|
|
2
|
-
requiredSystems: {
|
|
3
|
-
klass: typeof RenderSystem;
|
|
4
|
-
factory: () => RenderSystem;
|
|
5
|
-
}[];
|
|
6
|
-
/**
|
|
7
|
-
*
|
|
8
|
-
* @type {EditorProcess[]}
|
|
9
|
-
*/
|
|
10
|
-
displays: EditorProcess[];
|
|
11
|
-
spawnedSystems: any[];
|
|
12
|
-
initialize(editor: any): void;
|
|
13
|
-
}
|
|
14
|
-
export namespace SymbolicDisplayProcess {
|
|
15
|
-
let Id: string;
|
|
16
|
-
}
|
|
17
|
-
import { EditorProcess } from "./EditorProcess.js";
|
|
18
|
-
import RenderSystem from "../../src/engine/ecs/renderable/RenderSystem.js";
|
|
1
|
+
export class SymbolicDisplayProcess extends EditorProcess {
|
|
2
|
+
requiredSystems: {
|
|
3
|
+
klass: typeof RenderSystem;
|
|
4
|
+
factory: () => RenderSystem;
|
|
5
|
+
}[];
|
|
6
|
+
/**
|
|
7
|
+
*
|
|
8
|
+
* @type {EditorProcess[]}
|
|
9
|
+
*/
|
|
10
|
+
displays: EditorProcess[];
|
|
11
|
+
spawnedSystems: any[];
|
|
12
|
+
initialize(editor: any): void;
|
|
13
|
+
}
|
|
14
|
+
export namespace SymbolicDisplayProcess {
|
|
15
|
+
let Id: string;
|
|
16
|
+
}
|
|
17
|
+
import { EditorProcess } from "./EditorProcess.js";
|
|
18
|
+
import RenderSystem from "../../src/engine/ecs/renderable/RenderSystem.js";
|
|
19
19
|
//# sourceMappingURL=SymbolicDisplayProcess.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export class ComponentSymbolicDisplay extends EditorProcess {
|
|
2
|
-
constructor(components: any, creator: any, destructor: any);
|
|
3
|
-
/**
|
|
4
|
-
*
|
|
5
|
-
* @type {EntityObserver}
|
|
6
|
-
*/
|
|
7
|
-
observer: EntityObserver;
|
|
8
|
-
}
|
|
9
|
-
import { EditorProcess } from "../EditorProcess.js";
|
|
10
|
-
import { EntityObserver } from "../../../src/engine/ecs/EntityObserver.js";
|
|
1
|
+
export class ComponentSymbolicDisplay extends EditorProcess {
|
|
2
|
+
constructor(components: any, creator: any, destructor: any);
|
|
3
|
+
/**
|
|
4
|
+
*
|
|
5
|
+
* @type {EntityObserver}
|
|
6
|
+
*/
|
|
7
|
+
observer: EntityObserver;
|
|
8
|
+
}
|
|
9
|
+
import { EditorProcess } from "../EditorProcess.js";
|
|
10
|
+
import { EntityObserver } from "../../../src/engine/ecs/EntityObserver.js";
|
|
11
11
|
//# sourceMappingURL=ComponentSymbolicDisplay.d.ts.map
|