mx3d 2024.1.22 → 2024.6.2-8.1
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/README.md +8 -8
- package/docs/README.md +24 -0
- package/docs/_sidebar.md +29 -0
- package/docs/cabinet/24_back.jpg +0 -0
- package/docs/cabinet/24_font.jpg +0 -0
- package/docs/cabinet/43_back.jpg +0 -0
- package/docs/cabinet/43_font.jpg +0 -0
- package/docs/cabinet/cabinet.md +250 -0
- package/docs/camera.md +109 -0
- package/docs/css/dark.css +979 -0
- package/docs/css/local.google.fonts.css +295 -0
- package/docs/css/vue.css +1025 -0
- package/docs/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2 +0 -0
- package/docs/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2 +0 -0
- package/docs/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu.woff2 +0 -0
- package/docs/gui/2D.md +153 -0
- package/docs/gui/3D.md +154 -0
- package/docs/gui/bg.png +0 -0
- package/docs/heatMap/heatMap.md +290 -0
- package/docs/index.html +90 -0
- package/docs/js/bootstrap/bootstrap-theme.min.css +5 -0
- package/docs/js/bootstrap/bootstrap.min.css +5 -0
- package/docs/js/bootstrap/bootstrap.min.js +1 -0
- package/docs/js/bootstrap/jquery.min.js +1 -0
- package/docs/js/docsify@4.min.js +1 -0
- package/docs/js/search.min.js +1 -0
- package/docs/models/capacity.md +88 -0
- package/docs/models/effect.md +73 -0
- package/docs/models/event.md +100 -0
- package/docs/models/line.md +97 -0
- package/docs/models/model.md +164 -0
- package/docs/models/modelmgr.md +79 -0
- package/docs/project/projectmgr.md +64 -0
- package/docs/releases.md +128 -0
- package/docs/started/environment.md +103 -0
- package/docs/started/quickstart.md +112 -0
- package/index.d.ts +1109 -23
- package/mx3d.min.js +1 -1
- package/mx3d.seat.min.js +1 -1
- package/package.json +1 -1
- package/components/AlarmFlashing.d.ts +0 -12
- package/components/App.d.ts +0 -39
- package/components/Builder.d.ts +0 -73
- package/components/Capacity.d.ts +0 -11
- package/components/Environment.d.ts +0 -31
- package/components/HeatMap.d.ts +0 -14
- package/components/Icon.d.ts +0 -33
- package/components/IconFromMesh.d.ts +0 -29
- package/components/Line.d.ts +0 -14
- package/components/LineFromMesh.d.ts +0 -13
- package/components/StatusType.d.ts +0 -5
- package/components/UI.d.ts +0 -10
- package/earths/TileLoader.d.ts +0 -6
- package/effects/Cloud.d.ts +0 -42
- package/effects/Effect.d.ts +0 -13
- package/effects/IEffect.d.ts +0 -4
- package/effects/Rain.d.ts +0 -34
- package/effects/Thunder.d.ts +0 -31
- package/events/DefaultEvent.d.ts +0 -14
- package/events/EventType.d.ts +0 -9
- package/events/FPSCameraEvent.d.ts +0 -18
- package/events/IEvent.d.ts +0 -7
- package/hub/HubService.d.ts +0 -5
- package/lights/Directional.d.ts +0 -8
- package/lights/Hemispheric.d.ts +0 -7
- package/lights/ILightObject.d.ts +0 -11
- package/lights/LightObject.d.ts +0 -16
- package/lights/LightType.d.ts +0 -8
- package/lights/Point.d.ts +0 -8
- package/lights/Spot.d.ts +0 -11
- package/mapboxgl/BabylonLayer.d.ts +0 -0
- package/mapboxgl/Earth.d.ts +0 -0
- package/mapboxgl/Parse3dtile.d.ts +0 -0
- package/models/BaseModel.d.ts +0 -15
- package/models/BuildingObject.d.ts +0 -7
- package/models/CabinetObject.d.ts +0 -13
- package/models/CampusObject.d.ts +0 -8
- package/models/ConduitObject.d.ts +0 -17
- package/models/CornerObject.d.ts +0 -45
- package/models/DefaultObject.d.ts +0 -61
- package/models/DoorObject.d.ts +0 -7
- package/models/FloorObject.d.ts +0 -12
- package/models/IBase.d.ts +0 -23
- package/models/IObject.d.ts +0 -15
- package/models/IRegion.d.ts +0 -49
- package/models/LeakWaterObject.d.ts +0 -12
- package/models/ObjectType.d.ts +0 -17
- package/models/OptimizedWallObject.d.ts +0 -7
- package/models/Project.d.ts +0 -30
- package/models/RackModel.d.ts +0 -12
- package/models/RackObject.d.ts +0 -61
- package/models/StoreyObject.d.ts +0 -10
- package/models/UI3DTextObject.d.ts +0 -14
- package/models/VirtualBoxObject.d.ts +0 -13
- package/models/WallObject.d.ts +0 -12
- package/models/WindowObject.d.ts +0 -7
- package/mx3d.kernel.min.js +0 -1
- package/runtime/index.d.ts +0 -52
- package/tools/ArrayEx.d.ts +0 -3
- package/tools/BaseNode.d.ts +0 -5
- package/tools/CameraController.d.ts +0 -26
- package/tools/Dictionary.d.ts +0 -13
- package/tools/GUID.d.ts +0 -3
- package/tools/RES.d.ts +0 -3
- package/tools/Resources.d.ts +0 -26
- package/tools/Sight.d.ts +0 -15
- package/tools/ToolTips.d.ts +0 -14
- package/tools/Tools.d.ts +0 -21
- package/tools/axios.d.ts +0 -2
- /package/{earths/3dTile.d.ts → docs/.nojekyll} +0 -0
package/models/CornerObject.d.ts
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import IObject from "./IObject";
|
|
2
|
-
import { App } from "../components/App";
|
|
3
|
-
import { StatusType } from "../components/StatusType";
|
|
4
|
-
import Sight from "../tools/Sight";
|
|
5
|
-
import baseModel from "./BaseModel";
|
|
6
|
-
import * as Runtime from '../runtime';
|
|
7
|
-
export default class CornerObject implements IObject {
|
|
8
|
-
app: App;
|
|
9
|
-
id: string;
|
|
10
|
-
name: string;
|
|
11
|
-
parentId: string;
|
|
12
|
-
objectType: string;
|
|
13
|
-
height: number;
|
|
14
|
-
customNumber: string;
|
|
15
|
-
customType: string;
|
|
16
|
-
instance: Runtime.Mesh | Runtime.InstancedMesh;
|
|
17
|
-
Sight: Sight;
|
|
18
|
-
statusType: StatusType;
|
|
19
|
-
showBoundingBox: boolean;
|
|
20
|
-
pints: any;
|
|
21
|
-
constructor(_app: App);
|
|
22
|
-
getInto(): void;
|
|
23
|
-
goBack(): void;
|
|
24
|
-
baseModel: baseModel;
|
|
25
|
-
loadProperties(_m: any): void;
|
|
26
|
-
alwaysActive(): void;
|
|
27
|
-
optimization(_isOptimization: boolean): void;
|
|
28
|
-
setFlash(_level: number): void;
|
|
29
|
-
setEnabled(isEnabled: any): void;
|
|
30
|
-
addEventListener(_type: string, _callback: Function): void;
|
|
31
|
-
removeEventListener(_type: string): void;
|
|
32
|
-
computeView(): void;
|
|
33
|
-
bind(): boolean;
|
|
34
|
-
toJson(): {
|
|
35
|
-
id: string;
|
|
36
|
-
parentId: string;
|
|
37
|
-
name: string;
|
|
38
|
-
customNumber: string;
|
|
39
|
-
customType: string;
|
|
40
|
-
objectType: string;
|
|
41
|
-
};
|
|
42
|
-
completed(): void;
|
|
43
|
-
setOpaque(): void;
|
|
44
|
-
setTransparent(): void;
|
|
45
|
-
}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { App } from "../components/App";
|
|
2
|
-
import Dictionary from "../tools/Dictionary";
|
|
3
|
-
import { StatusType } from "../components/StatusType";
|
|
4
|
-
import { EventType } from "../events/EventType";
|
|
5
|
-
import IObject from "./IObject";
|
|
6
|
-
import Sight from "../tools/Sight";
|
|
7
|
-
import baseModel from "./BaseModel";
|
|
8
|
-
import * as Runtime from '../runtime';
|
|
9
|
-
export default class DefaultObject implements IObject {
|
|
10
|
-
app: App;
|
|
11
|
-
id: string;
|
|
12
|
-
name: string;
|
|
13
|
-
customNumber: string;
|
|
14
|
-
customType: string;
|
|
15
|
-
parentId: string;
|
|
16
|
-
baseModel: baseModel;
|
|
17
|
-
instance: Runtime.Mesh | Runtime.InstancedMesh;
|
|
18
|
-
objectType: string;
|
|
19
|
-
action: Runtime.ActionManager;
|
|
20
|
-
executes: Dictionary<Runtime.ExecuteCodeAction>;
|
|
21
|
-
clickEvents: Dictionary<Function>;
|
|
22
|
-
touchtime: number;
|
|
23
|
-
statusType: StatusType;
|
|
24
|
-
Sight: Sight;
|
|
25
|
-
animation: boolean;
|
|
26
|
-
isLoop: boolean;
|
|
27
|
-
isAutoPlay: boolean;
|
|
28
|
-
position: Runtime.Vector3;
|
|
29
|
-
rotation: Runtime.Vector3;
|
|
30
|
-
scaling: Runtime.Vector3;
|
|
31
|
-
constructor(_app: App);
|
|
32
|
-
loadProperties(_m: any): void;
|
|
33
|
-
setEnabled(_value: boolean): void;
|
|
34
|
-
set showBoundingBox(_value: boolean);
|
|
35
|
-
get showBoundingBox(): boolean;
|
|
36
|
-
set isPickable(_value: boolean);
|
|
37
|
-
get isPickable(): boolean;
|
|
38
|
-
bind(): void;
|
|
39
|
-
completed(): void;
|
|
40
|
-
computeView(): void;
|
|
41
|
-
optimization(_isOptimization: boolean): void;
|
|
42
|
-
alwaysActive(): void;
|
|
43
|
-
addEventListener(type: EventType, callback: Function): void;
|
|
44
|
-
removeEventListener(type: string): void;
|
|
45
|
-
setFlash(_level: number): void;
|
|
46
|
-
setOpaque(): void;
|
|
47
|
-
setTransparent(alpha?: number, enableEdges?: boolean): void;
|
|
48
|
-
setColor(_color?: string): void;
|
|
49
|
-
play(): void;
|
|
50
|
-
stop(): void;
|
|
51
|
-
toJson(): {
|
|
52
|
-
id: string;
|
|
53
|
-
parentId: string;
|
|
54
|
-
name: string;
|
|
55
|
-
customNumber: string;
|
|
56
|
-
customType: string;
|
|
57
|
-
objectType: string;
|
|
58
|
-
};
|
|
59
|
-
getInto(): void;
|
|
60
|
-
goBack(): void;
|
|
61
|
-
}
|
package/models/DoorObject.d.ts
DELETED
package/models/FloorObject.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import DefaultObject from "./DefaultObject";
|
|
2
|
-
import * as Runtime from '../runtime';
|
|
3
|
-
export default class FloorObject extends DefaultObject {
|
|
4
|
-
height: number;
|
|
5
|
-
vectors: Runtime.Vector3[];
|
|
6
|
-
buckles: Runtime.Vector3[][];
|
|
7
|
-
loadProperties(_m: any): void;
|
|
8
|
-
setEnabled(_value: boolean): void;
|
|
9
|
-
bind(): void;
|
|
10
|
-
computeView(): void;
|
|
11
|
-
setOpaque(): void;
|
|
12
|
-
}
|
package/models/IBase.d.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import Sight from "../tools/Sight";
|
|
2
|
-
import { App } from "../components/App";
|
|
3
|
-
import BaseModel from "./BaseModel";
|
|
4
|
-
import * as Runtime from '../runtime';
|
|
5
|
-
export default interface IBase {
|
|
6
|
-
app: App;
|
|
7
|
-
id: string;
|
|
8
|
-
name: string;
|
|
9
|
-
parentId: string;
|
|
10
|
-
objectType: string;
|
|
11
|
-
customNumber: string;
|
|
12
|
-
customType: string;
|
|
13
|
-
baseModel: BaseModel;
|
|
14
|
-
instance: Runtime.Mesh | Runtime.InstancedMesh;
|
|
15
|
-
Sight: Sight;
|
|
16
|
-
loadProperties(_m: any): void;
|
|
17
|
-
bind(): any;
|
|
18
|
-
completed(): any;
|
|
19
|
-
setEnabled(isEnabled: boolean): any;
|
|
20
|
-
toJson(): any;
|
|
21
|
-
getInto(): any;
|
|
22
|
-
goBack(): any;
|
|
23
|
-
}
|
package/models/IObject.d.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { StatusType } from "../components/StatusType";
|
|
2
|
-
import IBase from "./IBase";
|
|
3
|
-
import { EventType } from "../events/EventType";
|
|
4
|
-
export default interface IObject extends IBase {
|
|
5
|
-
statusType: StatusType;
|
|
6
|
-
showBoundingBox: boolean;
|
|
7
|
-
optimization(isOptimization: boolean): any;
|
|
8
|
-
setFlash(level: number): any;
|
|
9
|
-
setTransparent(): any;
|
|
10
|
-
setOpaque(): any;
|
|
11
|
-
addEventListener(type: EventType, callback: Function): any;
|
|
12
|
-
removeEventListener(type: EventType): any;
|
|
13
|
-
computeView(): any;
|
|
14
|
-
alwaysActive(): any;
|
|
15
|
-
}
|
package/models/IRegion.d.ts
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { App } from "../components/App";
|
|
2
|
-
import Dictionary from "../tools/Dictionary";
|
|
3
|
-
import baseModel from "./BaseModel";
|
|
4
|
-
import IBase from "./IBase";
|
|
5
|
-
import Sight from "../tools/Sight";
|
|
6
|
-
import * as Runtime from '../runtime';
|
|
7
|
-
export default class IRegion implements IBase {
|
|
8
|
-
app: App;
|
|
9
|
-
id: string;
|
|
10
|
-
name: string;
|
|
11
|
-
parentId: string;
|
|
12
|
-
objectType: string;
|
|
13
|
-
baseModel: baseModel;
|
|
14
|
-
customNumber: string;
|
|
15
|
-
customType: string;
|
|
16
|
-
Sight: Sight;
|
|
17
|
-
instance: Runtime.Mesh | Runtime.InstancedMesh;
|
|
18
|
-
position: Runtime.Vector3;
|
|
19
|
-
rotation: Runtime.Vector3;
|
|
20
|
-
index: number;
|
|
21
|
-
layerName: string;
|
|
22
|
-
layerHeight: number;
|
|
23
|
-
action: Runtime.ActionManager;
|
|
24
|
-
executes: Dictionary<Runtime.ExecuteCodeAction>;
|
|
25
|
-
clickEvents: Dictionary<Function>;
|
|
26
|
-
touchtime: number;
|
|
27
|
-
constructor(_app: App);
|
|
28
|
-
loadProperties(_m: any): void;
|
|
29
|
-
bind(): void;
|
|
30
|
-
completed(): void;
|
|
31
|
-
setEnabled(_isEnabled: boolean): void;
|
|
32
|
-
addEventListener(type: string, callback: Function): void;
|
|
33
|
-
removeEventListener(type: string): void;
|
|
34
|
-
load(isOptimized: boolean, _objs: Array<any>): void;
|
|
35
|
-
toJson(): {
|
|
36
|
-
id: string;
|
|
37
|
-
parentId: string;
|
|
38
|
-
name: string;
|
|
39
|
-
customNumber: string;
|
|
40
|
-
customType: string;
|
|
41
|
-
objectType: string;
|
|
42
|
-
index: number;
|
|
43
|
-
layerHeight: number;
|
|
44
|
-
layerName: string;
|
|
45
|
-
};
|
|
46
|
-
computeView(): void;
|
|
47
|
-
getInto(): void;
|
|
48
|
-
goBack(): void;
|
|
49
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import DefaultObject from "./DefaultObject";
|
|
2
|
-
import * as Runtime from '../runtime';
|
|
3
|
-
export default class LeakWaterObject extends DefaultObject {
|
|
4
|
-
lines: Runtime.Vector3[];
|
|
5
|
-
loadProperties(_l: any): void;
|
|
6
|
-
setEnabled(_value: boolean): void;
|
|
7
|
-
bind(): void;
|
|
8
|
-
completed(): void;
|
|
9
|
-
computeView(): void;
|
|
10
|
-
addEventListener(type: string, callback: Function): void;
|
|
11
|
-
removeEventListener(type: string): void;
|
|
12
|
-
}
|
package/models/ObjectType.d.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export declare enum ObjectType {
|
|
2
|
-
Cabinet = "Cabinet",
|
|
3
|
-
RackModel = "RackModel",
|
|
4
|
-
Corner = "Corner",
|
|
5
|
-
Other = "Other",
|
|
6
|
-
Door = "Door",
|
|
7
|
-
Floor = "Floor",
|
|
8
|
-
LeakWater = "LeakWater",
|
|
9
|
-
UI3D = "UI3D",
|
|
10
|
-
VirtualBox = "VirtualBox",
|
|
11
|
-
Wall = "Wall",
|
|
12
|
-
Window = "Window",
|
|
13
|
-
Conduit = "Conduit",
|
|
14
|
-
Building = "Building",
|
|
15
|
-
Storey = "Storey",
|
|
16
|
-
Campus = "Campus"
|
|
17
|
-
}
|
package/models/Project.d.ts
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { App } from "../components/App";
|
|
2
|
-
import { ObjectType } from "./ObjectType";
|
|
3
|
-
import Dictionary from "../tools/Dictionary";
|
|
4
|
-
import IBase from "./IBase";
|
|
5
|
-
import IRegion from "./IRegion";
|
|
6
|
-
export default class Project {
|
|
7
|
-
app: App;
|
|
8
|
-
id: string;
|
|
9
|
-
current: IBase;
|
|
10
|
-
root: IRegion;
|
|
11
|
-
levelEvent: Function;
|
|
12
|
-
objectDatas: Dictionary<IBase>;
|
|
13
|
-
constructor(_app: App);
|
|
14
|
-
clear(): void;
|
|
15
|
-
optimization(): void;
|
|
16
|
-
getChildsById(_id?: string, _includeSub?: boolean): IBase[];
|
|
17
|
-
getSceneTree(_id?: string, _excludeTypes?: Array<string>): any;
|
|
18
|
-
findObjectById(_id: string): IBase;
|
|
19
|
-
findObjectByCustomNumber(_customNumber: string): any;
|
|
20
|
-
findObjectsByCustomType(_customType: string, queryParameters?: {
|
|
21
|
-
isCurrent: boolean;
|
|
22
|
-
isEnabled: boolean;
|
|
23
|
-
}): any[];
|
|
24
|
-
findObjectsByType(_type: ObjectType): IBase[];
|
|
25
|
-
computeSight(_objs: Array<IBase>): any;
|
|
26
|
-
switchLevel(_id?: string, _isFocus?: boolean): void;
|
|
27
|
-
goBack(): void;
|
|
28
|
-
getTypes(_parentId?: string): any[];
|
|
29
|
-
getCustomTypes(_parentId?: string): any[];
|
|
30
|
-
}
|
package/models/RackModel.d.ts
DELETED
package/models/RackObject.d.ts
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { App } from "../components/App";
|
|
2
|
-
import { StatusType } from "../components/StatusType";
|
|
3
|
-
import { EventType } from "../events/EventType";
|
|
4
|
-
import { Mesh, InstancedMesh } from "../runtime";
|
|
5
|
-
import Sight from "../tools/Sight";
|
|
6
|
-
import BaseModel from "./BaseModel";
|
|
7
|
-
import IObject from "./IObject";
|
|
8
|
-
import { ObjectType } from "./ObjectType";
|
|
9
|
-
import RackModel from "./RackModel";
|
|
10
|
-
import * as Runtime from '../runtime';
|
|
11
|
-
import Dictionary from "../tools/Dictionary";
|
|
12
|
-
export default class RackObject implements IObject {
|
|
13
|
-
app: App;
|
|
14
|
-
id: string;
|
|
15
|
-
name: string;
|
|
16
|
-
parentId: string;
|
|
17
|
-
objectType: ObjectType;
|
|
18
|
-
customNumber: string;
|
|
19
|
-
customType: string;
|
|
20
|
-
baseModel: BaseModel;
|
|
21
|
-
instance: Mesh | InstancedMesh;
|
|
22
|
-
Sight: Sight;
|
|
23
|
-
statusType: StatusType;
|
|
24
|
-
showBoundingBox: boolean;
|
|
25
|
-
action: Runtime.ActionManager;
|
|
26
|
-
executes: Dictionary<Runtime.ExecuteCodeAction>;
|
|
27
|
-
clickEvents: Dictionary<Function>;
|
|
28
|
-
touchtime: number;
|
|
29
|
-
uHeight: number;
|
|
30
|
-
uStart: number;
|
|
31
|
-
color: string;
|
|
32
|
-
frontImgUrl: string;
|
|
33
|
-
backImgUrl: string;
|
|
34
|
-
direction: boolean;
|
|
35
|
-
width: number;
|
|
36
|
-
depth: number;
|
|
37
|
-
constructor(_app: App, _parentId: string);
|
|
38
|
-
setEnabled(isEnabled: boolean): void;
|
|
39
|
-
loadProperties(_m: RackModel): void;
|
|
40
|
-
bind(): void;
|
|
41
|
-
optimization(_isOptimization: boolean): void;
|
|
42
|
-
alwaysActive(): void;
|
|
43
|
-
addEventListener(type: EventType, callback: Function): void;
|
|
44
|
-
removeEventListener(type: string): void;
|
|
45
|
-
setFlash(_level: number): void;
|
|
46
|
-
setOpaque(): void;
|
|
47
|
-
setTransparent(alpha?: number): void;
|
|
48
|
-
setColor(_color?: string): void;
|
|
49
|
-
computeView(): void;
|
|
50
|
-
completed(): void;
|
|
51
|
-
toJson(): {
|
|
52
|
-
id: string;
|
|
53
|
-
parentId: string;
|
|
54
|
-
name: string;
|
|
55
|
-
customNumber: string;
|
|
56
|
-
customType: string;
|
|
57
|
-
objectType: ObjectType;
|
|
58
|
-
};
|
|
59
|
-
getInto(): void;
|
|
60
|
-
goBack(): void;
|
|
61
|
-
}
|
package/models/StoreyObject.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import IRegion from "./IRegion";
|
|
2
|
-
import * as Runtime from '../runtime';
|
|
3
|
-
export default class StoreyObject extends IRegion {
|
|
4
|
-
scaling: Runtime.Vector3;
|
|
5
|
-
loadProperties(_m: any): void;
|
|
6
|
-
bind(): void;
|
|
7
|
-
alwaysActive(): void;
|
|
8
|
-
completed(): void;
|
|
9
|
-
computeView(): void;
|
|
10
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import DefaultObject from "./DefaultObject";
|
|
2
|
-
export default class UI3DTextObject extends DefaultObject {
|
|
3
|
-
tconfig: {
|
|
4
|
-
color: string;
|
|
5
|
-
position: any;
|
|
6
|
-
rotation: any;
|
|
7
|
-
scaling: any;
|
|
8
|
-
clearColor: string;
|
|
9
|
-
};
|
|
10
|
-
isLookAt: boolean;
|
|
11
|
-
setEnabled(_value: boolean): void;
|
|
12
|
-
loadProperties(_u: any): void;
|
|
13
|
-
bind(): void;
|
|
14
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import DefaultObject from "./DefaultObject";
|
|
2
|
-
import * as Runtime from '../runtime';
|
|
3
|
-
export default class VirtualBoxObject extends DefaultObject {
|
|
4
|
-
virtualType: string;
|
|
5
|
-
color: Runtime.Color3;
|
|
6
|
-
alpha: number;
|
|
7
|
-
isEdges: boolean;
|
|
8
|
-
edgesWidth: number;
|
|
9
|
-
edgesColor: Runtime.Color4;
|
|
10
|
-
loadProperties(_m: any): void;
|
|
11
|
-
setEnabled(_value: boolean): void;
|
|
12
|
-
bind(): void;
|
|
13
|
-
}
|
package/models/WallObject.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import DefaultObject from "./DefaultObject";
|
|
2
|
-
import * as Runtime from '../runtime';
|
|
3
|
-
export default class WallObject extends DefaultObject {
|
|
4
|
-
nativeMaterial: Runtime.StandardMaterial;
|
|
5
|
-
height: number;
|
|
6
|
-
walls: Runtime.Mesh[];
|
|
7
|
-
loadProperties(_m: any): void;
|
|
8
|
-
setEnabled(_value: boolean): void;
|
|
9
|
-
bind(): void;
|
|
10
|
-
completed(): void;
|
|
11
|
-
setOpaque(): void;
|
|
12
|
-
}
|