@woosh/meep-engine 2.46.2 → 2.46.4
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/package.json +3 -3
- package/src/core/UUID.d.ts +0 -3
- package/src/core/bvh2/BinaryNode.d.ts +0 -13
- package/src/core/bvh2/LeafNode.d.ts +0 -7
- package/src/core/bvh2/Node.d.ts +0 -9
- package/src/core/bvh2/aabb3/AABB3.d.ts +0 -46
- package/src/core/bvh2/bvh3/ExplicitBinaryBoundingVolumeHierarchy.d.ts +0 -25
- package/src/core/bvh2/traversal/queryBinaryNode_ClippingPlanes.d.ts +0 -5
- package/src/core/cache/Cache.d.ts +0 -36
- package/src/core/collection/HashMap.d.ts +0 -38
- package/src/core/collection/HashSet.d.ts +0 -33
- package/src/core/collection/Set.d.ts +0 -26
- package/src/core/collection/array/arrayPickBestElement.d.ts +0 -1
- package/src/core/collection/array/computeHashArray.d.ts +0 -1
- package/src/core/collection/array/computeHashIntegerArray.d.ts +0 -1
- package/src/core/collection/array/isArrayEqualStrict.d.ts +0 -1
- package/src/core/collection/array/isArraysEqualWithComparator.d.ts +0 -1
- package/src/core/collection/list/List.d.ts +0 -32
- package/src/core/collection/list/ListForwarder.d.ts +0 -18
- package/src/core/collection/queue/Deque.d.ts +0 -20
- package/src/core/color/Color.d.ts +0 -43
- package/src/core/events/signal/Signal.d.ts +0 -52
- package/src/core/fsm/simple/SimpleStateMachine.d.ts +0 -27
- package/src/core/fsm/simple/SimpleStateMachineDescription.d.ts +0 -21
- package/src/core/geom/3d/SurfacePoint3.d.ts +0 -16
- package/src/core/geom/3d/aabb/aabb3_build_corners.d.ts +0 -1
- package/src/core/geom/3d/frustum/read_frustum_planes_to_array.d.ts +0 -3
- package/src/core/geom/3d/shape/AbstractShape3D.d.ts +0 -3
- package/src/core/geom/3d/shape/TransformedShape3D.d.ts +0 -10
- package/src/core/geom/3d/shape/UnionShape3D.d.ts +0 -5
- package/src/core/geom/3d/shape/UnitCubeShape3D.d.ts +0 -5
- package/src/core/geom/3d/shape/UnitSphereShape3D.d.ts +0 -5
- package/src/core/geom/AABB2.d.ts +0 -28
- package/src/core/geom/Quaternion.d.ts +0 -74
- package/src/core/geom/Vector1.d.ts +0 -35
- package/src/core/geom/Vector2.d.ts +0 -47
- package/src/core/geom/Vector3.d.ts +0 -114
- package/src/core/geom/Vector4.d.ts +0 -40
- package/src/core/geom/packing/computeBoundingSphereOfSpheres.d.ts +0 -1
- package/src/core/geom/v3_distance_sqr.d.ts +0 -1
- package/src/core/json/resolvePathByArray.d.ts +0 -1
- package/src/core/math/epsilonEquals.d.ts +0 -1
- package/src/core/math/sign.d.ts +0 -1
- package/src/core/model/BooleanVector3.d.ts +0 -28
- package/src/core/model/ModuleRegistry.d.ts +0 -3
- package/src/core/model/ObservedBoolean.d.ts +0 -11
- package/src/core/model/ObservedEnum.d.ts +0 -7
- package/src/core/model/ObservedString.d.ts +0 -17
- package/src/core/model/node-graph/Connection.d.ts +0 -12
- package/src/core/model/node-graph/node/NodeDescription.d.ts +0 -3
- package/src/core/model/node-graph/node/NodeInstance.d.ts +0 -14
- package/src/core/model/node-graph/node/NodeInstancePortReference.d.ts +0 -3
- package/src/core/model/object/invokeObjectEquals.d.ts +0 -5
- package/src/core/model/object/invokeObjectHash.d.ts +0 -5
- package/src/core/model/object/objectDeepEquals.d.ts +0 -1
- package/src/core/model/object/objectKeyByValue.d.ts +0 -1
- package/src/core/model/object/read_property.d.ts +0 -1
- package/src/core/model/object/write_property.d.ts +0 -1
- package/src/core/model/reactive/model/ReactiveExpression.d.ts +0 -10
- package/src/core/model/reactive/model/logic/ReactiveAnd.d.ts +0 -5
- package/src/core/model/reactive/model/terminal/ReactiveReference.d.ts +0 -11
- package/src/core/model/stat/LinearModifier.d.ts +0 -24
- package/src/core/model/stat/Stat.d.ts +0 -29
- package/src/core/parser/simple/DataType.d.ts +0 -5
- package/src/core/parser/simple/Token.d.ts +0 -13
- package/src/core/primitives/strings/computeStringHash.d.ts +0 -1
- package/src/core/process/executor/ConcurrentExecutor.d.ts +0 -16
- package/src/core/process/task/ITask.d.ts +0 -18
- package/src/core/process/task/Task.d.ts +0 -15
- package/src/core/process/task/TaskGroup.d.ts +0 -5
- package/src/core/process/task/TaskSignal.d.ts +0 -6
- package/src/core/process/undo/Action.d.ts +0 -9
- package/src/core/process/undo/ActionGroup.d.ts +0 -5
- package/src/core/process/undo/ActionProcessor.d.ts +0 -27
- package/src/engine/Engine.d.ts +0 -36
- package/src/engine/EngineConfiguration.d.ts +0 -20
- package/src/engine/achievements/AchievementGateway.d.ts +0 -5
- package/src/engine/asset/Asset.d.ts +0 -7
- package/src/engine/asset/AssetManager.d.ts +0 -33
- package/src/engine/asset/AssetTransformer.d.ts +0 -5
- package/src/engine/asset/CORS/CrossOriginConfig.d.ts +0 -5
- package/src/engine/asset/CORS/CrossOriginKind.d.ts +0 -4
- package/src/engine/asset/loaders/AssetLoader.d.ts +0 -5
- package/src/engine/asset/loaders/GLTFAssetLoader.d.ts +0 -6
- package/src/engine/asset/loaders/material/StaticMaterialCache.d.ts +0 -7
- package/src/engine/asset/loaders/material/computeMaterialEquality.d.ts +0 -3
- package/src/engine/asset/loaders/material/computeMaterialHash.d.ts +0 -3
- package/src/engine/asset/loaders/material/traverseMaterialTextures.d.ts +0 -3
- package/src/engine/asset/loaders/texture/TextureAssetLoader.d.ts +0 -6
- package/src/engine/ecs/EntityBlueprint.d.ts +0 -3
- package/src/engine/ecs/EntityBuilder.d.ts +0 -33
- package/src/engine/ecs/EntityComponentDataset.d.ts +0 -45
- package/src/engine/ecs/EntityManager.d.ts +0 -34
- package/src/engine/ecs/EntityObserver.d.ts +0 -13
- package/src/engine/ecs/System.d.ts +0 -30
- package/src/engine/ecs/components/Renderable.d.ts +0 -14
- package/src/engine/ecs/components/Tag.d.ts +0 -27
- package/src/engine/ecs/gui/GUIElement.d.ts +0 -5
- package/src/engine/ecs/gui/GUIElementSystem.d.ts +0 -8
- package/src/engine/ecs/gui/hud/HeadsUpDisplaySystem.d.ts +0 -6
- package/src/engine/ecs/gui/menu/radial/RadialContextMenu.d.ts +0 -22
- package/src/engine/ecs/parent/ChildEntities.d.ts +0 -3
- package/src/engine/ecs/parent/EntityNode.d.ts +0 -24
- package/src/engine/ecs/parent/ParentEntity.d.ts +0 -11
- package/src/engine/ecs/parent/ParentEntitySystem.d.ts +0 -11
- package/src/engine/ecs/systems/AnimationSystem.d.ts +0 -6
- package/src/engine/ecs/systems/RenderSystem.d.ts +0 -7
- package/src/engine/ecs/systems/ScriptSystem.d.ts +0 -5
- package/src/engine/ecs/systems/TagSystem.d.ts +0 -5
- package/src/engine/ecs/terrain/ecs/OffsetScaleTransform2D.d.ts +0 -6
- package/src/engine/ecs/terrain/ecs/Terrain.d.ts +0 -17
- package/src/engine/ecs/terrain/ecs/TerrainSystem.d.ts +0 -8
- package/src/engine/ecs/transform/Transform.d.ts +0 -38
- package/src/engine/ecs/transform-attachment/TransformAttachment.d.ts +0 -3
- package/src/engine/ecs/transform-attachment/TransformAttachmentSystem.d.ts +0 -6
- package/src/engine/graphics/GraphicsEngine.d.ts +0 -38
- package/src/engine/graphics/camera/camera_compute_distance_to_fit_length.d.ts +0 -1
- package/src/engine/graphics/camera/makeScreenScissorFrustum.d.ts +0 -4
- package/src/engine/graphics/ecs/camera/Camera.d.ts +0 -18
- package/src/engine/graphics/ecs/camera/CameraSystem.d.ts +0 -11
- package/src/engine/graphics/ecs/camera/topdown/TopDownCameraController.d.ts +0 -33
- package/src/engine/graphics/ecs/camera/topdown/TopDownCameraControllerSystem.d.ts +0 -5
- package/src/engine/graphics/ecs/decal/v2/Decal.d.ts +0 -11
- package/src/engine/graphics/ecs/decal/v2/FPDecalSystem.d.ts +0 -8
- package/src/engine/graphics/ecs/highlight/Highlight.d.ts +0 -16
- package/src/engine/graphics/ecs/highlight/HighlightDefinition.d.ts +0 -16
- package/src/engine/graphics/ecs/highlight/system/MeshHighlightSystem.d.ts +0 -8
- package/src/engine/graphics/ecs/highlight/system/RenderableHighlightSystem.d.ts +0 -8
- package/src/engine/graphics/ecs/highlight/system/ShadedGeometryHighlightSystem.d.ts +0 -8
- package/src/engine/graphics/ecs/light/Light.d.ts +0 -19
- package/src/engine/graphics/ecs/light/LightSystem.d.ts +0 -11
- package/src/engine/graphics/ecs/light/LightType.d.ts +0 -6
- package/src/engine/graphics/ecs/mesh/Mesh.d.ts +0 -35
- package/src/engine/graphics/ecs/mesh/MeshEvents.d.ts +0 -12
- package/src/engine/graphics/ecs/mesh/MeshSystem.d.ts +0 -7
- package/src/engine/graphics/ecs/mesh-v2/DrawMode.d.ts +0 -6
- package/src/engine/graphics/ecs/mesh-v2/ShadedGeometry.d.ts +0 -20
- package/src/engine/graphics/ecs/mesh-v2/ShadedGeometrySystem.d.ts +0 -32
- package/src/engine/graphics/ecs/mesh-v2/aggregate/SGMesh.d.ts +0 -14
- package/src/engine/graphics/ecs/mesh-v2/aggregate/SGMeshEvents.d.ts +0 -12
- package/src/engine/graphics/ecs/mesh-v2/aggregate/SGMeshHighlightSystem.d.ts +0 -7
- package/src/engine/graphics/ecs/mesh-v2/aggregate/SGMeshSystem.d.ts +0 -8
- package/src/engine/graphics/ecs/mesh-v2/sg_hierarchy_compute_bounding_box_via_parent_entity.d.ts +0 -4
- package/src/engine/graphics/ecs/mesh-v2/three_object_to_entity_composition.d.ts +0 -4
- package/src/engine/graphics/ecs/path/PathDisplay.d.ts +0 -9
- package/src/engine/graphics/ecs/path/PathDisplayEvents.d.ts +0 -3
- package/src/engine/graphics/ecs/path/PathDisplaySpec.d.ts +0 -11
- package/src/engine/graphics/ecs/path/PathDisplaySystem.d.ts +0 -10
- package/src/engine/graphics/ecs/path/PathDisplayType.d.ts +0 -6
- package/src/engine/graphics/ecs/path/entity/EntityPathMarkerDefinition.d.ts +0 -8
- package/src/engine/graphics/ecs/path/entity/EntityPathStyle.d.ts +0 -12
- package/src/engine/graphics/ecs/path/highlight/PathDisplayHighlightSystem.d.ts +0 -7
- package/src/engine/graphics/ecs/path/ribbon/RibbonPathStyle.d.ts +0 -7
- package/src/engine/graphics/ecs/path/tube/BasicMaterialDefinition.d.ts +0 -3
- package/src/engine/graphics/ecs/path/tube/CapType.d.ts +0 -5
- package/src/engine/graphics/ecs/path/tube/MatcapMaterialDefinition.d.ts +0 -3
- package/src/engine/graphics/ecs/path/tube/PathNormalType.d.ts +0 -4
- package/src/engine/graphics/ecs/path/tube/StandardMaterialDefinition.d.ts +0 -4
- package/src/engine/graphics/ecs/path/tube/TubeMaterialType.d.ts +0 -6
- package/src/engine/graphics/ecs/path/tube/TubePathStyle.d.ts +0 -35
- package/src/engine/graphics/ecs/trail2d/Trail2DSystem.d.ts +0 -6
- package/src/engine/graphics/geometry/AttributeSpec.d.ts +0 -8
- package/src/engine/graphics/geometry/VertexDataSpec.d.ts +0 -15
- package/src/engine/graphics/geometry/buffered/query/GeometrySpatialQueryAccelerator.d.ts +0 -25
- package/src/engine/graphics/micron/format/MicronGeometry.d.ts +0 -21
- package/src/engine/graphics/micron/format/MicronGeometryPatch.d.ts +0 -3
- package/src/engine/graphics/micron/format/ThreeMicronMesh.d.ts +0 -10
- package/src/engine/graphics/micron/plugin/MicronRenderPlugin.d.ts +0 -8
- package/src/engine/graphics/micron/render/VIRTUAL_MESH_FLAG.d.ts +0 -1
- package/src/engine/graphics/particles/ecs/ParticleEmitterSystem.d.ts +0 -7
- package/src/engine/graphics/particles/particular/engine/emitter/ParticleEmitter.d.ts +0 -2
- package/src/engine/graphics/particles/particular/engine/parameter/ParameterLookupTable.d.ts +0 -15
- package/src/engine/graphics/particles/particular/engine/utils/volume/AttributeValue.d.ts +0 -16
- package/src/engine/graphics/particles/particular/engine/utils/volume/ParticleVolume.d.ts +0 -29
- package/src/engine/graphics/particles/particular/engine/utils/volume/SamplingFunctionKind.d.ts +0 -4
- package/src/engine/graphics/render/buffer/simple-fx/ao/AmbientOcclusionPostProcessEffect.d.ts +0 -8
- package/src/engine/graphics/render/forward_plus/plugin/ForwardPlusRenderingPlugin.d.ts +0 -5
- package/src/engine/graphics/render/gizmo/Gizmo.d.ts +0 -3
- package/src/engine/graphics/render/gizmo/GizmoRenderingPlugin.d.ts +0 -5
- package/src/engine/graphics/render/gizmo/GizmoShapeRenderingInterface.d.ts +0 -13
- package/src/engine/graphics/render/layers/RenderLayer.d.ts +0 -19
- package/src/engine/graphics/render/layers/RenderLayerManager.d.ts +0 -17
- package/src/engine/graphics/render/layers/RenderLayerState.d.ts +0 -3
- package/src/engine/graphics/render/visibility/IncrementalDeltaSet.d.ts +0 -24
- package/src/engine/graphics/texture/cubemap/load_environment_map.d.ts +0 -8
- package/src/engine/graphics/texture/sampler/Sampler2D.d.ts +0 -28
- package/src/engine/graphics/three/cloneObject3D.d.ts +0 -3
- package/src/engine/graphics/trail/x/RibbonXMaterialSpec.d.ts +0 -3
- package/src/engine/graphics/util/promiseMaterialLoaded.d.ts +0 -3
- package/src/engine/input/devices/InputDeviceButton.d.ts +0 -7
- package/src/engine/input/devices/KeyCodes.d.ts +0 -1
- package/src/engine/input/devices/KeyboardDevice.d.ts +0 -14
- package/src/engine/input/devices/PointerDevice.d.ts +0 -25
- package/src/engine/input/devices/events/KeyboardEvents.d.ts +0 -4
- package/src/engine/input/devices/events/MouseEvents.d.ts +0 -12
- package/src/engine/input/devices/events/TouchEvents.d.ts +0 -6
- package/src/engine/input/ecs/components/Input.d.ts +0 -6
- package/src/engine/input/ecs/components/InputController.d.ts +0 -3
- package/src/engine/input/ecs/ism/InputBinding.d.ts +0 -4
- package/src/engine/input/ecs/systems/InputControllerSystem.d.ts +0 -6
- package/src/engine/input/ecs/systems/InputSystem.d.ts +0 -6
- package/src/engine/intelligence/behavior/Behavior.d.ts +0 -11
- package/src/engine/intelligence/behavior/BehaviorStatus.d.ts +0 -8
- package/src/engine/intelligence/behavior/ecs/BehaviorComponent.d.ts +0 -3
- package/src/engine/intelligence/behavior/ecs/BehaviorSystem.d.ts +0 -7
- package/src/engine/intelligence/blackboard/AbstractBlackboard.d.ts +0 -15
- package/src/engine/intelligence/blackboard/Blackboard.d.ts +0 -5
- package/src/engine/knowledge/database/StaticKnowledgeDataTable.d.ts +0 -3
- package/src/engine/knowledge/database/StaticKnowledgeDataTableDescriptor.d.ts +0 -7
- package/src/engine/navigation/ecs/components/InterpolationType.d.ts +0 -4
- package/src/engine/navigation/ecs/components/Path.d.ts +0 -45
- package/src/engine/navigation/ecs/components/PathEvents.d.ts +0 -6
- package/src/engine/navigation/ecs/path_following/PathFollower.d.ts +0 -45
- package/src/engine/navigation/ecs/path_following/PathFollowerEventType.d.ts +0 -3
- package/src/engine/navigation/ecs/path_following/PathFollowerFlags.d.ts +0 -20
- package/src/engine/navigation/ecs/path_following/PathFollowingSystem.d.ts +0 -6
- package/src/engine/platform/EnginePlatform.d.ts +0 -14
- package/src/engine/platform/WebEnginePlatform.d.ts +0 -5
- package/src/engine/plugin/EnginePlugin.d.ts +0 -3
- package/src/engine/plugin/EnginePluginManager.d.ts +0 -9
- package/src/engine/reference/v2/Reference.d.ts +0 -11
- package/src/engine/save/Storage.d.ts +0 -15
- package/src/engine/scene/Scene.d.ts +0 -5
- package/src/engine/scene/SceneManager.d.ts +0 -21
- package/src/engine/simulation/Ticker.d.ts +0 -5
- package/src/engine/sound/SoundEngine.d.ts +0 -3
- package/src/generation/grid/GridData.d.ts +0 -7
- package/src/misc/makeMatcapSelectionOption.d.ts +0 -13
- package/src/view/View.d.ts +0 -30
- package/src/view/elements/radial/RadialMenuElementDefinition.d.ts +0 -39
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import {AchievementGateway} from "../achievements/AchievementGateway";
|
|
2
|
-
import Storage from "../save/Storage";
|
|
3
|
-
|
|
4
|
-
export class EnginePlatform {
|
|
5
|
-
getStorage(): Storage;
|
|
6
|
-
|
|
7
|
-
getAchievementGateway(): AchievementGateway;
|
|
8
|
-
|
|
9
|
-
pickDefaultLocale(options: string[]): string;
|
|
10
|
-
|
|
11
|
-
startup(): Promise<any>;
|
|
12
|
-
|
|
13
|
-
shutdown(): Promise<any>;
|
|
14
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export default class Storage {
|
|
2
|
-
storeBinary(key: string, value: ArrayBuffer, resolve: Function, reject: Function, progress: Function)
|
|
3
|
-
|
|
4
|
-
loadBinary(key:string, resolve:Function, reject:Function, progress:Function)
|
|
5
|
-
|
|
6
|
-
store(key:string, value:any, resolve:Function, reject:Function, progress:Function)
|
|
7
|
-
|
|
8
|
-
load(key:string, resolve:Function, reject:Function, progress:Function)
|
|
9
|
-
|
|
10
|
-
list(resolve:Function, reject:Function)
|
|
11
|
-
|
|
12
|
-
remove(key:string, resolve:Function, reject:Function)
|
|
13
|
-
|
|
14
|
-
contains(key:string, resolve:Function, reject:Function)
|
|
15
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import Scene from "./Scene";
|
|
2
|
-
|
|
3
|
-
export default class SceneManager {
|
|
4
|
-
create(name: string): Scene
|
|
5
|
-
|
|
6
|
-
add(scene: Scene): void
|
|
7
|
-
|
|
8
|
-
set(name: string): void
|
|
9
|
-
|
|
10
|
-
stackPush(id: string): void
|
|
11
|
-
|
|
12
|
-
stackPop(): string
|
|
13
|
-
|
|
14
|
-
remove(name: string): boolean
|
|
15
|
-
|
|
16
|
-
clear(): void
|
|
17
|
-
|
|
18
|
-
exists(name: string): boolean
|
|
19
|
-
|
|
20
|
-
getByName(name: string): Scene | undefined
|
|
21
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import {AssetManager} from "../engine/asset/AssetManager";
|
|
2
|
-
import {WebGLRenderer} from "three";
|
|
3
|
-
import {RadialMenuElementDefinition} from "../view/elements/radial/RadialMenuElementDefinition";
|
|
4
|
-
|
|
5
|
-
interface MatcapSelectionOptionParams {
|
|
6
|
-
texture: string
|
|
7
|
-
assetManager: AssetManager
|
|
8
|
-
renderer?: WebGLRenderer
|
|
9
|
-
label?: string
|
|
10
|
-
iconSize?: number
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
export function makeMatcapSelectionOption(options: MatcapSelectionOptionParams): Promise<RadialMenuElementDefinition>
|
package/src/view/View.d.ts
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import Vector2 from "../core/geom/Vector2";
|
|
2
|
-
import Signal from "../core/events/signal/Signal";
|
|
3
|
-
|
|
4
|
-
export interface IViewSignals {
|
|
5
|
-
readonly linked: Signal
|
|
6
|
-
readonly unlinked: Signal
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
export default class View<T extends Element = HTMLElement> {
|
|
10
|
-
size: Vector2
|
|
11
|
-
position: Vector2
|
|
12
|
-
|
|
13
|
-
el: T
|
|
14
|
-
|
|
15
|
-
readonly on: IViewSignals
|
|
16
|
-
|
|
17
|
-
public link(): void
|
|
18
|
-
|
|
19
|
-
public unlink(): void
|
|
20
|
-
|
|
21
|
-
addChild(v: View): void
|
|
22
|
-
|
|
23
|
-
removeChild(v: View): void
|
|
24
|
-
|
|
25
|
-
bindSignal(signal: Signal, handler: Function, thisArg?: any): void
|
|
26
|
-
|
|
27
|
-
unbindSignal(signal: Signal, handler: Function, thisArg?: any): boolean
|
|
28
|
-
|
|
29
|
-
css(hash: Object): void
|
|
30
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import View from "../../View";
|
|
2
|
-
|
|
3
|
-
export class RadialMenuElementDefinition {
|
|
4
|
-
outerRadius: number
|
|
5
|
-
innerRadius: number
|
|
6
|
-
padding: number
|
|
7
|
-
share: number
|
|
8
|
-
action: () => any
|
|
9
|
-
fill: string | number
|
|
10
|
-
offset: number
|
|
11
|
-
cssClass: string | null
|
|
12
|
-
iconView: View | null
|
|
13
|
-
iconSize: number
|
|
14
|
-
autoSizeIcon: boolean
|
|
15
|
-
name: string
|
|
16
|
-
nameRadiusOffset: number
|
|
17
|
-
nameFill: string | number
|
|
18
|
-
onSelected: () => any | null
|
|
19
|
-
onDeSelected: () => any | null
|
|
20
|
-
|
|
21
|
-
readonly isRadialMenuElementDefinition: boolean
|
|
22
|
-
|
|
23
|
-
static from(options: {
|
|
24
|
-
share?: number
|
|
25
|
-
action?: () => any
|
|
26
|
-
fill?: string | number
|
|
27
|
-
offset?: number
|
|
28
|
-
padding?: number
|
|
29
|
-
innerRadius: number
|
|
30
|
-
outerRadius: number
|
|
31
|
-
iconView?: View
|
|
32
|
-
iconSize?: number
|
|
33
|
-
autoSizeIcon?: boolean
|
|
34
|
-
name?: string
|
|
35
|
-
nameRadiusOffset?: number
|
|
36
|
-
nameFill?: string | number
|
|
37
|
-
cssClass?: string
|
|
38
|
-
}): RadialMenuElementDefinition
|
|
39
|
-
}
|