vim-web 0.3.44-dev.37 → 0.3.44-dev.38
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/dist/vim-web.iife.js +7 -2
- package/dist/vim-web.iife.js.map +1 -1
- package/dist/vim-web.js +7 -2
- package/dist/vim-web.js.map +1 -1
- package/package.json +1 -1
package/dist/vim-web.iife.js
CHANGED
|
@@ -59215,7 +59215,12 @@ void main() {
|
|
|
59215
59215
|
this.rpc.RPCEnableSectionBox(enable);
|
|
59216
59216
|
}
|
|
59217
59217
|
RPCSetSectionBox(state) {
|
|
59218
|
-
this.rpc.RPCSetSectionBox(
|
|
59218
|
+
this.rpc.RPCSetSectionBox(
|
|
59219
|
+
{
|
|
59220
|
+
...state,
|
|
59221
|
+
box: state.box ?? new Box3(new Vector3(), new Vector3())
|
|
59222
|
+
}
|
|
59223
|
+
);
|
|
59219
59224
|
}
|
|
59220
59225
|
async RPCGetSectionBox() {
|
|
59221
59226
|
return await this.safeCall(
|
|
@@ -61837,7 +61842,7 @@ Averrage Date/Second ${avgDataRatePS} kb
|
|
|
61837
61842
|
__publicField(this, "_visible", false);
|
|
61838
61843
|
__publicField(this, "_interactible", false);
|
|
61839
61844
|
__publicField(this, "_clip", false);
|
|
61840
|
-
__publicField(this, "_box"
|
|
61845
|
+
__publicField(this, "_box");
|
|
61841
61846
|
__publicField(this, "_rpc");
|
|
61842
61847
|
__publicField(this, "_interval");
|
|
61843
61848
|
__publicField(this, "_animationFrame");
|