@babylonjs-toolkit/next 9.0.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 +319 -0
- package/lib/blendtreeposition.d.ts +5 -0
- package/lib/blendtreeposition.d.ts.map +1 -0
- package/lib/blendtreeposition.js +5 -0
- package/lib/channelmixerplugin.d.ts +11 -0
- package/lib/channelmixerplugin.d.ts.map +1 -0
- package/lib/channelmixerplugin.js +34 -0
- package/lib/collisioncontact.d.ts +7 -0
- package/lib/collisioncontact.d.ts.map +1 -0
- package/lib/collisioncontact.js +7 -0
- package/lib/collisionfilters.d.ts +10 -0
- package/lib/collisionfilters.d.ts.map +1 -0
- package/lib/collisionfilters.js +10 -0
- package/lib/collisionflags.d.ts +14 -0
- package/lib/collisionflags.d.ts.map +1 -0
- package/lib/collisionflags.js +14 -0
- package/lib/collisionstate.d.ts +8 -0
- package/lib/collisionstate.d.ts.map +1 -0
- package/lib/collisionstate.js +8 -0
- package/lib/customloadingscreen.d.ts +16 -0
- package/lib/customloadingscreen.d.ts.map +1 -0
- package/lib/customloadingscreen.js +48 -0
- package/lib/entitycontroller.d.ts +11 -0
- package/lib/entitycontroller.d.ts.map +1 -0
- package/lib/entitycontroller.js +41 -0
- package/lib/fontmanifestentry.d.ts +8 -0
- package/lib/fontmanifestentry.d.ts.map +1 -0
- package/lib/fontmanifestentry.js +1 -0
- package/lib/handedness.d.ts +6 -0
- package/lib/handedness.d.ts.map +1 -0
- package/lib/handedness.js +6 -0
- package/lib/ianimationcurve.d.ts +14 -0
- package/lib/ianimationcurve.d.ts.map +1 -0
- package/lib/ianimationcurve.js +1 -0
- package/lib/index.d.ts +43 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +42 -0
- package/lib/intersectionprecision.d.ts +5 -0
- package/lib/intersectionprecision.d.ts.map +1 -0
- package/lib/intersectionprecision.js +5 -0
- package/lib/iparticlesystemtransform.d.ts +9 -0
- package/lib/iparticlesystemtransform.d.ts.map +1 -0
- package/lib/iparticlesystemtransform.js +1 -0
- package/lib/irecastnavigationplugin.d.ts +92 -0
- package/lib/irecastnavigationplugin.d.ts.map +1 -0
- package/lib/irecastnavigationplugin.js +1 -0
- package/lib/linesmeshrenderer.d.ts +22 -0
- package/lib/linesmeshrenderer.d.ts.map +1 -0
- package/lib/linesmeshrenderer.js +79 -0
- package/lib/localmessagebus.d.ts +9 -0
- package/lib/localmessagebus.d.ts.map +1 -0
- package/lib/localmessagebus.js +44 -0
- package/lib/lutblendplugin.d.ts +13 -0
- package/lib/lutblendplugin.d.ts.map +1 -0
- package/lib/lutblendplugin.js +153 -0
- package/lib/mousebuttonmode.d.ts +6 -0
- package/lib/mousebuttonmode.d.ts.map +1 -0
- package/lib/mousebuttonmode.js +6 -0
- package/lib/movementtype.d.ts +5 -0
- package/lib/movementtype.d.ts.map +1 -0
- package/lib/movementtype.js +5 -0
- package/lib/noisefunction2d.d.ts +2 -0
- package/lib/noisefunction2d.d.ts.map +1 -0
- package/lib/noisefunction2d.js +1 -0
- package/lib/noisefunction3d.d.ts +2 -0
- package/lib/noisefunction3d.d.ts.map +1 -0
- package/lib/noisefunction3d.js +1 -0
- package/lib/noisefunction4d.d.ts +2 -0
- package/lib/noisefunction4d.d.ts.map +1 -0
- package/lib/noisefunction4d.js +1 -0
- package/lib/perlin2d.d.ts +9 -0
- package/lib/perlin2d.d.ts.map +1 -0
- package/lib/perlin2d.js +45 -0
- package/lib/playercontrol.d.ts +5 -0
- package/lib/playercontrol.d.ts.map +1 -0
- package/lib/playercontrol.js +5 -0
- package/lib/prefabobjectpool.d.ts +20 -0
- package/lib/prefabobjectpool.d.ts.map +1 -0
- package/lib/prefabobjectpool.js +96 -0
- package/lib/randomfn.d.ts +2 -0
- package/lib/randomfn.d.ts.map +1 -0
- package/lib/randomfn.js +1 -0
- package/lib/raycasthitresult.d.ts +21 -0
- package/lib/raycasthitresult.d.ts.map +1 -0
- package/lib/raycasthitresult.js +36 -0
- package/lib/recastclassctor.d.ts +2 -0
- package/lib/recastclassctor.d.ts.map +1 -0
- package/lib/recastclassctor.js +1 -0
- package/lib/roomerrormessage.d.ts +5 -0
- package/lib/roomerrormessage.d.ts.map +1 -0
- package/lib/roomerrormessage.js +2 -0
- package/lib/scenemanager.d.ts +4141 -0
- package/lib/scenemanager.d.ts.map +1 -0
- package/lib/scenemanager.js +29628 -0
- package/lib/simplexnoise.d.ts +21 -0
- package/lib/simplexnoise.d.ts.map +1 -0
- package/lib/simplexnoise.js +362 -0
- package/lib/touchjoystickhandler.d.ts +39 -0
- package/lib/touchjoystickhandler.d.ts.map +1 -0
- package/lib/touchjoystickhandler.js +175 -0
- package/lib/touchmousebutton.d.ts +6 -0
- package/lib/touchmousebutton.d.ts.map +1 -0
- package/lib/touchmousebutton.js +6 -0
- package/lib/treebranchmaterial.d.ts +31 -0
- package/lib/treebranchmaterial.d.ts.map +1 -0
- package/lib/treebranchmaterial.js +369 -0
- package/lib/triggervolume.d.ts +6 -0
- package/lib/triggervolume.d.ts.map +1 -0
- package/lib/triggervolume.js +6 -0
- package/lib/unitydropdownmenu.d.ts +20 -0
- package/lib/unitydropdownmenu.d.ts.map +1 -0
- package/lib/unitydropdownmenu.js +144 -0
- package/lib/unityscrollbar.d.ts +11 -0
- package/lib/unityscrollbar.d.ts.map +1 -0
- package/lib/unityscrollbar.js +38 -0
- package/lib/unityslider.d.ts +4 -0
- package/lib/unityslider.d.ts.map +1 -0
- package/lib/unityslider.js +3 -0
- package/lib/universalcharactercontroller.d.ts +3 -0
- package/lib/universalcharactercontroller.d.ts.map +1 -0
- package/lib/universalcharactercontroller.js +1 -0
- package/lib/universalterrainmaterial.d.ts +48 -0
- package/lib/universalterrainmaterial.d.ts.map +1 -0
- package/lib/universalterrainmaterial.js +639 -0
- package/lib/userinputpointer.d.ts +6 -0
- package/lib/userinputpointer.d.ts.map +1 -0
- package/lib/userinputpointer.js +6 -0
- package/lib/xbox360trigger.d.ts +5 -0
- package/lib/xbox360trigger.d.ts.map +1 -0
- package/lib/xbox360trigger.js +5 -0
- package/package.json +211 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"userinputpointer.d.ts","sourceRoot":"","sources":["../src/userinputpointer.ts"],"names":[],"mappings":"AACA,oBAAY,gBAAgB;IACpB,IAAI,IAAI;IACR,MAAM,IAAI;IACV,KAAK,IAAI;CACZ"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export var UserInputPointer;
|
|
2
|
+
(function (UserInputPointer) {
|
|
3
|
+
UserInputPointer[UserInputPointer["Left"] = 0] = "Left";
|
|
4
|
+
UserInputPointer[UserInputPointer["Middle"] = 1] = "Middle";
|
|
5
|
+
UserInputPointer[UserInputPointer["Right"] = 2] = "Right";
|
|
6
|
+
})(UserInputPointer || (UserInputPointer = {}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"xbox360trigger.d.ts","sourceRoot":"","sources":["../src/xbox360trigger.ts"],"names":[],"mappings":"AACA,oBAAY,cAAc;IAClB,IAAI,IAAI;IACR,KAAK,IAAI;CACZ"}
|
package/package.json
ADDED
|
@@ -0,0 +1,211 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@babylonjs-toolkit/next",
|
|
3
|
+
"version": "9.0.1",
|
|
4
|
+
"description": "Babylon Toolkit Runtime Library (ES6)",
|
|
5
|
+
"main": "lib/index.js",
|
|
6
|
+
"module": "lib/index.js",
|
|
7
|
+
"types": "lib/index.d.ts",
|
|
8
|
+
"type": "module",
|
|
9
|
+
"sideEffects": false,
|
|
10
|
+
"exports": {
|
|
11
|
+
".": {
|
|
12
|
+
"import": "./lib/index.js",
|
|
13
|
+
"types": "./lib/index.d.ts"
|
|
14
|
+
},
|
|
15
|
+
"./scenemanager": {
|
|
16
|
+
"import": "./lib/scenemanager.js",
|
|
17
|
+
"types": "./lib/scenemanager.d.ts"
|
|
18
|
+
},
|
|
19
|
+
"./shurikenparticles": {
|
|
20
|
+
"import": "./lib/shurikenparticles.js",
|
|
21
|
+
"types": "./lib/shurikenparticles.d.ts"
|
|
22
|
+
},
|
|
23
|
+
"./terraingenerator": {
|
|
24
|
+
"import": "./lib/terraingenerator.js",
|
|
25
|
+
"types": "./lib/terraingenerator.d.ts"
|
|
26
|
+
},
|
|
27
|
+
"./charactercontroller": {
|
|
28
|
+
"import": "./lib/charactercontroller.js",
|
|
29
|
+
"types": "./lib/charactercontroller.d.ts"
|
|
30
|
+
},
|
|
31
|
+
"./webvideoplayer": {
|
|
32
|
+
"import": "./lib/webvideoplayer.js",
|
|
33
|
+
"types": "./lib/webvideoplayer.d.ts"
|
|
34
|
+
},
|
|
35
|
+
"./handedness": {
|
|
36
|
+
"import": "./lib/handedness.js",
|
|
37
|
+
"types": "./lib/handedness.d.ts"
|
|
38
|
+
},
|
|
39
|
+
"./movementtype": {
|
|
40
|
+
"import": "./lib/movementtype.js",
|
|
41
|
+
"types": "./lib/movementtype.d.ts"
|
|
42
|
+
},
|
|
43
|
+
"./customloadingscreen": {
|
|
44
|
+
"import": "./lib/customloadingscreen.js",
|
|
45
|
+
"types": "./lib/customloadingscreen.d.ts"
|
|
46
|
+
},
|
|
47
|
+
"./blendtreeposition": {
|
|
48
|
+
"import": "./lib/blendtreeposition.js",
|
|
49
|
+
"types": "./lib/blendtreeposition.d.ts"
|
|
50
|
+
},
|
|
51
|
+
"./collisioncontact": {
|
|
52
|
+
"import": "./lib/collisioncontact.js",
|
|
53
|
+
"types": "./lib/collisioncontact.d.ts"
|
|
54
|
+
},
|
|
55
|
+
"./collisionfilters": {
|
|
56
|
+
"import": "./lib/collisionfilters.js",
|
|
57
|
+
"types": "./lib/collisionfilters.d.ts"
|
|
58
|
+
},
|
|
59
|
+
"./collisionflags": {
|
|
60
|
+
"import": "./lib/collisionflags.js",
|
|
61
|
+
"types": "./lib/collisionflags.d.ts"
|
|
62
|
+
},
|
|
63
|
+
"./collisionstate": {
|
|
64
|
+
"import": "./lib/collisionstate.js",
|
|
65
|
+
"types": "./lib/collisionstate.d.ts"
|
|
66
|
+
},
|
|
67
|
+
"./customshadermaterial": {
|
|
68
|
+
"import": "./lib/customshadermaterial.js",
|
|
69
|
+
"types": "./lib/customshadermaterial.d.ts"
|
|
70
|
+
},
|
|
71
|
+
"./customshadermaterialplugin": {
|
|
72
|
+
"import": "./lib/customshadermaterialplugin.js",
|
|
73
|
+
"types": "./lib/customshadermaterialplugin.d.ts"
|
|
74
|
+
},
|
|
75
|
+
"./entitycontroller": {
|
|
76
|
+
"import": "./lib/entitycontroller.js",
|
|
77
|
+
"types": "./lib/entitycontroller.d.ts"
|
|
78
|
+
},
|
|
79
|
+
"./ianimationcurve": {
|
|
80
|
+
"import": "./lib/ianimationcurve.js",
|
|
81
|
+
"types": "./lib/ianimationcurve.d.ts"
|
|
82
|
+
},
|
|
83
|
+
"./intersectionprecision": {
|
|
84
|
+
"import": "./lib/intersectionprecision.js",
|
|
85
|
+
"types": "./lib/intersectionprecision.d.ts"
|
|
86
|
+
},
|
|
87
|
+
"./linesmeshrenderer": {
|
|
88
|
+
"import": "./lib/linesmeshrenderer.js",
|
|
89
|
+
"types": "./lib/linesmeshrenderer.d.ts"
|
|
90
|
+
},
|
|
91
|
+
"./localmessagebus": {
|
|
92
|
+
"import": "./lib/localmessagebus.js",
|
|
93
|
+
"types": "./lib/localmessagebus.d.ts"
|
|
94
|
+
},
|
|
95
|
+
"./mousebuttonmode": {
|
|
96
|
+
"import": "./lib/mousebuttonmode.js",
|
|
97
|
+
"types": "./lib/mousebuttonmode.d.ts"
|
|
98
|
+
},
|
|
99
|
+
"./playercontrol": {
|
|
100
|
+
"import": "./lib/playercontrol.js",
|
|
101
|
+
"types": "./lib/playercontrol.d.ts"
|
|
102
|
+
},
|
|
103
|
+
"./prefabobjectpool": {
|
|
104
|
+
"import": "./lib/prefabobjectpool.js",
|
|
105
|
+
"types": "./lib/prefabobjectpool.d.ts"
|
|
106
|
+
},
|
|
107
|
+
"./raycasthitresult": {
|
|
108
|
+
"import": "./lib/raycasthitresult.js",
|
|
109
|
+
"types": "./lib/raycasthitresult.d.ts"
|
|
110
|
+
},
|
|
111
|
+
"./recastcharactercontroller": {
|
|
112
|
+
"import": "./lib/recastcharactercontroller.js",
|
|
113
|
+
"types": "./lib/recastcharactercontroller.d.ts"
|
|
114
|
+
},
|
|
115
|
+
"./roomerrormessage": {
|
|
116
|
+
"import": "./lib/roomerrormessage.js",
|
|
117
|
+
"types": "./lib/roomerrormessage.d.ts"
|
|
118
|
+
},
|
|
119
|
+
"./simplecharactercontroller": {
|
|
120
|
+
"import": "./lib/simplecharactercontroller.js",
|
|
121
|
+
"types": "./lib/simplecharactercontroller.d.ts"
|
|
122
|
+
},
|
|
123
|
+
"./touchjoystickhandler": {
|
|
124
|
+
"import": "./lib/touchjoystickhandler.js",
|
|
125
|
+
"types": "./lib/touchjoystickhandler.d.ts"
|
|
126
|
+
},
|
|
127
|
+
"./touchmousebutton": {
|
|
128
|
+
"import": "./lib/touchmousebutton.js",
|
|
129
|
+
"types": "./lib/touchmousebutton.d.ts"
|
|
130
|
+
},
|
|
131
|
+
"./triggervolume": {
|
|
132
|
+
"import": "./lib/triggervolume.js",
|
|
133
|
+
"types": "./lib/triggervolume.d.ts"
|
|
134
|
+
},
|
|
135
|
+
"./universalcharactercontroller": {
|
|
136
|
+
"import": "./lib/universalcharactercontroller.js",
|
|
137
|
+
"types": "./lib/universalcharactercontroller.d.ts"
|
|
138
|
+
},
|
|
139
|
+
"./universalterrainmaterial": {
|
|
140
|
+
"import": "./lib/universalterrainmaterial.js",
|
|
141
|
+
"types": "./lib/universalterrainmaterial.d.ts"
|
|
142
|
+
},
|
|
143
|
+
"./userinputpointer": {
|
|
144
|
+
"import": "./lib/userinputpointer.js",
|
|
145
|
+
"types": "./lib/userinputpointer.d.ts"
|
|
146
|
+
},
|
|
147
|
+
"./xbox360trigger": {
|
|
148
|
+
"import": "./lib/xbox360trigger.js",
|
|
149
|
+
"types": "./lib/xbox360trigger.d.ts"
|
|
150
|
+
},
|
|
151
|
+
"./noisefunction2d": {
|
|
152
|
+
"import": "./lib/noisefunction2d.js",
|
|
153
|
+
"types": "./lib/noisefunction2d.d.ts"
|
|
154
|
+
},
|
|
155
|
+
"./noisefunction3d": {
|
|
156
|
+
"import": "./lib/noisefunction3d.js",
|
|
157
|
+
"types": "./lib/noisefunction3d.d.ts"
|
|
158
|
+
},
|
|
159
|
+
"./noisefunction4d": {
|
|
160
|
+
"import": "./lib/noisefunction4d.js",
|
|
161
|
+
"types": "./lib/noisefunction4d.d.ts"
|
|
162
|
+
},
|
|
163
|
+
"./simplexnoise": {
|
|
164
|
+
"import": "./lib/simplexnoise.js",
|
|
165
|
+
"types": "./lib/simplexnoise.d.ts"
|
|
166
|
+
},
|
|
167
|
+
"./randomfn": {
|
|
168
|
+
"import": "./lib/randomfn.js",
|
|
169
|
+
"types": "./lib/randomfn.d.ts"
|
|
170
|
+
},
|
|
171
|
+
"./package.json": "./package.json"
|
|
172
|
+
},
|
|
173
|
+
"scripts": {
|
|
174
|
+
"clean": "rimraf lib",
|
|
175
|
+
"build": "npm run build-all",
|
|
176
|
+
"build-ts": "tsc",
|
|
177
|
+
"build-all": "npm run clean && npm run build-ts"
|
|
178
|
+
},
|
|
179
|
+
"keywords": [
|
|
180
|
+
"babylonjs",
|
|
181
|
+
"babylontoolkit",
|
|
182
|
+
"development",
|
|
183
|
+
"games",
|
|
184
|
+
"unity",
|
|
185
|
+
"webgl",
|
|
186
|
+
"gltf"
|
|
187
|
+
],
|
|
188
|
+
"files": [
|
|
189
|
+
"README.md",
|
|
190
|
+
"package.json",
|
|
191
|
+
"lib/**/*"
|
|
192
|
+
],
|
|
193
|
+
"devDependencies": {
|
|
194
|
+
"@babylonjs/core": "^9.0.0",
|
|
195
|
+
"@babylonjs/gui": "^9.0.0",
|
|
196
|
+
"@babylonjs/havok": "^1.3.10",
|
|
197
|
+
"@babylonjs/addons": "^9.0.0",
|
|
198
|
+
"@babylonjs/loaders": "^9.0.0",
|
|
199
|
+
"@babylonjs/materials": "^9.0.0",
|
|
200
|
+
"rimraf": "^6.0.1",
|
|
201
|
+
"typescript": "^6.0.3"
|
|
202
|
+
},
|
|
203
|
+
"peerDependencies": {
|
|
204
|
+
"@babylonjs/core": "^9.0.0",
|
|
205
|
+
"@babylonjs/gui": "^9.0.0",
|
|
206
|
+
"@babylonjs/havok": "^1.3.10",
|
|
207
|
+
"@babylonjs/addons": "^9.0.0",
|
|
208
|
+
"@babylonjs/loaders": "^9.0.0",
|
|
209
|
+
"@babylonjs/materials": "^9.0.0"
|
|
210
|
+
}
|
|
211
|
+
}
|