hytopia 0.8.6-dev3 → 0.8.6-dev5

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.
@@ -42,7 +42,7 @@ entity
42
42
 
43
43
  </td><td>
44
44
 
45
- The entity to get attached audio instances for. the allocated array at the end of the current tick. false by default.
45
+ The entity to get attached audio instances for.
46
46
 
47
47
 
48
48
  </td></tr>
@@ -32,20 +32,6 @@ Description
32
32
  </th></tr></thead>
33
33
  <tbody><tr><td>
34
34
 
35
- ADD\_CHUNK
36
-
37
-
38
- </td><td>
39
-
40
- `"CHUNK_LATTICE.ADD_CHUNK"`
41
-
42
-
43
- </td><td>
44
-
45
-
46
- </td></tr>
47
- <tr><td>
48
-
49
35
  REMOVE\_CHUNK
50
36
 
51
37
 
@@ -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. r, g and b expect a value between 0 and 255.
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
 
@@ -32,20 +32,6 @@ Description
32
32
  </th></tr></thead>
33
33
  <tbody><tr><td>
34
34
 
35
- BURST
36
-
37
-
38
- </td><td>
39
-
40
- `"PARTICLE_EMITTER.BURST"`
41
-
42
-
43
- </td><td>
44
-
45
-
46
- </td></tr>
47
- <tr><td>
48
-
49
35
  DESPAWN
50
36
 
51
37
 
@@ -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
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## RgbColor interface
6
6
 
7
- A RGB color. r, g and b expect a value between 0 and 255.
7
+ A RGB color.
8
8
 
9
9
  **Signature:**
10
10