hytopia 0.8.6-dev6nopool → 0.8.6-devtrace-41ce1a9
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/bun-server.mjs +165 -167
- package/docs/server.audiomanager.getallentityattachedaudios.md +1 -1
- package/docs/server.chunklatticeevent.md +0 -14
- package/docs/server.chunklatticeeventpayloads.md +0 -19
- package/docs/server.md +1 -34
- package/docs/server.particleemitter.md +0 -14
- package/docs/server.particleemitterevent.md +0 -14
- package/docs/server.particleemittereventpayloads.md +0 -19
- package/docs/server.rgbcolor.md +1 -1
- package/node-server.mjs +171 -173
- package/package.json +1 -1
- package/server.api.json +2 -826
- package/server.d.ts +2 -147
- package/docs/server.chunklatticeeventpayloads._chunk_lattice.add_chunk_.md +0 -16
- package/docs/server.particleemitter.burst.md +0 -54
- package/docs/server.particleemittereventpayloads._particle_emitter.burst_.md +0 -16
- package/docs/server.telemetry.getprocessstats.md +0 -56
- package/docs/server.telemetry.initializesentry.md +0 -74
- package/docs/server.telemetry.md +0 -126
- package/docs/server.telemetry.sentry.md +0 -23
- package/docs/server.telemetry.startspan.md +0 -91
- package/docs/server.telemetryspanoperation.md +0 -244
- package/docs/server.telemetryspanoptions.md +0 -18
|
@@ -37,25 +37,6 @@ Description
|
|
|
37
37
|
</th></tr></thead>
|
|
38
38
|
<tbody><tr><td>
|
|
39
39
|
|
|
40
|
-
["CHUNK\_LATTICE.ADD\_CHUNK"](./server.chunklatticeeventpayloads._chunk_lattice.add_chunk_.md)
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
</td><td>
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
</td><td>
|
|
47
|
-
|
|
48
|
-
{ chunkLattice: [ChunkLattice](./server.chunklattice.md)<!-- -->; chunk: [Chunk](./server.chunk.md)<!-- -->; }
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
</td><td>
|
|
52
|
-
|
|
53
|
-
Emitted when a chunk is added to the lattice.
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
</td></tr>
|
|
57
|
-
<tr><td>
|
|
58
|
-
|
|
59
40
|
["CHUNK\_LATTICE.REMOVE\_CHUNK"](./server.chunklatticeeventpayloads._chunk_lattice.remove_chunk_.md)
|
|
60
41
|
|
|
61
42
|
|
package/docs/server.md
CHANGED
|
@@ -445,17 +445,6 @@ A simple entity controller with basic movement functions.
|
|
|
445
445
|
Represents the physics simulation for a world.
|
|
446
446
|
|
|
447
447
|
|
|
448
|
-
</td></tr>
|
|
449
|
-
<tr><td>
|
|
450
|
-
|
|
451
|
-
[Telemetry](./server.telemetry.md)
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
</td><td>
|
|
455
|
-
|
|
456
|
-
Manages performance telemetry and error tracking through your Sentry.io account.
|
|
457
|
-
|
|
458
|
-
|
|
459
448
|
</td></tr>
|
|
460
449
|
<tr><td>
|
|
461
450
|
|
|
@@ -794,17 +783,6 @@ Event types a SceneUI instance can emit. See [SceneUIEventPayloads](./server.sce
|
|
|
794
783
|
Event types a Simulation instance can emit. See [SimulationEventPayloads](./server.simulationeventpayloads.md) for the payloads.
|
|
795
784
|
|
|
796
785
|
|
|
797
|
-
</td></tr>
|
|
798
|
-
<tr><td>
|
|
799
|
-
|
|
800
|
-
[TelemetrySpanOperation](./server.telemetryspanoperation.md)
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
</td><td>
|
|
804
|
-
|
|
805
|
-
Performance telemetry span operation types.
|
|
806
|
-
|
|
807
|
-
|
|
808
786
|
</td></tr>
|
|
809
787
|
<tr><td>
|
|
810
788
|
|
|
@@ -1283,7 +1261,7 @@ A quaternion.
|
|
|
1283
1261
|
|
|
1284
1262
|
</td><td>
|
|
1285
1263
|
|
|
1286
|
-
A RGB color.
|
|
1264
|
+
A RGB color.
|
|
1287
1265
|
|
|
1288
1266
|
|
|
1289
1267
|
</td></tr>
|
|
@@ -1888,17 +1866,6 @@ Additional mass properties for a RigidBody.
|
|
|
1888
1866
|
The options for a rigid body.
|
|
1889
1867
|
|
|
1890
1868
|
|
|
1891
|
-
</td></tr>
|
|
1892
|
-
<tr><td>
|
|
1893
|
-
|
|
1894
|
-
[TelemetrySpanOptions](./server.telemetryspanoptions.md)
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
</td><td>
|
|
1898
|
-
|
|
1899
|
-
Options for creating a telemetry span.
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
1869
|
</td></tr>
|
|
1903
1870
|
<tr><td>
|
|
1904
1871
|
|
|
@@ -806,20 +806,6 @@ Description
|
|
|
806
806
|
</th></tr></thead>
|
|
807
807
|
<tbody><tr><td>
|
|
808
808
|
|
|
809
|
-
[burst(count)](./server.particleemitter.burst.md)
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
</td><td>
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
</td><td>
|
|
816
|
-
|
|
817
|
-
Creates a burst of particles, regardless of pause state.
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
</td></tr>
|
|
821
|
-
<tr><td>
|
|
822
|
-
|
|
823
809
|
[despawn()](./server.particleemitter.despawn.md)
|
|
824
810
|
|
|
825
811
|
|
|
@@ -37,25 +37,6 @@ Description
|
|
|
37
37
|
</th></tr></thead>
|
|
38
38
|
<tbody><tr><td>
|
|
39
39
|
|
|
40
|
-
["PARTICLE\_EMITTER.BURST"](./server.particleemittereventpayloads._particle_emitter.burst_.md)
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
</td><td>
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
</td><td>
|
|
47
|
-
|
|
48
|
-
{ particleEmitter: [ParticleEmitter](./server.particleemitter.md)<!-- -->; count: number; }
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
</td><td>
|
|
52
|
-
|
|
53
|
-
Emitted when a ParticleEmitter bursts the specified number of particles.
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
</td></tr>
|
|
57
|
-
<tr><td>
|
|
58
|
-
|
|
59
40
|
["PARTICLE\_EMITTER.DESPAWN"](./server.particleemittereventpayloads._particle_emitter.despawn_.md)
|
|
60
41
|
|
|
61
42
|
|