hytopia 0.1.53 → 0.1.55

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.
Files changed (109) hide show
  1. package/docs/server.block.getneighborglobalcoordinatefromhitpoint.md +55 -0
  2. package/docs/server.block.md +34 -0
  3. package/docs/server.collider.bounciness.md +13 -0
  4. package/docs/server.collider.bouncinesscombinerule.md +13 -0
  5. package/docs/server.collider.collisiongroups.md +13 -0
  6. package/docs/{server.collider.getfriction.md → server.collider.friction.md} +4 -10
  7. package/docs/server.collider.frictioncombinerule.md +13 -0
  8. package/docs/server.collider.md +112 -63
  9. package/docs/server.collider.relativeposition.md +13 -0
  10. package/docs/server.collider.relativerotation.md +13 -0
  11. package/docs/{server.collider.setrelativetranslation.md → server.collider.setrelativeposition.md} +6 -6
  12. package/docs/server.collideroptions.md +6 -6
  13. package/docs/server.collideroptions.relativeposition.md +13 -0
  14. package/docs/server.entityeventpayload.md +2 -2
  15. package/docs/server.entityeventpayload.updateposition.entity.md +11 -0
  16. package/docs/{server.entityeventpayload.updatetranslation.md → server.entityeventpayload.updateposition.md} +5 -5
  17. package/docs/server.entityeventpayload.updateposition.position.md +11 -0
  18. package/docs/server.entityeventtype.md +4 -4
  19. package/docs/server.md +6 -2
  20. package/docs/server.movecallback.md +2 -2
  21. package/docs/server.movecompletecallback.md +1 -1
  22. package/docs/server.player.md +0 -21
  23. package/docs/server.playercamera.facingdirection.md +13 -0
  24. package/docs/server.playercamera.md +42 -0
  25. package/docs/server.playercamera.orientation.md +13 -0
  26. package/docs/server.playercameramode.md +2 -0
  27. package/docs/server.playeruieventtype.md +1 -1
  28. package/docs/server.raycasthit.md +4 -1
  29. package/docs/server.rigidbody.additionalmass.md +13 -0
  30. package/docs/server.rigidbody.additionalsolveriterations.md +13 -0
  31. package/docs/server.rigidbody.angulardamping.md +13 -0
  32. package/docs/server.rigidbody.angularvelocity.md +13 -0
  33. package/docs/server.rigidbody.directionfromrotation.md +13 -0
  34. package/docs/server.rigidbody.dominancegroup.md +13 -0
  35. package/docs/server.rigidbody.effectiveangularinertia.md +13 -0
  36. package/docs/server.rigidbody.effectiveinversemass.md +13 -0
  37. package/docs/server.rigidbody.effectiveworldinverseprincipalangularinertiasqrt.md +13 -0
  38. package/docs/server.rigidbody.enabledpositions.md +13 -0
  39. package/docs/server.rigidbody.enabledrotations.md +13 -0
  40. package/docs/server.rigidbody.gravityscale.md +13 -0
  41. package/docs/server.rigidbody.inversemass.md +13 -0
  42. package/docs/server.rigidbody.inverseprincipalangularinertiasqrt.md +13 -0
  43. package/docs/server.rigidbody.lineardamping.md +13 -0
  44. package/docs/server.rigidbody.linearvelocity.md +13 -0
  45. package/docs/server.rigidbody.localcenterofmass.md +13 -0
  46. package/docs/server.rigidbody.lockallpositions.md +17 -0
  47. package/docs/{server.rigidbody.getmass.md → server.rigidbody.mass.md} +4 -10
  48. package/docs/server.rigidbody.md +339 -150
  49. package/docs/server.rigidbody.nextkinematicposition.md +13 -0
  50. package/docs/server.rigidbody.nextkinematicrotation.md +13 -0
  51. package/docs/server.rigidbody.position.md +13 -0
  52. package/docs/server.rigidbody.principalangularinertia.md +13 -0
  53. package/docs/server.rigidbody.principalangularinertialocalframe.md +13 -0
  54. package/docs/server.rigidbody.rotation.md +13 -0
  55. package/docs/{server.rigidbody.setenabledtranslations.md → server.rigidbody.setenabledpositions.md} +6 -6
  56. package/docs/{server.rigidbody.setnextkinematictranslation.md → server.rigidbody.setnextkinematicposition.md} +6 -6
  57. package/docs/{server.rigidbody.settranslation.md → server.rigidbody.setposition.md} +6 -6
  58. package/docs/server.rigidbody.softccdprediction.md +13 -0
  59. package/docs/server.rigidbody.type.md +13 -0
  60. package/docs/server.rigidbody.worldcenterofmass.md +13 -0
  61. package/docs/server.rigidbodyoptions.enabledpositions.md +13 -0
  62. package/docs/server.rigidbodyoptions.md +19 -19
  63. package/docs/server.rigidbodyoptions.position.md +13 -0
  64. package/examples/block-entity/index.ts +2 -2
  65. package/examples/custom-ui/index.ts +1 -1
  66. package/examples/payload-game/index.ts +11 -11
  67. package/package.json +1 -1
  68. package/server.api.json +1089 -1055
  69. package/server.d.ts +132 -218
  70. package/server.js +67 -67
  71. package/docs/server.collider.getbounciness.md +0 -19
  72. package/docs/server.collider.getbouncinesscombinerule.md +0 -19
  73. package/docs/server.collider.getcollisiongroups.md +0 -19
  74. package/docs/server.collider.getfrictioncombinerule.md +0 -19
  75. package/docs/server.collider.getrelativerotation.md +0 -19
  76. package/docs/server.collider.getrelativetranslation.md +0 -19
  77. package/docs/server.collideroptions.relativetranslation.md +0 -13
  78. package/docs/server.entityeventpayload.updatetranslation.entity.md +0 -11
  79. package/docs/server.entityeventpayload.updatetranslation.translation.md +0 -11
  80. package/docs/server.player.cameraorientation.md +0 -13
  81. package/docs/server.rigidbody.getadditionalmass.md +0 -19
  82. package/docs/server.rigidbody.getadditionalsolveriterations.md +0 -19
  83. package/docs/server.rigidbody.getangulardamping.md +0 -19
  84. package/docs/server.rigidbody.getangularvelocity.md +0 -19
  85. package/docs/server.rigidbody.getdirectionfromrotation.md +0 -19
  86. package/docs/server.rigidbody.getdominancegroup.md +0 -19
  87. package/docs/server.rigidbody.geteffectiveangularinertia.md +0 -19
  88. package/docs/server.rigidbody.geteffectiveinversemass.md +0 -19
  89. package/docs/server.rigidbody.geteffectiveworldinverseprincipalangularinertiasqrt.md +0 -19
  90. package/docs/server.rigidbody.getenabledrotations.md +0 -19
  91. package/docs/server.rigidbody.getenabledtranslations.md +0 -19
  92. package/docs/server.rigidbody.getgravityscale.md +0 -19
  93. package/docs/server.rigidbody.getinversemass.md +0 -19
  94. package/docs/server.rigidbody.getinverseprincipalangularinertiasqrt.md +0 -19
  95. package/docs/server.rigidbody.getlineardamping.md +0 -19
  96. package/docs/server.rigidbody.getlinearvelocity.md +0 -19
  97. package/docs/server.rigidbody.getlocalcenterofmass.md +0 -19
  98. package/docs/server.rigidbody.getnextkinematicrotation.md +0 -19
  99. package/docs/server.rigidbody.getnextkinematictranslation.md +0 -19
  100. package/docs/server.rigidbody.getprincipalangularinertia.md +0 -19
  101. package/docs/server.rigidbody.getprincipalangularinertialocalframe.md +0 -19
  102. package/docs/server.rigidbody.getrotation.md +0 -19
  103. package/docs/server.rigidbody.getsoftccdprediction.md +0 -19
  104. package/docs/server.rigidbody.gettranslation.md +0 -19
  105. package/docs/server.rigidbody.gettype.md +0 -19
  106. package/docs/server.rigidbody.getworldcenterofmass.md +0 -19
  107. package/docs/server.rigidbody.lockalltranslations.md +0 -17
  108. package/docs/server.rigidbodyoptions.enabledtranslations.md +0 -13
  109. package/docs/server.rigidbodyoptions.translation.md +0 -13
package/server.api.json CHANGED
@@ -3011,6 +3011,56 @@
3011
3011
  "isProtected": false,
3012
3012
  "isAbstract": false
3013
3013
  },
3014
+ {
3015
+ "kind": "Method",
3016
+ "canonicalReference": "server!Block#getNeighborGlobalCoordinateFromHitPoint:member(1)",
3017
+ "docComment": "/**\n * Gets the most adjacent neighbor global coordinate of this block based on a relative hit point, typically from a raycast.\n *\n * @param hitPoint - The hit point on this block to get the neighbor coordinate from.\n *\n * @returns A neighbor global coordinate of this block based on the hit point.\n */\n",
3018
+ "excerptTokens": [
3019
+ {
3020
+ "kind": "Content",
3021
+ "text": "getNeighborGlobalCoordinateFromHitPoint(hitPoint: "
3022
+ },
3023
+ {
3024
+ "kind": "Reference",
3025
+ "text": "Vector3Like",
3026
+ "canonicalReference": "server!Vector3Like:interface"
3027
+ },
3028
+ {
3029
+ "kind": "Content",
3030
+ "text": "): "
3031
+ },
3032
+ {
3033
+ "kind": "Reference",
3034
+ "text": "Vector3Like",
3035
+ "canonicalReference": "server!Vector3Like:interface"
3036
+ },
3037
+ {
3038
+ "kind": "Content",
3039
+ "text": ";"
3040
+ }
3041
+ ],
3042
+ "isStatic": false,
3043
+ "returnTypeTokenRange": {
3044
+ "startIndex": 3,
3045
+ "endIndex": 4
3046
+ },
3047
+ "releaseTag": "Public",
3048
+ "isProtected": false,
3049
+ "overloadIndex": 1,
3050
+ "parameters": [
3051
+ {
3052
+ "parameterName": "hitPoint",
3053
+ "parameterTypeTokenRange": {
3054
+ "startIndex": 1,
3055
+ "endIndex": 2
3056
+ },
3057
+ "isOptional": false
3058
+ }
3059
+ ],
3060
+ "isOptional": false,
3061
+ "isAbstract": false,
3062
+ "name": "getNeighborGlobalCoordinateFromHitPoint"
3063
+ },
3014
3064
  {
3015
3065
  "kind": "Property",
3016
3066
  "canonicalReference": "server!Block#globalCoordinate:member",
@@ -6003,6 +6053,98 @@
6003
6053
  "isAbstract": false,
6004
6054
  "name": "addToSimulation"
6005
6055
  },
6056
+ {
6057
+ "kind": "Property",
6058
+ "canonicalReference": "server!Collider#bounciness:member",
6059
+ "docComment": "/**\n * The bounciness of the collider.\n */\n",
6060
+ "excerptTokens": [
6061
+ {
6062
+ "kind": "Content",
6063
+ "text": "get bounciness(): "
6064
+ },
6065
+ {
6066
+ "kind": "Content",
6067
+ "text": "number"
6068
+ },
6069
+ {
6070
+ "kind": "Content",
6071
+ "text": ";"
6072
+ }
6073
+ ],
6074
+ "isReadonly": true,
6075
+ "isOptional": false,
6076
+ "releaseTag": "Public",
6077
+ "name": "bounciness",
6078
+ "propertyTypeTokenRange": {
6079
+ "startIndex": 1,
6080
+ "endIndex": 2
6081
+ },
6082
+ "isStatic": false,
6083
+ "isProtected": false,
6084
+ "isAbstract": false
6085
+ },
6086
+ {
6087
+ "kind": "Property",
6088
+ "canonicalReference": "server!Collider#bouncinessCombineRule:member",
6089
+ "docComment": "/**\n * The bounciness combine rule of the collider.\n */\n",
6090
+ "excerptTokens": [
6091
+ {
6092
+ "kind": "Content",
6093
+ "text": "get bouncinessCombineRule(): "
6094
+ },
6095
+ {
6096
+ "kind": "Reference",
6097
+ "text": "CoefficientCombineRule",
6098
+ "canonicalReference": "server!CoefficientCombineRule:enum"
6099
+ },
6100
+ {
6101
+ "kind": "Content",
6102
+ "text": ";"
6103
+ }
6104
+ ],
6105
+ "isReadonly": true,
6106
+ "isOptional": false,
6107
+ "releaseTag": "Public",
6108
+ "name": "bouncinessCombineRule",
6109
+ "propertyTypeTokenRange": {
6110
+ "startIndex": 1,
6111
+ "endIndex": 2
6112
+ },
6113
+ "isStatic": false,
6114
+ "isProtected": false,
6115
+ "isAbstract": false
6116
+ },
6117
+ {
6118
+ "kind": "Property",
6119
+ "canonicalReference": "server!Collider#collisionGroups:member",
6120
+ "docComment": "/**\n * The collision groups the collider belongs to.\n */\n",
6121
+ "excerptTokens": [
6122
+ {
6123
+ "kind": "Content",
6124
+ "text": "get collisionGroups(): "
6125
+ },
6126
+ {
6127
+ "kind": "Reference",
6128
+ "text": "CollisionGroups",
6129
+ "canonicalReference": "server!CollisionGroups:type"
6130
+ },
6131
+ {
6132
+ "kind": "Content",
6133
+ "text": ";"
6134
+ }
6135
+ ],
6136
+ "isReadonly": true,
6137
+ "isOptional": false,
6138
+ "releaseTag": "Public",
6139
+ "name": "collisionGroups",
6140
+ "propertyTypeTokenRange": {
6141
+ "startIndex": 1,
6142
+ "endIndex": 2
6143
+ },
6144
+ "isStatic": false,
6145
+ "isProtected": false,
6146
+ "isAbstract": false
6147
+ },
6006
6148
  {
6007
6149
  "kind": "Method",
6008
6150
  "canonicalReference": "server!Collider#enableCollisionEvents:member(1)",
@@ -6100,13 +6242,13 @@
6100
6242
  "name": "enableContactForceEvents"
6101
6243
  },
6102
6244
  {
6103
- "kind": "Method",
6104
- "canonicalReference": "server!Collider#getBounciness:member(1)",
6105
- "docComment": "/**\n * Gets the bounciness of the collider.\n *\n * @returns The bounciness of the collider.\n */\n",
6245
+ "kind": "Property",
6246
+ "canonicalReference": "server!Collider#friction:member",
6247
+ "docComment": "/**\n * The friction of the collider.\n */\n",
6106
6248
  "excerptTokens": [
6107
6249
  {
6108
6250
  "kind": "Content",
6109
- "text": "getBounciness(): "
6251
+ "text": "get friction(): "
6110
6252
  },
6111
6253
  {
6112
6254
  "kind": "Content",
@@ -6117,27 +6259,26 @@
6117
6259
  "text": ";"
6118
6260
  }
6119
6261
  ],
6120
- "isStatic": false,
6121
- "returnTypeTokenRange": {
6262
+ "isReadonly": true,
6263
+ "isOptional": false,
6264
+ "releaseTag": "Public",
6265
+ "name": "friction",
6266
+ "propertyTypeTokenRange": {
6122
6267
  "startIndex": 1,
6123
6268
  "endIndex": 2
6124
6269
  },
6125
- "releaseTag": "Public",
6270
+ "isStatic": false,
6126
6271
  "isProtected": false,
6127
- "overloadIndex": 1,
6128
- "parameters": [],
6129
- "isOptional": false,
6130
- "isAbstract": false,
6131
- "name": "getBounciness"
6272
+ "isAbstract": false
6132
6273
  },
6133
6274
  {
6134
- "kind": "Method",
6135
- "canonicalReference": "server!Collider#getBouncinessCombineRule:member(1)",
6136
- "docComment": "/**\n * Gets the bounciness combine rule of the collider.\n *\n * @returns The bounciness combine rule of the collider.\n */\n",
6275
+ "kind": "Property",
6276
+ "canonicalReference": "server!Collider#frictionCombineRule:member",
6277
+ "docComment": "/**\n * The friction combine rule of the collider.\n */\n",
6137
6278
  "excerptTokens": [
6138
6279
  {
6139
6280
  "kind": "Content",
6140
- "text": "getBouncinessCombineRule(): "
6281
+ "text": "get frictionCombineRule(): "
6141
6282
  },
6142
6283
  {
6143
6284
  "kind": "Reference",
@@ -6149,220 +6290,155 @@
6149
6290
  "text": ";"
6150
6291
  }
6151
6292
  ],
6152
- "isStatic": false,
6153
- "returnTypeTokenRange": {
6293
+ "isReadonly": true,
6294
+ "isOptional": false,
6295
+ "releaseTag": "Public",
6296
+ "name": "frictionCombineRule",
6297
+ "propertyTypeTokenRange": {
6154
6298
  "startIndex": 1,
6155
6299
  "endIndex": 2
6156
6300
  },
6157
- "releaseTag": "Public",
6301
+ "isStatic": false,
6158
6302
  "isProtected": false,
6159
- "overloadIndex": 1,
6160
- "parameters": [],
6161
- "isOptional": false,
6162
- "isAbstract": false,
6163
- "name": "getBouncinessCombineRule"
6303
+ "isAbstract": false
6164
6304
  },
6165
6305
  {
6166
- "kind": "Method",
6167
- "canonicalReference": "server!Collider#getCollisionGroups:member(1)",
6168
- "docComment": "/**\n * Gets the collision groups the collider belongs to.\n *\n * @returns The collision groups the collider belongs to.\n */\n",
6306
+ "kind": "Property",
6307
+ "canonicalReference": "server!Collider#isEnabled:member",
6308
+ "docComment": "/**\n * Whether the collider is enabled.\n */\n",
6169
6309
  "excerptTokens": [
6170
6310
  {
6171
6311
  "kind": "Content",
6172
- "text": "getCollisionGroups(): "
6312
+ "text": "get isEnabled(): "
6173
6313
  },
6174
6314
  {
6175
- "kind": "Reference",
6176
- "text": "CollisionGroups",
6177
- "canonicalReference": "server!CollisionGroups:type"
6315
+ "kind": "Content",
6316
+ "text": "boolean"
6178
6317
  },
6179
6318
  {
6180
6319
  "kind": "Content",
6181
6320
  "text": ";"
6182
6321
  }
6183
6322
  ],
6184
- "isStatic": false,
6185
- "returnTypeTokenRange": {
6323
+ "isReadonly": true,
6324
+ "isOptional": false,
6325
+ "releaseTag": "Public",
6326
+ "name": "isEnabled",
6327
+ "propertyTypeTokenRange": {
6186
6328
  "startIndex": 1,
6187
6329
  "endIndex": 2
6188
6330
  },
6189
- "releaseTag": "Public",
6331
+ "isStatic": false,
6190
6332
  "isProtected": false,
6191
- "overloadIndex": 1,
6192
- "parameters": [],
6193
- "isOptional": false,
6194
- "isAbstract": false,
6195
- "name": "getCollisionGroups"
6333
+ "isAbstract": false
6196
6334
  },
6197
6335
  {
6198
- "kind": "Method",
6199
- "canonicalReference": "server!Collider#getFriction:member(1)",
6200
- "docComment": "/**\n * Gets the friction of the collider.\n *\n * @returns The friction of the collider.\n */\n",
6336
+ "kind": "Property",
6337
+ "canonicalReference": "server!Collider#isRemoved:member",
6338
+ "docComment": "/**\n * Whether the collider has been removed from the simulation.\n */\n",
6201
6339
  "excerptTokens": [
6202
6340
  {
6203
6341
  "kind": "Content",
6204
- "text": "getFriction(): "
6342
+ "text": "get isRemoved(): "
6205
6343
  },
6206
6344
  {
6207
6345
  "kind": "Content",
6208
- "text": "number"
6346
+ "text": "boolean"
6209
6347
  },
6210
6348
  {
6211
6349
  "kind": "Content",
6212
6350
  "text": ";"
6213
6351
  }
6214
6352
  ],
6215
- "isStatic": false,
6216
- "returnTypeTokenRange": {
6353
+ "isReadonly": true,
6354
+ "isOptional": false,
6355
+ "releaseTag": "Public",
6356
+ "name": "isRemoved",
6357
+ "propertyTypeTokenRange": {
6217
6358
  "startIndex": 1,
6218
6359
  "endIndex": 2
6219
6360
  },
6220
- "releaseTag": "Public",
6361
+ "isStatic": false,
6221
6362
  "isProtected": false,
6222
- "overloadIndex": 1,
6223
- "parameters": [],
6224
- "isOptional": false,
6225
- "isAbstract": false,
6226
- "name": "getFriction"
6363
+ "isAbstract": false
6227
6364
  },
6228
6365
  {
6229
- "kind": "Method",
6230
- "canonicalReference": "server!Collider#getFrictionCombineRule:member(1)",
6231
- "docComment": "/**\n * Gets the friction combine rule of the collider.\n *\n * @returns The friction combine rule of the collider.\n */\n",
6366
+ "kind": "Property",
6367
+ "canonicalReference": "server!Collider#isSensor:member",
6368
+ "docComment": "/**\n * Whether the collider is a sensor.\n */\n",
6232
6369
  "excerptTokens": [
6233
6370
  {
6234
6371
  "kind": "Content",
6235
- "text": "getFrictionCombineRule(): "
6372
+ "text": "get isSensor(): "
6236
6373
  },
6237
6374
  {
6238
- "kind": "Reference",
6239
- "text": "CoefficientCombineRule",
6240
- "canonicalReference": "server!CoefficientCombineRule:enum"
6375
+ "kind": "Content",
6376
+ "text": "boolean"
6241
6377
  },
6242
6378
  {
6243
6379
  "kind": "Content",
6244
6380
  "text": ";"
6245
6381
  }
6246
6382
  ],
6247
- "isStatic": false,
6248
- "returnTypeTokenRange": {
6383
+ "isReadonly": true,
6384
+ "isOptional": false,
6385
+ "releaseTag": "Public",
6386
+ "name": "isSensor",
6387
+ "propertyTypeTokenRange": {
6249
6388
  "startIndex": 1,
6250
6389
  "endIndex": 2
6251
6390
  },
6252
- "releaseTag": "Public",
6391
+ "isStatic": false,
6253
6392
  "isProtected": false,
6254
- "overloadIndex": 1,
6255
- "parameters": [],
6256
- "isOptional": false,
6257
- "isAbstract": false,
6258
- "name": "getFrictionCombineRule"
6393
+ "isAbstract": false
6259
6394
  },
6260
6395
  {
6261
- "kind": "Method",
6262
- "canonicalReference": "server!Collider#getRelativeRotation:member(1)",
6263
- "docComment": "/**\n * Gets the relative rotation of the collider.\n *\n * @returns The relative rotation of the collider.\n */\n",
6396
+ "kind": "Property",
6397
+ "canonicalReference": "server!Collider#isSimulated:member",
6398
+ "docComment": "/**\n * Whether the collider is simulated.\n */\n",
6264
6399
  "excerptTokens": [
6265
6400
  {
6266
6401
  "kind": "Content",
6267
- "text": "getRelativeRotation(): "
6402
+ "text": "get isSimulated(): "
6268
6403
  },
6269
6404
  {
6270
- "kind": "Reference",
6271
- "text": "QuaternionLike",
6272
- "canonicalReference": "server!QuaternionLike:interface"
6405
+ "kind": "Content",
6406
+ "text": "boolean"
6273
6407
  },
6274
6408
  {
6275
6409
  "kind": "Content",
6276
6410
  "text": ";"
6277
6411
  }
6278
6412
  ],
6279
- "isStatic": false,
6280
- "returnTypeTokenRange": {
6413
+ "isReadonly": true,
6414
+ "isOptional": false,
6415
+ "releaseTag": "Public",
6416
+ "name": "isSimulated",
6417
+ "propertyTypeTokenRange": {
6281
6418
  "startIndex": 1,
6282
6419
  "endIndex": 2
6283
6420
  },
6284
- "releaseTag": "Public",
6421
+ "isStatic": false,
6285
6422
  "isProtected": false,
6286
- "overloadIndex": 1,
6287
- "parameters": [],
6288
- "isOptional": false,
6289
- "isAbstract": false,
6290
- "name": "getRelativeRotation"
6291
- },
6292
- {
6293
- "kind": "Method",
6294
- "canonicalReference": "server!Collider#getRelativeTranslation:member(1)",
6295
- "docComment": "/**\n * Gets the relative translation of the collider to its parent rigid body.\n *\n * @returns The relative translation of the collider.\n */\n",
6296
- "excerptTokens": [
6297
- {
6298
- "kind": "Content",
6299
- "text": "getRelativeTranslation(): "
6300
- },
6301
- {
6302
- "kind": "Reference",
6303
- "text": "Vector3Like",
6304
- "canonicalReference": "server!Vector3Like:interface"
6305
- },
6306
- {
6307
- "kind": "Content",
6308
- "text": ";"
6309
- }
6310
- ],
6311
- "isStatic": false,
6312
- "returnTypeTokenRange": {
6313
- "startIndex": 1,
6314
- "endIndex": 2
6315
- },
6316
- "releaseTag": "Public",
6317
- "isProtected": false,
6318
- "overloadIndex": 1,
6319
- "parameters": [],
6320
- "isOptional": false,
6321
- "isAbstract": false,
6322
- "name": "getRelativeTranslation"
6423
+ "isAbstract": false
6323
6424
  },
6324
6425
  {
6325
6426
  "kind": "Property",
6326
- "canonicalReference": "server!Collider#isEnabled:member",
6327
- "docComment": "/**\n * Whether the collider is enabled.\n */\n",
6427
+ "canonicalReference": "server!Collider#parentRigidBody:member",
6428
+ "docComment": "/**\n * The parent rigid body of the collider.\n */\n",
6328
6429
  "excerptTokens": [
6329
6430
  {
6330
6431
  "kind": "Content",
6331
- "text": "get isEnabled(): "
6332
- },
6333
- {
6334
- "kind": "Content",
6335
- "text": "boolean"
6432
+ "text": "get parentRigidBody(): "
6336
6433
  },
6337
6434
  {
6338
- "kind": "Content",
6339
- "text": ";"
6340
- }
6341
- ],
6342
- "isReadonly": true,
6343
- "isOptional": false,
6344
- "releaseTag": "Public",
6345
- "name": "isEnabled",
6346
- "propertyTypeTokenRange": {
6347
- "startIndex": 1,
6348
- "endIndex": 2
6349
- },
6350
- "isStatic": false,
6351
- "isProtected": false,
6352
- "isAbstract": false
6353
- },
6354
- {
6355
- "kind": "Property",
6356
- "canonicalReference": "server!Collider#isRemoved:member",
6357
- "docComment": "/**\n * Whether the collider has been removed from the simulation.\n */\n",
6358
- "excerptTokens": [
6359
- {
6360
- "kind": "Content",
6361
- "text": "get isRemoved(): "
6435
+ "kind": "Reference",
6436
+ "text": "RigidBody",
6437
+ "canonicalReference": "server!RigidBody:class"
6362
6438
  },
6363
6439
  {
6364
6440
  "kind": "Content",
6365
- "text": "boolean"
6441
+ "text": " | undefined"
6366
6442
  },
6367
6443
  {
6368
6444
  "kind": "Content",
@@ -6372,10 +6448,10 @@
6372
6448
  "isReadonly": true,
6373
6449
  "isOptional": false,
6374
6450
  "releaseTag": "Public",
6375
- "name": "isRemoved",
6451
+ "name": "parentRigidBody",
6376
6452
  "propertyTypeTokenRange": {
6377
6453
  "startIndex": 1,
6378
- "endIndex": 2
6454
+ "endIndex": 3
6379
6455
  },
6380
6456
  "isStatic": false,
6381
6457
  "isProtected": false,
@@ -6383,46 +6459,21 @@
6383
6459
  },
6384
6460
  {
6385
6461
  "kind": "Property",
6386
- "canonicalReference": "server!Collider#isSensor:member",
6387
- "docComment": "/**\n * Whether the collider is a sensor.\n */\n",
6462
+ "canonicalReference": "server!Collider#rawCollider:member",
6463
+ "docComment": "/**\n * The raw collider object from the Rapier physics engine.\n */\n",
6388
6464
  "excerptTokens": [
6389
6465
  {
6390
6466
  "kind": "Content",
6391
- "text": "get isSensor(): "
6392
- },
6393
- {
6394
- "kind": "Content",
6395
- "text": "boolean"
6467
+ "text": "get rawCollider(): "
6396
6468
  },
6397
6469
  {
6398
- "kind": "Content",
6399
- "text": ";"
6400
- }
6401
- ],
6402
- "isReadonly": true,
6403
- "isOptional": false,
6404
- "releaseTag": "Public",
6405
- "name": "isSensor",
6406
- "propertyTypeTokenRange": {
6407
- "startIndex": 1,
6408
- "endIndex": 2
6409
- },
6410
- "isStatic": false,
6411
- "isProtected": false,
6412
- "isAbstract": false
6413
- },
6414
- {
6415
- "kind": "Property",
6416
- "canonicalReference": "server!Collider#isSimulated:member",
6417
- "docComment": "/**\n * Whether the collider is simulated.\n */\n",
6418
- "excerptTokens": [
6419
- {
6420
- "kind": "Content",
6421
- "text": "get isSimulated(): "
6470
+ "kind": "Reference",
6471
+ "text": "RAPIER.Collider",
6472
+ "canonicalReference": "@dimforge/rapier3d-compat!Collider:class"
6422
6473
  },
6423
6474
  {
6424
6475
  "kind": "Content",
6425
- "text": "boolean"
6476
+ "text": " | undefined"
6426
6477
  },
6427
6478
  {
6428
6479
  "kind": "Content",
@@ -6432,10 +6483,10 @@
6432
6483
  "isReadonly": true,
6433
6484
  "isOptional": false,
6434
6485
  "releaseTag": "Public",
6435
- "name": "isSimulated",
6486
+ "name": "rawCollider",
6436
6487
  "propertyTypeTokenRange": {
6437
6488
  "startIndex": 1,
6438
- "endIndex": 2
6489
+ "endIndex": 3
6439
6490
  },
6440
6491
  "isStatic": false,
6441
6492
  "isProtected": false,
@@ -6443,21 +6494,17 @@
6443
6494
  },
6444
6495
  {
6445
6496
  "kind": "Property",
6446
- "canonicalReference": "server!Collider#parentRigidBody:member",
6447
- "docComment": "/**\n * The parent rigid body of the collider.\n */\n",
6497
+ "canonicalReference": "server!Collider#relativePosition:member",
6498
+ "docComment": "/**\n * The relative position of the collider to its parent rigid body.\n */\n",
6448
6499
  "excerptTokens": [
6449
6500
  {
6450
6501
  "kind": "Content",
6451
- "text": "get parentRigidBody(): "
6502
+ "text": "get relativePosition(): "
6452
6503
  },
6453
6504
  {
6454
6505
  "kind": "Reference",
6455
- "text": "RigidBody",
6456
- "canonicalReference": "server!RigidBody:class"
6457
- },
6458
- {
6459
- "kind": "Content",
6460
- "text": " | undefined"
6506
+ "text": "Vector3Like",
6507
+ "canonicalReference": "server!Vector3Like:interface"
6461
6508
  },
6462
6509
  {
6463
6510
  "kind": "Content",
@@ -6467,10 +6514,10 @@
6467
6514
  "isReadonly": true,
6468
6515
  "isOptional": false,
6469
6516
  "releaseTag": "Public",
6470
- "name": "parentRigidBody",
6517
+ "name": "relativePosition",
6471
6518
  "propertyTypeTokenRange": {
6472
6519
  "startIndex": 1,
6473
- "endIndex": 3
6520
+ "endIndex": 2
6474
6521
  },
6475
6522
  "isStatic": false,
6476
6523
  "isProtected": false,
@@ -6478,21 +6525,17 @@
6478
6525
  },
6479
6526
  {
6480
6527
  "kind": "Property",
6481
- "canonicalReference": "server!Collider#rawCollider:member",
6482
- "docComment": "/**\n * The raw collider object from the Rapier physics engine.\n */\n",
6528
+ "canonicalReference": "server!Collider#relativeRotation:member",
6529
+ "docComment": "/**\n * The relative rotation of the collider.\n */\n",
6483
6530
  "excerptTokens": [
6484
6531
  {
6485
6532
  "kind": "Content",
6486
- "text": "get rawCollider(): "
6533
+ "text": "get relativeRotation(): "
6487
6534
  },
6488
6535
  {
6489
6536
  "kind": "Reference",
6490
- "text": "RAPIER.Collider",
6491
- "canonicalReference": "@dimforge/rapier3d-compat!Collider:class"
6492
- },
6493
- {
6494
- "kind": "Content",
6495
- "text": " | undefined"
6537
+ "text": "QuaternionLike",
6538
+ "canonicalReference": "server!QuaternionLike:interface"
6496
6539
  },
6497
6540
  {
6498
6541
  "kind": "Content",
@@ -6502,10 +6545,10 @@
6502
6545
  "isReadonly": true,
6503
6546
  "isOptional": false,
6504
6547
  "releaseTag": "Public",
6505
- "name": "rawCollider",
6548
+ "name": "relativeRotation",
6506
6549
  "propertyTypeTokenRange": {
6507
6550
  "startIndex": 1,
6508
- "endIndex": 3
6551
+ "endIndex": 2
6509
6552
  },
6510
6553
  "isStatic": false,
6511
6554
  "isProtected": false,
@@ -6936,17 +6979,17 @@
6936
6979
  },
6937
6980
  {
6938
6981
  "kind": "Method",
6939
- "canonicalReference": "server!Collider#setRelativeRotation:member(1)",
6940
- "docComment": "/**\n * Sets the relative rotation of the collider.\n *\n * @param rotation - The relative rotation of the collider.\n */\n",
6982
+ "canonicalReference": "server!Collider#setRelativePosition:member(1)",
6983
+ "docComment": "/**\n * Sets the relative position of the collider to its parent rigid body.\n *\n * @param position - The relative position of the collider.\n */\n",
6941
6984
  "excerptTokens": [
6942
6985
  {
6943
6986
  "kind": "Content",
6944
- "text": "setRelativeRotation(rotation: "
6987
+ "text": "setRelativePosition(position: "
6945
6988
  },
6946
6989
  {
6947
6990
  "kind": "Reference",
6948
- "text": "QuaternionLike",
6949
- "canonicalReference": "server!QuaternionLike:interface"
6991
+ "text": "Vector3Like",
6992
+ "canonicalReference": "server!Vector3Like:interface"
6950
6993
  },
6951
6994
  {
6952
6995
  "kind": "Content",
@@ -6971,7 +7014,7 @@
6971
7014
  "overloadIndex": 1,
6972
7015
  "parameters": [
6973
7016
  {
6974
- "parameterName": "rotation",
7017
+ "parameterName": "position",
6975
7018
  "parameterTypeTokenRange": {
6976
7019
  "startIndex": 1,
6977
7020
  "endIndex": 2
@@ -6981,21 +7024,21 @@
6981
7024
  ],
6982
7025
  "isOptional": false,
6983
7026
  "isAbstract": false,
6984
- "name": "setRelativeRotation"
7027
+ "name": "setRelativePosition"
6985
7028
  },
6986
7029
  {
6987
7030
  "kind": "Method",
6988
- "canonicalReference": "server!Collider#setRelativeTranslation:member(1)",
6989
- "docComment": "/**\n * Sets the relative translation of the collider to its parent rigid body.\n *\n * @param translation - The relative translation of the collider.\n */\n",
7031
+ "canonicalReference": "server!Collider#setRelativeRotation:member(1)",
7032
+ "docComment": "/**\n * Sets the relative rotation of the collider.\n *\n * @param rotation - The relative rotation of the collider.\n */\n",
6990
7033
  "excerptTokens": [
6991
7034
  {
6992
7035
  "kind": "Content",
6993
- "text": "setRelativeTranslation(translation: "
7036
+ "text": "setRelativeRotation(rotation: "
6994
7037
  },
6995
7038
  {
6996
7039
  "kind": "Reference",
6997
- "text": "Vector3Like",
6998
- "canonicalReference": "server!Vector3Like:interface"
7040
+ "text": "QuaternionLike",
7041
+ "canonicalReference": "server!QuaternionLike:interface"
6999
7042
  },
7000
7043
  {
7001
7044
  "kind": "Content",
@@ -7020,7 +7063,7 @@
7020
7063
  "overloadIndex": 1,
7021
7064
  "parameters": [
7022
7065
  {
7023
- "parameterName": "translation",
7066
+ "parameterName": "rotation",
7024
7067
  "parameterTypeTokenRange": {
7025
7068
  "startIndex": 1,
7026
7069
  "endIndex": 2
@@ -7030,7 +7073,7 @@
7030
7073
  ],
7031
7074
  "isOptional": false,
7032
7075
  "isAbstract": false,
7033
- "name": "setRelativeTranslation"
7076
+ "name": "setRelativeRotation"
7034
7077
  },
7035
7078
  {
7036
7079
  "kind": "Method",
@@ -7621,17 +7664,17 @@
7621
7664
  },
7622
7665
  {
7623
7666
  "kind": "PropertySignature",
7624
- "canonicalReference": "server!ColliderOptions#relativeRotation:member",
7625
- "docComment": "/**\n * The relative rotation of the collider. Relative to parent rigid body.\n */\n",
7667
+ "canonicalReference": "server!ColliderOptions#relativePosition:member",
7668
+ "docComment": "/**\n * The relative position of the collider. Relative to parent rigid body.\n */\n",
7626
7669
  "excerptTokens": [
7627
7670
  {
7628
7671
  "kind": "Content",
7629
- "text": "relativeRotation?: "
7672
+ "text": "relativePosition?: "
7630
7673
  },
7631
7674
  {
7632
7675
  "kind": "Reference",
7633
- "text": "QuaternionLike",
7634
- "canonicalReference": "server!QuaternionLike:interface"
7676
+ "text": "Vector3Like",
7677
+ "canonicalReference": "server!Vector3Like:interface"
7635
7678
  },
7636
7679
  {
7637
7680
  "kind": "Content",
@@ -7641,7 +7684,7 @@
7641
7684
  "isReadonly": false,
7642
7685
  "isOptional": true,
7643
7686
  "releaseTag": "Public",
7644
- "name": "relativeRotation",
7687
+ "name": "relativePosition",
7645
7688
  "propertyTypeTokenRange": {
7646
7689
  "startIndex": 1,
7647
7690
  "endIndex": 2
@@ -7649,17 +7692,17 @@
7649
7692
  },
7650
7693
  {
7651
7694
  "kind": "PropertySignature",
7652
- "canonicalReference": "server!ColliderOptions#relativeTranslation:member",
7653
- "docComment": "/**\n * The relative translation of the collider. Relative to parent rigid body.\n */\n",
7695
+ "canonicalReference": "server!ColliderOptions#relativeRotation:member",
7696
+ "docComment": "/**\n * The relative rotation of the collider. Relative to parent rigid body.\n */\n",
7654
7697
  "excerptTokens": [
7655
7698
  {
7656
7699
  "kind": "Content",
7657
- "text": "relativeTranslation?: "
7700
+ "text": "relativeRotation?: "
7658
7701
  },
7659
7702
  {
7660
7703
  "kind": "Reference",
7661
- "text": "Vector3Like",
7662
- "canonicalReference": "server!Vector3Like:interface"
7704
+ "text": "QuaternionLike",
7705
+ "canonicalReference": "server!QuaternionLike:interface"
7663
7706
  },
7664
7707
  {
7665
7708
  "kind": "Content",
@@ -7669,7 +7712,7 @@
7669
7712
  "isReadonly": false,
7670
7713
  "isOptional": true,
7671
7714
  "releaseTag": "Public",
7672
- "name": "relativeTranslation",
7715
+ "name": "relativeRotation",
7673
7716
  "propertyTypeTokenRange": {
7674
7717
  "startIndex": 1,
7675
7718
  "endIndex": 2
@@ -11136,21 +11179,21 @@
11136
11179
  },
11137
11180
  {
11138
11181
  "kind": "Interface",
11139
- "canonicalReference": "server!EntityEventPayload.UpdateRotation:interface",
11182
+ "canonicalReference": "server!EntityEventPayload.UpdatePosition:interface",
11140
11183
  "docComment": "",
11141
11184
  "excerptTokens": [
11142
11185
  {
11143
11186
  "kind": "Content",
11144
- "text": "interface UpdateRotation "
11187
+ "text": "interface UpdatePosition "
11145
11188
  }
11146
11189
  ],
11147
11190
  "releaseTag": "Public",
11148
- "name": "UpdateRotation",
11191
+ "name": "UpdatePosition",
11149
11192
  "preserveMemberOrder": false,
11150
11193
  "members": [
11151
11194
  {
11152
11195
  "kind": "PropertySignature",
11153
- "canonicalReference": "server!EntityEventPayload.UpdateRotation#entity:member",
11196
+ "canonicalReference": "server!EntityEventPayload.UpdatePosition#entity:member",
11154
11197
  "docComment": "",
11155
11198
  "excerptTokens": [
11156
11199
  {
@@ -11178,17 +11221,17 @@
11178
11221
  },
11179
11222
  {
11180
11223
  "kind": "PropertySignature",
11181
- "canonicalReference": "server!EntityEventPayload.UpdateRotation#rotation:member",
11224
+ "canonicalReference": "server!EntityEventPayload.UpdatePosition#position:member",
11182
11225
  "docComment": "",
11183
11226
  "excerptTokens": [
11184
11227
  {
11185
11228
  "kind": "Content",
11186
- "text": "rotation: "
11229
+ "text": "position: "
11187
11230
  },
11188
11231
  {
11189
11232
  "kind": "Reference",
11190
- "text": "QuaternionLike",
11191
- "canonicalReference": "server!QuaternionLike:interface"
11233
+ "text": "Vector3Like",
11234
+ "canonicalReference": "server!Vector3Like:interface"
11192
11235
  },
11193
11236
  {
11194
11237
  "kind": "Content",
@@ -11198,7 +11241,7 @@
11198
11241
  "isReadonly": false,
11199
11242
  "isOptional": false,
11200
11243
  "releaseTag": "Public",
11201
- "name": "rotation",
11244
+ "name": "position",
11202
11245
  "propertyTypeTokenRange": {
11203
11246
  "startIndex": 1,
11204
11247
  "endIndex": 2
@@ -11209,21 +11252,21 @@
11209
11252
  },
11210
11253
  {
11211
11254
  "kind": "Interface",
11212
- "canonicalReference": "server!EntityEventPayload.UpdateTranslation:interface",
11255
+ "canonicalReference": "server!EntityEventPayload.UpdateRotation:interface",
11213
11256
  "docComment": "",
11214
11257
  "excerptTokens": [
11215
11258
  {
11216
11259
  "kind": "Content",
11217
- "text": "interface UpdateTranslation "
11260
+ "text": "interface UpdateRotation "
11218
11261
  }
11219
11262
  ],
11220
11263
  "releaseTag": "Public",
11221
- "name": "UpdateTranslation",
11264
+ "name": "UpdateRotation",
11222
11265
  "preserveMemberOrder": false,
11223
11266
  "members": [
11224
11267
  {
11225
11268
  "kind": "PropertySignature",
11226
- "canonicalReference": "server!EntityEventPayload.UpdateTranslation#entity:member",
11269
+ "canonicalReference": "server!EntityEventPayload.UpdateRotation#entity:member",
11227
11270
  "docComment": "",
11228
11271
  "excerptTokens": [
11229
11272
  {
@@ -11251,17 +11294,17 @@
11251
11294
  },
11252
11295
  {
11253
11296
  "kind": "PropertySignature",
11254
- "canonicalReference": "server!EntityEventPayload.UpdateTranslation#translation:member",
11297
+ "canonicalReference": "server!EntityEventPayload.UpdateRotation#rotation:member",
11255
11298
  "docComment": "",
11256
11299
  "excerptTokens": [
11257
11300
  {
11258
11301
  "kind": "Content",
11259
- "text": "translation: "
11302
+ "text": "rotation: "
11260
11303
  },
11261
11304
  {
11262
11305
  "kind": "Reference",
11263
- "text": "Vector3Like",
11264
- "canonicalReference": "server!Vector3Like:interface"
11306
+ "text": "QuaternionLike",
11307
+ "canonicalReference": "server!QuaternionLike:interface"
11265
11308
  },
11266
11309
  {
11267
11310
  "kind": "Content",
@@ -11271,7 +11314,7 @@
11271
11314
  "isReadonly": false,
11272
11315
  "isOptional": false,
11273
11316
  "releaseTag": "Public",
11274
- "name": "translation",
11317
+ "name": "rotation",
11275
11318
  "propertyTypeTokenRange": {
11276
11319
  "startIndex": 1,
11277
11320
  "endIndex": 2
@@ -11446,16 +11489,16 @@
11446
11489
  },
11447
11490
  {
11448
11491
  "kind": "EnumMember",
11449
- "canonicalReference": "server!EntityEventType.UPDATE_ROTATION:member",
11492
+ "canonicalReference": "server!EntityEventType.UPDATE_POSITION:member",
11450
11493
  "docComment": "",
11451
11494
  "excerptTokens": [
11452
11495
  {
11453
11496
  "kind": "Content",
11454
- "text": "UPDATE_ROTATION = "
11497
+ "text": "UPDATE_POSITION = "
11455
11498
  },
11456
11499
  {
11457
11500
  "kind": "Content",
11458
- "text": "\"ENTITY.UPDATE_ROTATION\""
11501
+ "text": "\"ENTITY.UPDATE_POSITION\""
11459
11502
  }
11460
11503
  ],
11461
11504
  "initializerTokenRange": {
@@ -11463,20 +11506,20 @@
11463
11506
  "endIndex": 2
11464
11507
  },
11465
11508
  "releaseTag": "Public",
11466
- "name": "UPDATE_ROTATION"
11509
+ "name": "UPDATE_POSITION"
11467
11510
  },
11468
11511
  {
11469
11512
  "kind": "EnumMember",
11470
- "canonicalReference": "server!EntityEventType.UPDATE_TRANSLATION:member",
11513
+ "canonicalReference": "server!EntityEventType.UPDATE_ROTATION:member",
11471
11514
  "docComment": "",
11472
11515
  "excerptTokens": [
11473
11516
  {
11474
11517
  "kind": "Content",
11475
- "text": "UPDATE_TRANSLATION = "
11518
+ "text": "UPDATE_ROTATION = "
11476
11519
  },
11477
11520
  {
11478
11521
  "kind": "Content",
11479
- "text": "\"ENTITY.UPDATE_TRANSLATION\""
11522
+ "text": "\"ENTITY.UPDATE_ROTATION\""
11480
11523
  }
11481
11524
  ],
11482
11525
  "initializerTokenRange": {
@@ -11484,7 +11527,7 @@
11484
11527
  "endIndex": 2
11485
11528
  },
11486
11529
  "releaseTag": "Public",
11487
- "name": "UPDATE_TRANSLATION"
11530
+ "name": "UPDATE_ROTATION"
11488
11531
  }
11489
11532
  ]
11490
11533
  },
@@ -13162,7 +13205,7 @@
13162
13205
  {
13163
13206
  "kind": "TypeAlias",
13164
13207
  "canonicalReference": "server!MoveCallback:type",
13165
- "docComment": "/**\n * A callback function called when the entity associated with the SimpleCharacterController updates its translation as it is attempting to move to a target coordinate.\n *\n * @param currentTranslation - The current translation of the entity.\n *\n * @param targetTranslation - The target translation of the entity.\n *\n * @public\n */\n",
13208
+ "docComment": "/**\n * A callback function called when the entity associated with the SimpleCharacterController updates its position as it is attempting to move to a target coordinate.\n *\n * @param currentPosition - The current position of the entity.\n *\n * @param targetPosition - The target position of the entity.\n *\n * @public\n */\n",
13166
13209
  "excerptTokens": [
13167
13210
  {
13168
13211
  "kind": "Content",
@@ -13170,7 +13213,7 @@
13170
13213
  },
13171
13214
  {
13172
13215
  "kind": "Content",
13173
- "text": "(currentTranslation: "
13216
+ "text": "(currentPosition: "
13174
13217
  },
13175
13218
  {
13176
13219
  "kind": "Reference",
@@ -13179,7 +13222,7 @@
13179
13222
  },
13180
13223
  {
13181
13224
  "kind": "Content",
13182
- "text": ", targetTranslation: "
13225
+ "text": ", targetPosition: "
13183
13226
  },
13184
13227
  {
13185
13228
  "kind": "Reference",
@@ -13206,7 +13249,7 @@
13206
13249
  {
13207
13250
  "kind": "TypeAlias",
13208
13251
  "canonicalReference": "server!MoveCompleteCallback:type",
13209
- "docComment": "/**\n * A callback function called when the entity associated with the SimpleCharacterController reaches the target coordinate. An entity must reach the x,y,z coordinate for the callback to be called.\n *\n * @param endTranslation - The translation of the entity after it has finished moving.\n *\n * @public\n */\n",
13252
+ "docComment": "/**\n * A callback function called when the entity associated with the SimpleCharacterController reaches the target coordinate. An entity must reach the x,y,z coordinate for the callback to be called.\n *\n * @param endPosition - The position of the entity after it has finished moving.\n *\n * @public\n */\n",
13210
13253
  "excerptTokens": [
13211
13254
  {
13212
13255
  "kind": "Content",
@@ -13214,7 +13257,7 @@
13214
13257
  },
13215
13258
  {
13216
13259
  "kind": "Content",
13217
- "text": "(endTranslation: "
13260
+ "text": "(endPosition: "
13218
13261
  },
13219
13262
  {
13220
13263
  "kind": "Reference",
@@ -13329,50 +13372,6 @@
13329
13372
  "isProtected": false,
13330
13373
  "isAbstract": false
13331
13374
  },
13332
- {
13333
- "kind": "Property",
13334
- "canonicalReference": "server!Player#cameraOrientation:member",
13335
- "docComment": "/**\n * The current {@link PlayerCameraOrientation} of the player.\n */\n",
13336
- "excerptTokens": [
13337
- {
13338
- "kind": "Content",
13339
- "text": "get cameraOrientation(): "
13340
- },
13341
- {
13342
- "kind": "Reference",
13343
- "text": "Readonly",
13344
- "canonicalReference": "!Readonly:type"
13345
- },
13346
- {
13347
- "kind": "Content",
13348
- "text": "<"
13349
- },
13350
- {
13351
- "kind": "Reference",
13352
- "text": "PlayerCameraOrientation",
13353
- "canonicalReference": "server!PlayerCameraOrientation:type"
13354
- },
13355
- {
13356
- "kind": "Content",
13357
- "text": ">"
13358
- },
13359
- {
13360
- "kind": "Content",
13361
- "text": ";"
13362
- }
13363
- ],
13364
- "isReadonly": true,
13365
- "isOptional": false,
13366
- "releaseTag": "Public",
13367
- "name": "cameraOrientation",
13368
- "propertyTypeTokenRange": {
13369
- "startIndex": 1,
13370
- "endIndex": 5
13371
- },
13372
- "isStatic": false,
13373
- "isProtected": false,
13374
- "isAbstract": false
13375
- },
13376
13375
  {
13377
13376
  "kind": "Method",
13378
13377
  "canonicalReference": "server!Player#disconnect:member(1)",
@@ -13754,15 +13753,46 @@
13754
13753
  },
13755
13754
  {
13756
13755
  "kind": "Property",
13757
- "canonicalReference": "server!PlayerCamera#filmOffset:member",
13758
- "docComment": "/**\n * The film offset of the camera. A positive value shifts the camera right, a negative value shifts it left.\n */\n",
13756
+ "canonicalReference": "server!PlayerCamera#facingDirection:member",
13757
+ "docComment": "/**\n * The facing direction vector of the camera based on its current orientation.\n */\n",
13759
13758
  "excerptTokens": [
13760
13759
  {
13761
13760
  "kind": "Content",
13762
- "text": "get filmOffset(): "
13761
+ "text": "get facingDirection(): "
13763
13762
  },
13764
13763
  {
13765
- "kind": "Content",
13764
+ "kind": "Reference",
13765
+ "text": "Vector3Like",
13766
+ "canonicalReference": "server!Vector3Like:interface"
13767
+ },
13768
+ {
13769
+ "kind": "Content",
13770
+ "text": ";"
13771
+ }
13772
+ ],
13773
+ "isReadonly": true,
13774
+ "isOptional": false,
13775
+ "releaseTag": "Public",
13776
+ "name": "facingDirection",
13777
+ "propertyTypeTokenRange": {
13778
+ "startIndex": 1,
13779
+ "endIndex": 2
13780
+ },
13781
+ "isStatic": false,
13782
+ "isProtected": false,
13783
+ "isAbstract": false
13784
+ },
13785
+ {
13786
+ "kind": "Property",
13787
+ "canonicalReference": "server!PlayerCamera#filmOffset:member",
13788
+ "docComment": "/**\n * The film offset of the camera. A positive value shifts the camera right, a negative value shifts it left.\n */\n",
13789
+ "excerptTokens": [
13790
+ {
13791
+ "kind": "Content",
13792
+ "text": "get filmOffset(): "
13793
+ },
13794
+ {
13795
+ "kind": "Content",
13766
13796
  "text": "number"
13767
13797
  },
13768
13798
  {
@@ -14037,6 +14067,37 @@
14037
14067
  "isProtected": false,
14038
14068
  "isAbstract": false
14039
14069
  },
14070
+ {
14071
+ "kind": "Property",
14072
+ "canonicalReference": "server!PlayerCamera#orientation:member",
14073
+ "docComment": "/**\n * The current orientation of the camera.\n */\n",
14074
+ "excerptTokens": [
14075
+ {
14076
+ "kind": "Content",
14077
+ "text": "get orientation(): "
14078
+ },
14079
+ {
14080
+ "kind": "Reference",
14081
+ "text": "PlayerCameraOrientation",
14082
+ "canonicalReference": "server!PlayerCameraOrientation:type"
14083
+ },
14084
+ {
14085
+ "kind": "Content",
14086
+ "text": ";"
14087
+ }
14088
+ ],
14089
+ "isReadonly": true,
14090
+ "isOptional": false,
14091
+ "releaseTag": "Public",
14092
+ "name": "orientation",
14093
+ "propertyTypeTokenRange": {
14094
+ "startIndex": 1,
14095
+ "endIndex": 2
14096
+ },
14097
+ "isStatic": false,
14098
+ "isProtected": false,
14099
+ "isAbstract": false
14100
+ },
14040
14101
  {
14041
14102
  "kind": "Property",
14042
14103
  "canonicalReference": "server!PlayerCamera#player:member",
@@ -15985,7 +16046,7 @@
15985
16046
  {
15986
16047
  "kind": "Enum",
15987
16048
  "canonicalReference": "server!PlayerCameraMode:enum",
15988
- "docComment": "",
16049
+ "docComment": "/**\n * The mode of the camera.\n *\n * @public\n */\n",
15989
16050
  "excerptTokens": [
15990
16051
  {
15991
16052
  "kind": "Content",
@@ -16059,7 +16120,7 @@
16059
16120
  "text": ";"
16060
16121
  }
16061
16122
  ],
16062
- "fileUrlPath": "src/networking/players/Player.ts",
16123
+ "fileUrlPath": "src/networking/players/PlayerCamera.ts",
16063
16124
  "releaseTag": "Public",
16064
16125
  "name": "PlayerCameraOrientation",
16065
16126
  "typeTokenRange": {
@@ -17196,7 +17257,7 @@
17196
17257
  {
17197
17258
  "kind": "Enum",
17198
17259
  "canonicalReference": "server!PlayerUIEventType:enum",
17199
- "docComment": "/**\n * Event types a\n */\n",
17260
+ "docComment": "/**\n * Event types a PlayerUI can emit.\n *\n * @public\n */\n",
17200
17261
  "excerptTokens": [
17201
17262
  {
17202
17263
  "kind": "Content",
@@ -18683,7 +18744,7 @@
18683
18744
  {
18684
18745
  "kind": "TypeAlias",
18685
18746
  "canonicalReference": "server!RaycastHit:type",
18686
- "docComment": "",
18747
+ "docComment": "/**\n * A hit result from a raycast.\n *\n * @public\n */\n",
18687
18748
  "excerptTokens": [
18688
18749
  {
18689
18750
  "kind": "Content",
@@ -18691,7 +18752,7 @@
18691
18752
  },
18692
18753
  {
18693
18754
  "kind": "Content",
18694
- "text": "{\n hitObject: "
18755
+ "text": "{\n hitBlock?: "
18695
18756
  },
18696
18757
  {
18697
18758
  "kind": "Reference",
@@ -18700,7 +18761,7 @@
18700
18761
  },
18701
18762
  {
18702
18763
  "kind": "Content",
18703
- "text": " | "
18764
+ "text": ";\n hitEntity?: "
18704
18765
  },
18705
18766
  {
18706
18767
  "kind": "Reference",
@@ -19041,6 +19102,66 @@
19041
19102
  "isAbstract": false,
19042
19103
  "name": "addForce"
19043
19104
  },
19105
+ {
19106
+ "kind": "Property",
19107
+ "canonicalReference": "server!RigidBody#additionalMass:member",
19108
+ "docComment": "/**\n * The additional mass of the rigid body.\n */\n",
19109
+ "excerptTokens": [
19110
+ {
19111
+ "kind": "Content",
19112
+ "text": "get additionalMass(): "
19113
+ },
19114
+ {
19115
+ "kind": "Content",
19116
+ "text": "number"
19117
+ },
19118
+ {
19119
+ "kind": "Content",
19120
+ "text": ";"
19121
+ }
19122
+ ],
19123
+ "isReadonly": true,
19124
+ "isOptional": false,
19125
+ "releaseTag": "Public",
19126
+ "name": "additionalMass",
19127
+ "propertyTypeTokenRange": {
19128
+ "startIndex": 1,
19129
+ "endIndex": 2
19130
+ },
19131
+ "isStatic": false,
19132
+ "isProtected": false,
19133
+ "isAbstract": false
19134
+ },
19135
+ {
19136
+ "kind": "Property",
19137
+ "canonicalReference": "server!RigidBody#additionalSolverIterations:member",
19138
+ "docComment": "/**\n * The additional solver iterations of the rigid body.\n */\n",
19139
+ "excerptTokens": [
19140
+ {
19141
+ "kind": "Content",
19142
+ "text": "get additionalSolverIterations(): "
19143
+ },
19144
+ {
19145
+ "kind": "Content",
19146
+ "text": "number"
19147
+ },
19148
+ {
19149
+ "kind": "Content",
19150
+ "text": ";"
19151
+ }
19152
+ ],
19153
+ "isReadonly": true,
19154
+ "isOptional": false,
19155
+ "releaseTag": "Public",
19156
+ "name": "additionalSolverIterations",
19157
+ "propertyTypeTokenRange": {
19158
+ "startIndex": 1,
19159
+ "endIndex": 2
19160
+ },
19161
+ "isStatic": false,
19162
+ "isProtected": false,
19163
+ "isAbstract": false
19164
+ },
19044
19165
  {
19045
19166
  "kind": "Method",
19046
19167
  "canonicalReference": "server!RigidBody#addTorque:member(1)",
@@ -19139,6 +19260,67 @@
19139
19260
  "isAbstract": false,
19140
19261
  "name": "addToSimulation"
19141
19262
  },
19263
+ {
19264
+ "kind": "Property",
19265
+ "canonicalReference": "server!RigidBody#angularDamping:member",
19266
+ "docComment": "/**\n * The angular damping of the rigid body.\n */\n",
19267
+ "excerptTokens": [
19268
+ {
19269
+ "kind": "Content",
19270
+ "text": "get angularDamping(): "
19271
+ },
19272
+ {
19273
+ "kind": "Content",
19274
+ "text": "number"
19275
+ },
19276
+ {
19277
+ "kind": "Content",
19278
+ "text": ";"
19279
+ }
19280
+ ],
19281
+ "isReadonly": true,
19282
+ "isOptional": false,
19283
+ "releaseTag": "Public",
19284
+ "name": "angularDamping",
19285
+ "propertyTypeTokenRange": {
19286
+ "startIndex": 1,
19287
+ "endIndex": 2
19288
+ },
19289
+ "isStatic": false,
19290
+ "isProtected": false,
19291
+ "isAbstract": false
19292
+ },
19293
+ {
19294
+ "kind": "Property",
19295
+ "canonicalReference": "server!RigidBody#angularVelocity:member",
19296
+ "docComment": "/**\n * The angular velocity of the rigid body.\n */\n",
19297
+ "excerptTokens": [
19298
+ {
19299
+ "kind": "Content",
19300
+ "text": "get angularVelocity(): "
19301
+ },
19302
+ {
19303
+ "kind": "Reference",
19304
+ "text": "Vector3Like",
19305
+ "canonicalReference": "server!Vector3Like:interface"
19306
+ },
19307
+ {
19308
+ "kind": "Content",
19309
+ "text": ";"
19310
+ }
19311
+ ],
19312
+ "isReadonly": true,
19313
+ "isOptional": false,
19314
+ "releaseTag": "Public",
19315
+ "name": "angularVelocity",
19316
+ "propertyTypeTokenRange": {
19317
+ "startIndex": 1,
19318
+ "endIndex": 2
19319
+ },
19320
+ "isStatic": false,
19321
+ "isProtected": false,
19322
+ "isAbstract": false
19323
+ },
19142
19324
  {
19143
19325
  "kind": "Method",
19144
19326
  "canonicalReference": "server!RigidBody#applyImpulse:member(1)",
@@ -19456,44 +19638,44 @@
19456
19638
  "name": "createAndAddChildColliderToSimulation"
19457
19639
  },
19458
19640
  {
19459
- "kind": "Method",
19460
- "canonicalReference": "server!RigidBody#getAdditionalMass:member(1)",
19461
- "docComment": "/**\n * Gets the additional mass of the rigid body.\n *\n * @returns The additional mass of the rigid body.\n */\n",
19641
+ "kind": "Property",
19642
+ "canonicalReference": "server!RigidBody#directionFromRotation:member",
19643
+ "docComment": "/**\n * The direction from the rotation of the rigid body.\n */\n",
19462
19644
  "excerptTokens": [
19463
19645
  {
19464
19646
  "kind": "Content",
19465
- "text": "getAdditionalMass(): "
19647
+ "text": "get directionFromRotation(): "
19466
19648
  },
19467
19649
  {
19468
- "kind": "Content",
19469
- "text": "number"
19650
+ "kind": "Reference",
19651
+ "text": "Vector3Like",
19652
+ "canonicalReference": "server!Vector3Like:interface"
19470
19653
  },
19471
19654
  {
19472
19655
  "kind": "Content",
19473
19656
  "text": ";"
19474
19657
  }
19475
19658
  ],
19476
- "isStatic": false,
19477
- "returnTypeTokenRange": {
19659
+ "isReadonly": true,
19660
+ "isOptional": false,
19661
+ "releaseTag": "Public",
19662
+ "name": "directionFromRotation",
19663
+ "propertyTypeTokenRange": {
19478
19664
  "startIndex": 1,
19479
19665
  "endIndex": 2
19480
19666
  },
19481
- "releaseTag": "Public",
19667
+ "isStatic": false,
19482
19668
  "isProtected": false,
19483
- "overloadIndex": 1,
19484
- "parameters": [],
19485
- "isOptional": false,
19486
- "isAbstract": false,
19487
- "name": "getAdditionalMass"
19669
+ "isAbstract": false
19488
19670
  },
19489
19671
  {
19490
- "kind": "Method",
19491
- "canonicalReference": "server!RigidBody#getAdditionalSolverIterations:member(1)",
19492
- "docComment": "/**\n * Gets the additional solver iterations of the rigid body.\n *\n * @returns The additional solver iterations of the rigid body.\n */\n",
19672
+ "kind": "Property",
19673
+ "canonicalReference": "server!RigidBody#dominanceGroup:member",
19674
+ "docComment": "/**\n * The dominance group of the rigid body.\n */\n",
19493
19675
  "excerptTokens": [
19494
19676
  {
19495
19677
  "kind": "Content",
19496
- "text": "getAdditionalSolverIterations(): "
19678
+ "text": "get dominanceGroup(): "
19497
19679
  },
19498
19680
  {
19499
19681
  "kind": "Content",
@@ -19504,319 +19686,210 @@
19504
19686
  "text": ";"
19505
19687
  }
19506
19688
  ],
19507
- "isStatic": false,
19508
- "returnTypeTokenRange": {
19689
+ "isReadonly": true,
19690
+ "isOptional": false,
19691
+ "releaseTag": "Public",
19692
+ "name": "dominanceGroup",
19693
+ "propertyTypeTokenRange": {
19509
19694
  "startIndex": 1,
19510
19695
  "endIndex": 2
19511
19696
  },
19512
- "releaseTag": "Public",
19697
+ "isStatic": false,
19513
19698
  "isProtected": false,
19514
- "overloadIndex": 1,
19515
- "parameters": [],
19516
- "isOptional": false,
19517
- "isAbstract": false,
19518
- "name": "getAdditionalSolverIterations"
19699
+ "isAbstract": false
19519
19700
  },
19520
19701
  {
19521
- "kind": "Method",
19522
- "canonicalReference": "server!RigidBody#getAngularDamping:member(1)",
19523
- "docComment": "/**\n * Gets the angular damping of the rigid body.\n *\n * @returns The angular damping of the rigid body.\n */\n",
19702
+ "kind": "Property",
19703
+ "canonicalReference": "server!RigidBody#effectiveAngularInertia:member",
19704
+ "docComment": "/**\n * The effective angular inertia of the rigid body.\n */\n",
19524
19705
  "excerptTokens": [
19525
19706
  {
19526
19707
  "kind": "Content",
19527
- "text": "getAngularDamping(): "
19708
+ "text": "get effectiveAngularInertia(): "
19709
+ },
19710
+ {
19711
+ "kind": "Reference",
19712
+ "text": "SpdMatrix3",
19713
+ "canonicalReference": "server!SpdMatrix3:interface"
19528
19714
  },
19529
19715
  {
19530
19716
  "kind": "Content",
19531
- "text": "number"
19717
+ "text": " | undefined"
19532
19718
  },
19533
19719
  {
19534
19720
  "kind": "Content",
19535
19721
  "text": ";"
19536
19722
  }
19537
19723
  ],
19538
- "isStatic": false,
19539
- "returnTypeTokenRange": {
19724
+ "isReadonly": true,
19725
+ "isOptional": false,
19726
+ "releaseTag": "Public",
19727
+ "name": "effectiveAngularInertia",
19728
+ "propertyTypeTokenRange": {
19540
19729
  "startIndex": 1,
19541
- "endIndex": 2
19730
+ "endIndex": 3
19542
19731
  },
19543
- "releaseTag": "Public",
19732
+ "isStatic": false,
19544
19733
  "isProtected": false,
19545
- "overloadIndex": 1,
19546
- "parameters": [],
19547
- "isOptional": false,
19548
- "isAbstract": false,
19549
- "name": "getAngularDamping"
19734
+ "isAbstract": false
19550
19735
  },
19551
19736
  {
19552
- "kind": "Method",
19553
- "canonicalReference": "server!RigidBody#getAngularVelocity:member(1)",
19554
- "docComment": "/**\n * Gets the angular velocity of the rigid body.\n *\n * @returns The angular velocity of the rigid body.\n */\n",
19737
+ "kind": "Property",
19738
+ "canonicalReference": "server!RigidBody#effectiveInverseMass:member",
19739
+ "docComment": "/**\n * The effective inverse mass of the rigid body.\n */\n",
19555
19740
  "excerptTokens": [
19556
19741
  {
19557
19742
  "kind": "Content",
19558
- "text": "getAngularVelocity(): "
19743
+ "text": "get effectiveInverseMass(): "
19559
19744
  },
19560
19745
  {
19561
19746
  "kind": "Reference",
19562
19747
  "text": "Vector3Like",
19563
19748
  "canonicalReference": "server!Vector3Like:interface"
19564
19749
  },
19750
+ {
19751
+ "kind": "Content",
19752
+ "text": " | undefined"
19753
+ },
19565
19754
  {
19566
19755
  "kind": "Content",
19567
19756
  "text": ";"
19568
19757
  }
19569
19758
  ],
19570
- "isStatic": false,
19571
- "returnTypeTokenRange": {
19759
+ "isReadonly": true,
19760
+ "isOptional": false,
19761
+ "releaseTag": "Public",
19762
+ "name": "effectiveInverseMass",
19763
+ "propertyTypeTokenRange": {
19572
19764
  "startIndex": 1,
19573
- "endIndex": 2
19765
+ "endIndex": 3
19574
19766
  },
19575
- "releaseTag": "Public",
19767
+ "isStatic": false,
19576
19768
  "isProtected": false,
19577
- "overloadIndex": 1,
19578
- "parameters": [],
19579
- "isOptional": false,
19580
- "isAbstract": false,
19581
- "name": "getAngularVelocity"
19769
+ "isAbstract": false
19582
19770
  },
19583
19771
  {
19584
- "kind": "Method",
19585
- "canonicalReference": "server!RigidBody#getCollidersByTag:member(1)",
19586
- "docComment": "/**\n * Gets the colliders of the rigid body by tag.\n *\n * @param tag - The tag to filter by.\n *\n * @returns The colliders of the rigid body with the given tag.\n */\n",
19772
+ "kind": "Property",
19773
+ "canonicalReference": "server!RigidBody#effectiveWorldInversePrincipalAngularInertiaSqrt:member",
19774
+ "docComment": "/**\n * The effective world inverse principal angular inertia square root of the rigid body.\n */\n",
19587
19775
  "excerptTokens": [
19588
19776
  {
19589
19777
  "kind": "Content",
19590
- "text": "getCollidersByTag(tag: "
19591
- },
19592
- {
19593
- "kind": "Content",
19594
- "text": "string"
19595
- },
19596
- {
19597
- "kind": "Content",
19598
- "text": "): "
19778
+ "text": "get effectiveWorldInversePrincipalAngularInertiaSqrt(): "
19599
19779
  },
19600
19780
  {
19601
19781
  "kind": "Reference",
19602
- "text": "Collider",
19603
- "canonicalReference": "server!Collider:class"
19782
+ "text": "SpdMatrix3",
19783
+ "canonicalReference": "server!SpdMatrix3:interface"
19604
19784
  },
19605
19785
  {
19606
19786
  "kind": "Content",
19607
- "text": "[]"
19787
+ "text": " | undefined"
19608
19788
  },
19609
19789
  {
19610
19790
  "kind": "Content",
19611
19791
  "text": ";"
19612
19792
  }
19613
19793
  ],
19614
- "isStatic": false,
19615
- "returnTypeTokenRange": {
19616
- "startIndex": 3,
19617
- "endIndex": 5
19618
- },
19619
- "releaseTag": "Public",
19620
- "isProtected": false,
19621
- "overloadIndex": 1,
19622
- "parameters": [
19623
- {
19624
- "parameterName": "tag",
19625
- "parameterTypeTokenRange": {
19626
- "startIndex": 1,
19627
- "endIndex": 2
19628
- },
19629
- "isOptional": false
19630
- }
19631
- ],
19794
+ "isReadonly": true,
19632
19795
  "isOptional": false,
19633
- "isAbstract": false,
19634
- "name": "getCollidersByTag"
19635
- },
19636
- {
19637
- "kind": "Method",
19638
- "canonicalReference": "server!RigidBody#getDirectionFromRotation:member(1)",
19639
- "docComment": "/**\n * Gets the direction from the rotation of the rigid body.\n *\n * @returns The direction from the rotation of the rigid body.\n */\n",
19640
- "excerptTokens": [
19641
- {
19642
- "kind": "Content",
19643
- "text": "getDirectionFromRotation(): "
19644
- },
19645
- {
19646
- "kind": "Reference",
19647
- "text": "Vector3Like",
19648
- "canonicalReference": "server!Vector3Like:interface"
19649
- },
19650
- {
19651
- "kind": "Content",
19652
- "text": ";"
19653
- }
19654
- ],
19655
- "isStatic": false,
19656
- "returnTypeTokenRange": {
19796
+ "releaseTag": "Public",
19797
+ "name": "effectiveWorldInversePrincipalAngularInertiaSqrt",
19798
+ "propertyTypeTokenRange": {
19657
19799
  "startIndex": 1,
19658
- "endIndex": 2
19800
+ "endIndex": 3
19659
19801
  },
19660
- "releaseTag": "Public",
19802
+ "isStatic": false,
19661
19803
  "isProtected": false,
19662
- "overloadIndex": 1,
19663
- "parameters": [],
19664
- "isOptional": false,
19665
- "isAbstract": false,
19666
- "name": "getDirectionFromRotation"
19804
+ "isAbstract": false
19667
19805
  },
19668
19806
  {
19669
- "kind": "Method",
19670
- "canonicalReference": "server!RigidBody#getDominanceGroup:member(1)",
19671
- "docComment": "/**\n * Gets the dominance group of the rigid body.\n *\n * @returns The dominance group of the rigid body.\n */\n",
19807
+ "kind": "Property",
19808
+ "canonicalReference": "server!RigidBody#enabledPositions:member",
19809
+ "docComment": "/**\n * The enabled axes of positional movement of the rigid body.\n */\n",
19672
19810
  "excerptTokens": [
19673
19811
  {
19674
19812
  "kind": "Content",
19675
- "text": "getDominanceGroup(): "
19813
+ "text": "get enabledPositions(): "
19676
19814
  },
19677
19815
  {
19678
- "kind": "Content",
19679
- "text": "number"
19816
+ "kind": "Reference",
19817
+ "text": "Vector3Boolean",
19818
+ "canonicalReference": "server!Vector3Boolean:interface"
19680
19819
  },
19681
19820
  {
19682
19821
  "kind": "Content",
19683
19822
  "text": ";"
19684
19823
  }
19685
19824
  ],
19686
- "isStatic": false,
19687
- "returnTypeTokenRange": {
19825
+ "isReadonly": true,
19826
+ "isOptional": false,
19827
+ "releaseTag": "Public",
19828
+ "name": "enabledPositions",
19829
+ "propertyTypeTokenRange": {
19688
19830
  "startIndex": 1,
19689
19831
  "endIndex": 2
19690
19832
  },
19691
- "releaseTag": "Public",
19833
+ "isStatic": false,
19692
19834
  "isProtected": false,
19693
- "overloadIndex": 1,
19694
- "parameters": [],
19695
- "isOptional": false,
19696
- "isAbstract": false,
19697
- "name": "getDominanceGroup"
19835
+ "isAbstract": false
19698
19836
  },
19699
19837
  {
19700
- "kind": "Method",
19701
- "canonicalReference": "server!RigidBody#getEffectiveAngularInertia:member(1)",
19702
- "docComment": "/**\n * Gets the effective angular inertia of the rigid body.\n *\n * @returns The effective angular inertia of the rigid body.\n */\n",
19838
+ "kind": "Property",
19839
+ "canonicalReference": "server!RigidBody#enabledRotations:member",
19840
+ "docComment": "/**\n * The enabled axes of rotational movement of the rigid body.\n */\n",
19703
19841
  "excerptTokens": [
19704
19842
  {
19705
19843
  "kind": "Content",
19706
- "text": "getEffectiveAngularInertia(): "
19844
+ "text": "get enabledRotations(): "
19707
19845
  },
19708
19846
  {
19709
19847
  "kind": "Reference",
19710
- "text": "SpdMatrix3",
19711
- "canonicalReference": "server!SpdMatrix3:interface"
19712
- },
19713
- {
19714
- "kind": "Content",
19715
- "text": " | undefined"
19848
+ "text": "Vector3Boolean",
19849
+ "canonicalReference": "server!Vector3Boolean:interface"
19716
19850
  },
19717
19851
  {
19718
19852
  "kind": "Content",
19719
19853
  "text": ";"
19720
19854
  }
19721
19855
  ],
19722
- "isStatic": false,
19723
- "returnTypeTokenRange": {
19856
+ "isReadonly": true,
19857
+ "isOptional": false,
19858
+ "releaseTag": "Public",
19859
+ "name": "enabledRotations",
19860
+ "propertyTypeTokenRange": {
19724
19861
  "startIndex": 1,
19725
- "endIndex": 3
19862
+ "endIndex": 2
19726
19863
  },
19727
- "releaseTag": "Public",
19864
+ "isStatic": false,
19728
19865
  "isProtected": false,
19729
- "overloadIndex": 1,
19730
- "parameters": [],
19731
- "isOptional": false,
19732
- "isAbstract": false,
19733
- "name": "getEffectiveAngularInertia"
19866
+ "isAbstract": false
19734
19867
  },
19735
19868
  {
19736
19869
  "kind": "Method",
19737
- "canonicalReference": "server!RigidBody#getEffectiveInverseMass:member(1)",
19738
- "docComment": "/**\n * Gets the effective inverse mass of the rigid body.\n *\n * @returns The effective inverse mass of the rigid body.\n */\n",
19870
+ "canonicalReference": "server!RigidBody#getCollidersByTag:member(1)",
19871
+ "docComment": "/**\n * Gets the colliders of the rigid body by tag.\n *\n * @param tag - The tag to filter by.\n *\n * @returns The colliders of the rigid body with the given tag.\n */\n",
19739
19872
  "excerptTokens": [
19740
19873
  {
19741
19874
  "kind": "Content",
19742
- "text": "getEffectiveInverseMass(): "
19743
- },
19744
- {
19745
- "kind": "Reference",
19746
- "text": "Vector3Like",
19747
- "canonicalReference": "server!Vector3Like:interface"
19875
+ "text": "getCollidersByTag(tag: "
19748
19876
  },
19749
19877
  {
19750
19878
  "kind": "Content",
19751
- "text": " | undefined"
19879
+ "text": "string"
19752
19880
  },
19753
19881
  {
19754
19882
  "kind": "Content",
19755
- "text": ";"
19756
- }
19757
- ],
19758
- "isStatic": false,
19759
- "returnTypeTokenRange": {
19760
- "startIndex": 1,
19761
- "endIndex": 3
19762
- },
19763
- "releaseTag": "Public",
19764
- "isProtected": false,
19765
- "overloadIndex": 1,
19766
- "parameters": [],
19767
- "isOptional": false,
19768
- "isAbstract": false,
19769
- "name": "getEffectiveInverseMass"
19770
- },
19771
- {
19772
- "kind": "Method",
19773
- "canonicalReference": "server!RigidBody#getEffectiveWorldInversePrincipalAngularInertiaSqrt:member(1)",
19774
- "docComment": "/**\n * Gets the effective world inverse principal angular inertia square root of the rigid body.\n *\n * @returns The effective world inverse principal angular inertia square root of the rigid body.\n */\n",
19775
- "excerptTokens": [
19776
- {
19777
- "kind": "Content",
19778
- "text": "getEffectiveWorldInversePrincipalAngularInertiaSqrt(): "
19883
+ "text": "): "
19779
19884
  },
19780
19885
  {
19781
19886
  "kind": "Reference",
19782
- "text": "SpdMatrix3",
19783
- "canonicalReference": "server!SpdMatrix3:interface"
19784
- },
19785
- {
19786
- "kind": "Content",
19787
- "text": " | undefined"
19887
+ "text": "Collider",
19888
+ "canonicalReference": "server!Collider:class"
19788
19889
  },
19789
19890
  {
19790
19891
  "kind": "Content",
19791
- "text": ";"
19792
- }
19793
- ],
19794
- "isStatic": false,
19795
- "returnTypeTokenRange": {
19796
- "startIndex": 1,
19797
- "endIndex": 3
19798
- },
19799
- "releaseTag": "Public",
19800
- "isProtected": false,
19801
- "overloadIndex": 1,
19802
- "parameters": [],
19803
- "isOptional": false,
19804
- "isAbstract": false,
19805
- "name": "getEffectiveWorldInversePrincipalAngularInertiaSqrt"
19806
- },
19807
- {
19808
- "kind": "Method",
19809
- "canonicalReference": "server!RigidBody#getEnabledRotations:member(1)",
19810
- "docComment": "/**\n * Gets the enabled rotations of the rigid body.\n *\n * @returns The enabled rotations of the rigid body.\n */\n",
19811
- "excerptTokens": [
19812
- {
19813
- "kind": "Content",
19814
- "text": "getEnabledRotations(): "
19815
- },
19816
- {
19817
- "kind": "Reference",
19818
- "text": "Vector3Boolean",
19819
- "canonicalReference": "server!Vector3Boolean:interface"
19892
+ "text": "[]"
19820
19893
  },
19821
19894
  {
19822
19895
  "kind": "Content",
@@ -19825,57 +19898,34 @@
19825
19898
  ],
19826
19899
  "isStatic": false,
19827
19900
  "returnTypeTokenRange": {
19828
- "startIndex": 1,
19829
- "endIndex": 2
19901
+ "startIndex": 3,
19902
+ "endIndex": 5
19830
19903
  },
19831
19904
  "releaseTag": "Public",
19832
19905
  "isProtected": false,
19833
19906
  "overloadIndex": 1,
19834
- "parameters": [],
19835
- "isOptional": false,
19836
- "isAbstract": false,
19837
- "name": "getEnabledRotations"
19838
- },
19839
- {
19840
- "kind": "Method",
19841
- "canonicalReference": "server!RigidBody#getEnabledTranslations:member(1)",
19842
- "docComment": "/**\n * Gets the enabled translations of the rigid body.\n *\n * @returns The enabled translations of the rigid body.\n */\n",
19843
- "excerptTokens": [
19844
- {
19845
- "kind": "Content",
19846
- "text": "getEnabledTranslations(): "
19847
- },
19848
- {
19849
- "kind": "Reference",
19850
- "text": "Vector3Boolean",
19851
- "canonicalReference": "server!Vector3Boolean:interface"
19852
- },
19907
+ "parameters": [
19853
19908
  {
19854
- "kind": "Content",
19855
- "text": ";"
19909
+ "parameterName": "tag",
19910
+ "parameterTypeTokenRange": {
19911
+ "startIndex": 1,
19912
+ "endIndex": 2
19913
+ },
19914
+ "isOptional": false
19856
19915
  }
19857
19916
  ],
19858
- "isStatic": false,
19859
- "returnTypeTokenRange": {
19860
- "startIndex": 1,
19861
- "endIndex": 2
19862
- },
19863
- "releaseTag": "Public",
19864
- "isProtected": false,
19865
- "overloadIndex": 1,
19866
- "parameters": [],
19867
19917
  "isOptional": false,
19868
19918
  "isAbstract": false,
19869
- "name": "getEnabledTranslations"
19919
+ "name": "getCollidersByTag"
19870
19920
  },
19871
19921
  {
19872
- "kind": "Method",
19873
- "canonicalReference": "server!RigidBody#getGravityScale:member(1)",
19874
- "docComment": "/**\n * Gets the gravity scale of the rigid body.\n *\n * @returns The gravity scale of the rigid body.\n */\n",
19922
+ "kind": "Property",
19923
+ "canonicalReference": "server!RigidBody#gravityScale:member",
19924
+ "docComment": "/**\n * The gravity scale of the rigid body.\n */\n",
19875
19925
  "excerptTokens": [
19876
19926
  {
19877
19927
  "kind": "Content",
19878
- "text": "getGravityScale(): "
19928
+ "text": "get gravityScale(): "
19879
19929
  },
19880
19930
  {
19881
19931
  "kind": "Content",
@@ -19886,27 +19936,26 @@
19886
19936
  "text": ";"
19887
19937
  }
19888
19938
  ],
19889
- "isStatic": false,
19890
- "returnTypeTokenRange": {
19939
+ "isReadonly": true,
19940
+ "isOptional": false,
19941
+ "releaseTag": "Public",
19942
+ "name": "gravityScale",
19943
+ "propertyTypeTokenRange": {
19891
19944
  "startIndex": 1,
19892
19945
  "endIndex": 2
19893
19946
  },
19894
- "releaseTag": "Public",
19947
+ "isStatic": false,
19895
19948
  "isProtected": false,
19896
- "overloadIndex": 1,
19897
- "parameters": [],
19898
- "isOptional": false,
19899
- "isAbstract": false,
19900
- "name": "getGravityScale"
19949
+ "isAbstract": false
19901
19950
  },
19902
19951
  {
19903
- "kind": "Method",
19904
- "canonicalReference": "server!RigidBody#getInverseMass:member(1)",
19905
- "docComment": "/**\n * Gets the inverse mass of the rigid body.\n *\n * @returns The inverse mass of the rigid body.\n */\n",
19952
+ "kind": "Property",
19953
+ "canonicalReference": "server!RigidBody#inverseMass:member",
19954
+ "docComment": "/**\n * The inverse mass of the rigid body.\n */\n",
19906
19955
  "excerptTokens": [
19907
19956
  {
19908
19957
  "kind": "Content",
19909
- "text": "getInverseMass(): "
19958
+ "text": "get inverseMass(): "
19910
19959
  },
19911
19960
  {
19912
19961
  "kind": "Content",
@@ -19917,27 +19966,26 @@
19917
19966
  "text": ";"
19918
19967
  }
19919
19968
  ],
19920
- "isStatic": false,
19921
- "returnTypeTokenRange": {
19969
+ "isReadonly": true,
19970
+ "isOptional": false,
19971
+ "releaseTag": "Public",
19972
+ "name": "inverseMass",
19973
+ "propertyTypeTokenRange": {
19922
19974
  "startIndex": 1,
19923
19975
  "endIndex": 2
19924
19976
  },
19925
- "releaseTag": "Public",
19977
+ "isStatic": false,
19926
19978
  "isProtected": false,
19927
- "overloadIndex": 1,
19928
- "parameters": [],
19929
- "isOptional": false,
19930
- "isAbstract": false,
19931
- "name": "getInverseMass"
19979
+ "isAbstract": false
19932
19980
  },
19933
19981
  {
19934
- "kind": "Method",
19935
- "canonicalReference": "server!RigidBody#getInversePrincipalAngularInertiaSqrt:member(1)",
19936
- "docComment": "/**\n * Gets the inverse principal angular inertia square root of the rigid body.\n *\n * @returns The inverse principal angular inertia square root of the rigid body.\n */\n",
19982
+ "kind": "Property",
19983
+ "canonicalReference": "server!RigidBody#inversePrincipalAngularInertiaSqrt:member",
19984
+ "docComment": "/**\n * The inverse principal angular inertia square root of the rigid body.\n */\n",
19937
19985
  "excerptTokens": [
19938
19986
  {
19939
19987
  "kind": "Content",
19940
- "text": "getInversePrincipalAngularInertiaSqrt(): "
19988
+ "text": "get inversePrincipalAngularInertiaSqrt(): "
19941
19989
  },
19942
19990
  {
19943
19991
  "kind": "Reference",
@@ -19953,448 +20001,296 @@
19953
20001
  "text": ";"
19954
20002
  }
19955
20003
  ],
19956
- "isStatic": false,
19957
- "returnTypeTokenRange": {
20004
+ "isReadonly": true,
20005
+ "isOptional": false,
20006
+ "releaseTag": "Public",
20007
+ "name": "inversePrincipalAngularInertiaSqrt",
20008
+ "propertyTypeTokenRange": {
19958
20009
  "startIndex": 1,
19959
20010
  "endIndex": 3
19960
20011
  },
19961
- "releaseTag": "Public",
20012
+ "isStatic": false,
19962
20013
  "isProtected": false,
19963
- "overloadIndex": 1,
19964
- "parameters": [],
19965
- "isOptional": false,
19966
- "isAbstract": false,
19967
- "name": "getInversePrincipalAngularInertiaSqrt"
20014
+ "isAbstract": false
19968
20015
  },
19969
20016
  {
19970
- "kind": "Method",
19971
- "canonicalReference": "server!RigidBody#getLinearDamping:member(1)",
19972
- "docComment": "/**\n * Gets the linear damping of the rigid body.\n *\n * @returns The linear damping of the rigid body.\n */\n",
20017
+ "kind": "Property",
20018
+ "canonicalReference": "server!RigidBody#isCcdEnabled:member",
20019
+ "docComment": "/**\n * Whether the rigid body has continuous collision detection enabled.\n */\n",
19973
20020
  "excerptTokens": [
19974
20021
  {
19975
20022
  "kind": "Content",
19976
- "text": "getLinearDamping(): "
20023
+ "text": "get isCcdEnabled(): "
19977
20024
  },
19978
20025
  {
19979
20026
  "kind": "Content",
19980
- "text": "number"
20027
+ "text": "boolean"
19981
20028
  },
19982
20029
  {
19983
20030
  "kind": "Content",
19984
20031
  "text": ";"
19985
20032
  }
19986
20033
  ],
19987
- "isStatic": false,
19988
- "returnTypeTokenRange": {
19989
- "startIndex": 1,
19990
- "endIndex": 2
19991
- },
19992
- "releaseTag": "Public",
19993
- "isProtected": false,
19994
- "overloadIndex": 1,
19995
- "parameters": [],
20034
+ "isReadonly": true,
19996
20035
  "isOptional": false,
19997
- "isAbstract": false,
19998
- "name": "getLinearDamping"
19999
- },
20000
- {
20001
- "kind": "Method",
20002
- "canonicalReference": "server!RigidBody#getLinearVelocity:member(1)",
20003
- "docComment": "/**\n * Gets the linear velocity of the rigid body.\n *\n * @returns The linear velocity of the rigid body.\n */\n",
20004
- "excerptTokens": [
20005
- {
20006
- "kind": "Content",
20007
- "text": "getLinearVelocity(): "
20008
- },
20009
- {
20010
- "kind": "Reference",
20011
- "text": "Vector3Like",
20012
- "canonicalReference": "server!Vector3Like:interface"
20013
- },
20014
- {
20015
- "kind": "Content",
20016
- "text": ";"
20017
- }
20018
- ],
20019
- "isStatic": false,
20020
- "returnTypeTokenRange": {
20021
- "startIndex": 1,
20022
- "endIndex": 2
20023
- },
20024
20036
  "releaseTag": "Public",
20025
- "isProtected": false,
20026
- "overloadIndex": 1,
20027
- "parameters": [],
20028
- "isOptional": false,
20029
- "isAbstract": false,
20030
- "name": "getLinearVelocity"
20031
- },
20032
- {
20033
- "kind": "Method",
20034
- "canonicalReference": "server!RigidBody#getLocalCenterOfMass:member(1)",
20035
- "docComment": "/**\n * Gets the local center of mass of the rigid body.\n *\n * @returns The local center of mass of the rigid body.\n */\n",
20036
- "excerptTokens": [
20037
- {
20038
- "kind": "Content",
20039
- "text": "getLocalCenterOfMass(): "
20040
- },
20041
- {
20042
- "kind": "Reference",
20043
- "text": "Vector3Like",
20044
- "canonicalReference": "server!Vector3Like:interface"
20045
- },
20046
- {
20047
- "kind": "Content",
20048
- "text": ";"
20049
- }
20050
- ],
20051
- "isStatic": false,
20052
- "returnTypeTokenRange": {
20037
+ "name": "isCcdEnabled",
20038
+ "propertyTypeTokenRange": {
20053
20039
  "startIndex": 1,
20054
20040
  "endIndex": 2
20055
20041
  },
20056
- "releaseTag": "Public",
20042
+ "isStatic": false,
20057
20043
  "isProtected": false,
20058
- "overloadIndex": 1,
20059
- "parameters": [],
20060
- "isOptional": false,
20061
- "isAbstract": false,
20062
- "name": "getLocalCenterOfMass"
20044
+ "isAbstract": false
20063
20045
  },
20064
20046
  {
20065
- "kind": "Method",
20066
- "canonicalReference": "server!RigidBody#getMass:member(1)",
20067
- "docComment": "/**\n * Gets the mass of the rigid body.\n *\n * @returns The mass of the rigid body.\n */\n",
20047
+ "kind": "Property",
20048
+ "canonicalReference": "server!RigidBody#isDynamic:member",
20049
+ "docComment": "/**\n * Whether the rigid body is dynamic.\n */\n",
20068
20050
  "excerptTokens": [
20069
20051
  {
20070
20052
  "kind": "Content",
20071
- "text": "getMass(): "
20053
+ "text": "get isDynamic(): "
20072
20054
  },
20073
20055
  {
20074
20056
  "kind": "Content",
20075
- "text": "number"
20057
+ "text": "boolean"
20076
20058
  },
20077
20059
  {
20078
20060
  "kind": "Content",
20079
20061
  "text": ";"
20080
20062
  }
20081
20063
  ],
20082
- "isStatic": false,
20083
- "returnTypeTokenRange": {
20084
- "startIndex": 1,
20085
- "endIndex": 2
20086
- },
20087
- "releaseTag": "Public",
20088
- "isProtected": false,
20089
- "overloadIndex": 1,
20090
- "parameters": [],
20064
+ "isReadonly": true,
20091
20065
  "isOptional": false,
20092
- "isAbstract": false,
20093
- "name": "getMass"
20094
- },
20095
- {
20096
- "kind": "Method",
20097
- "canonicalReference": "server!RigidBody#getNextKinematicRotation:member(1)",
20098
- "docComment": "/**\n * Gets the next kinematic rotation of the rigid body.\n *\n * @returns The next kinematic rotation of the rigid body.\n */\n",
20099
- "excerptTokens": [
20100
- {
20101
- "kind": "Content",
20102
- "text": "getNextKinematicRotation(): "
20103
- },
20104
- {
20105
- "kind": "Reference",
20106
- "text": "QuaternionLike",
20107
- "canonicalReference": "server!QuaternionLike:interface"
20108
- },
20109
- {
20110
- "kind": "Content",
20111
- "text": ";"
20112
- }
20113
- ],
20114
- "isStatic": false,
20115
- "returnTypeTokenRange": {
20066
+ "releaseTag": "Public",
20067
+ "name": "isDynamic",
20068
+ "propertyTypeTokenRange": {
20116
20069
  "startIndex": 1,
20117
20070
  "endIndex": 2
20118
20071
  },
20119
- "releaseTag": "Public",
20072
+ "isStatic": false,
20120
20073
  "isProtected": false,
20121
- "overloadIndex": 1,
20122
- "parameters": [],
20123
- "isOptional": false,
20124
- "isAbstract": false,
20125
- "name": "getNextKinematicRotation"
20074
+ "isAbstract": false
20126
20075
  },
20127
20076
  {
20128
- "kind": "Method",
20129
- "canonicalReference": "server!RigidBody#getNextKinematicTranslation:member(1)",
20130
- "docComment": "/**\n * Gets the next kinematic translation of the rigid body.\n *\n * @returns The next kinematic translation of the rigid body.\n */\n",
20077
+ "kind": "Property",
20078
+ "canonicalReference": "server!RigidBody#isEnabled:member",
20079
+ "docComment": "/**\n * Whether the rigid body is enabled.\n */\n",
20131
20080
  "excerptTokens": [
20132
20081
  {
20133
20082
  "kind": "Content",
20134
- "text": "getNextKinematicTranslation(): "
20083
+ "text": "get isEnabled(): "
20135
20084
  },
20136
20085
  {
20137
- "kind": "Reference",
20138
- "text": "Vector3Like",
20139
- "canonicalReference": "server!Vector3Like:interface"
20086
+ "kind": "Content",
20087
+ "text": "boolean"
20140
20088
  },
20141
20089
  {
20142
20090
  "kind": "Content",
20143
20091
  "text": ";"
20144
20092
  }
20145
20093
  ],
20146
- "isStatic": false,
20147
- "returnTypeTokenRange": {
20094
+ "isReadonly": true,
20095
+ "isOptional": false,
20096
+ "releaseTag": "Public",
20097
+ "name": "isEnabled",
20098
+ "propertyTypeTokenRange": {
20148
20099
  "startIndex": 1,
20149
20100
  "endIndex": 2
20150
20101
  },
20151
- "releaseTag": "Public",
20102
+ "isStatic": false,
20152
20103
  "isProtected": false,
20153
- "overloadIndex": 1,
20154
- "parameters": [],
20155
- "isOptional": false,
20156
- "isAbstract": false,
20157
- "name": "getNextKinematicTranslation"
20104
+ "isAbstract": false
20158
20105
  },
20159
20106
  {
20160
- "kind": "Method",
20161
- "canonicalReference": "server!RigidBody#getPrincipalAngularInertia:member(1)",
20162
- "docComment": "/**\n * Gets the principal angular inertia of the rigid body.\n *\n * @returns The principal angular inertia of the rigid body.\n */\n",
20107
+ "kind": "Property",
20108
+ "canonicalReference": "server!RigidBody#isFixed:member",
20109
+ "docComment": "/**\n * Whether the rigid body is fixed.\n */\n",
20163
20110
  "excerptTokens": [
20164
20111
  {
20165
20112
  "kind": "Content",
20166
- "text": "getPrincipalAngularInertia(): "
20113
+ "text": "get isFixed(): "
20167
20114
  },
20168
20115
  {
20169
- "kind": "Reference",
20170
- "text": "Vector3Like",
20171
- "canonicalReference": "server!Vector3Like:interface"
20116
+ "kind": "Content",
20117
+ "text": "boolean"
20172
20118
  },
20173
20119
  {
20174
20120
  "kind": "Content",
20175
20121
  "text": ";"
20176
20122
  }
20177
20123
  ],
20178
- "isStatic": false,
20179
- "returnTypeTokenRange": {
20124
+ "isReadonly": true,
20125
+ "isOptional": false,
20126
+ "releaseTag": "Public",
20127
+ "name": "isFixed",
20128
+ "propertyTypeTokenRange": {
20180
20129
  "startIndex": 1,
20181
20130
  "endIndex": 2
20182
20131
  },
20183
- "releaseTag": "Public",
20132
+ "isStatic": false,
20184
20133
  "isProtected": false,
20185
- "overloadIndex": 1,
20186
- "parameters": [],
20187
- "isOptional": false,
20188
- "isAbstract": false,
20189
- "name": "getPrincipalAngularInertia"
20134
+ "isAbstract": false
20190
20135
  },
20191
20136
  {
20192
- "kind": "Method",
20193
- "canonicalReference": "server!RigidBody#getPrincipalAngularInertiaLocalFrame:member(1)",
20194
- "docComment": "/**\n * Gets the principal angular inertia local frame of the rigid body.\n *\n * @returns The principal angular inertia local frame of the rigid body.\n */\n",
20137
+ "kind": "Property",
20138
+ "canonicalReference": "server!RigidBody#isKinematic:member",
20139
+ "docComment": "/**\n * Whether the rigid body is kinematic.\n */\n",
20195
20140
  "excerptTokens": [
20196
20141
  {
20197
20142
  "kind": "Content",
20198
- "text": "getPrincipalAngularInertiaLocalFrame(): "
20199
- },
20200
- {
20201
- "kind": "Reference",
20202
- "text": "QuaternionLike",
20203
- "canonicalReference": "server!QuaternionLike:interface"
20143
+ "text": "get isKinematic(): "
20204
20144
  },
20205
20145
  {
20206
20146
  "kind": "Content",
20207
- "text": " | undefined"
20147
+ "text": "boolean"
20208
20148
  },
20209
20149
  {
20210
20150
  "kind": "Content",
20211
20151
  "text": ";"
20212
20152
  }
20213
20153
  ],
20214
- "isStatic": false,
20215
- "returnTypeTokenRange": {
20216
- "startIndex": 1,
20217
- "endIndex": 3
20218
- },
20219
- "releaseTag": "Public",
20220
- "isProtected": false,
20221
- "overloadIndex": 1,
20222
- "parameters": [],
20154
+ "isReadonly": true,
20223
20155
  "isOptional": false,
20224
- "isAbstract": false,
20225
- "name": "getPrincipalAngularInertiaLocalFrame"
20226
- },
20227
- {
20228
- "kind": "Method",
20229
- "canonicalReference": "server!RigidBody#getRotation:member(1)",
20230
- "docComment": "/**\n * Gets the rotation of the rigid body.\n *\n * @returns The rotation of the rigid body.\n */\n",
20231
- "excerptTokens": [
20232
- {
20233
- "kind": "Content",
20234
- "text": "getRotation(): "
20235
- },
20236
- {
20237
- "kind": "Reference",
20238
- "text": "QuaternionLike",
20239
- "canonicalReference": "server!QuaternionLike:interface"
20240
- },
20241
- {
20242
- "kind": "Content",
20243
- "text": ";"
20244
- }
20245
- ],
20246
- "isStatic": false,
20247
- "returnTypeTokenRange": {
20156
+ "releaseTag": "Public",
20157
+ "name": "isKinematic",
20158
+ "propertyTypeTokenRange": {
20248
20159
  "startIndex": 1,
20249
20160
  "endIndex": 2
20250
20161
  },
20251
- "releaseTag": "Public",
20162
+ "isStatic": false,
20252
20163
  "isProtected": false,
20253
- "overloadIndex": 1,
20254
- "parameters": [],
20255
- "isOptional": false,
20256
- "isAbstract": false,
20257
- "name": "getRotation"
20164
+ "isAbstract": false
20258
20165
  },
20259
20166
  {
20260
- "kind": "Method",
20261
- "canonicalReference": "server!RigidBody#getSoftCcdPrediction:member(1)",
20262
- "docComment": "/**\n * Gets the soft ccd prediction of the rigid body.\n *\n * @returns The soft ccd prediction of the rigid body.\n */\n",
20167
+ "kind": "Property",
20168
+ "canonicalReference": "server!RigidBody#isKinematicPositionBased:member",
20169
+ "docComment": "/**\n * Whether the rigid body is kinematic position based.\n */\n",
20263
20170
  "excerptTokens": [
20264
20171
  {
20265
20172
  "kind": "Content",
20266
- "text": "getSoftCcdPrediction(): "
20173
+ "text": "get isKinematicPositionBased(): "
20267
20174
  },
20268
20175
  {
20269
20176
  "kind": "Content",
20270
- "text": "number"
20177
+ "text": "boolean"
20271
20178
  },
20272
20179
  {
20273
20180
  "kind": "Content",
20274
20181
  "text": ";"
20275
20182
  }
20276
20183
  ],
20277
- "isStatic": false,
20278
- "returnTypeTokenRange": {
20184
+ "isReadonly": true,
20185
+ "isOptional": false,
20186
+ "releaseTag": "Public",
20187
+ "name": "isKinematicPositionBased",
20188
+ "propertyTypeTokenRange": {
20279
20189
  "startIndex": 1,
20280
20190
  "endIndex": 2
20281
20191
  },
20282
- "releaseTag": "Public",
20192
+ "isStatic": false,
20283
20193
  "isProtected": false,
20284
- "overloadIndex": 1,
20285
- "parameters": [],
20286
- "isOptional": false,
20287
- "isAbstract": false,
20288
- "name": "getSoftCcdPrediction"
20194
+ "isAbstract": false
20289
20195
  },
20290
20196
  {
20291
- "kind": "Method",
20292
- "canonicalReference": "server!RigidBody#getTranslation:member(1)",
20293
- "docComment": "/**\n * Gets the translation of the rigid body.\n *\n * @returns The translation of the rigid body.\n */\n",
20197
+ "kind": "Property",
20198
+ "canonicalReference": "server!RigidBody#isKinematicVelocityBased:member",
20199
+ "docComment": "/**\n * Whether the rigid body is kinematic velocity based.\n */\n",
20294
20200
  "excerptTokens": [
20295
20201
  {
20296
20202
  "kind": "Content",
20297
- "text": "getTranslation(): "
20203
+ "text": "get isKinematicVelocityBased(): "
20298
20204
  },
20299
20205
  {
20300
- "kind": "Reference",
20301
- "text": "Vector3Like",
20302
- "canonicalReference": "server!Vector3Like:interface"
20206
+ "kind": "Content",
20207
+ "text": "boolean"
20303
20208
  },
20304
20209
  {
20305
20210
  "kind": "Content",
20306
20211
  "text": ";"
20307
20212
  }
20308
20213
  ],
20309
- "isStatic": false,
20310
- "returnTypeTokenRange": {
20214
+ "isReadonly": true,
20215
+ "isOptional": false,
20216
+ "releaseTag": "Public",
20217
+ "name": "isKinematicVelocityBased",
20218
+ "propertyTypeTokenRange": {
20311
20219
  "startIndex": 1,
20312
20220
  "endIndex": 2
20313
20221
  },
20314
- "releaseTag": "Public",
20222
+ "isStatic": false,
20315
20223
  "isProtected": false,
20316
- "overloadIndex": 1,
20317
- "parameters": [],
20318
- "isOptional": false,
20319
- "isAbstract": false,
20320
- "name": "getTranslation"
20224
+ "isAbstract": false
20321
20225
  },
20322
20226
  {
20323
- "kind": "Method",
20324
- "canonicalReference": "server!RigidBody#getType:member(1)",
20325
- "docComment": "/**\n * Gets the type of the rigid body.\n *\n * @returns The type of the rigid body.\n */\n",
20227
+ "kind": "Property",
20228
+ "canonicalReference": "server!RigidBody#isMoving:member",
20229
+ "docComment": "/**\n * Whether the rigid body is moving.\n */\n",
20326
20230
  "excerptTokens": [
20327
20231
  {
20328
20232
  "kind": "Content",
20329
- "text": "getType(): "
20233
+ "text": "get isMoving(): "
20330
20234
  },
20331
20235
  {
20332
- "kind": "Reference",
20333
- "text": "RigidBodyType",
20334
- "canonicalReference": "server!RigidBodyType:enum"
20236
+ "kind": "Content",
20237
+ "text": "boolean"
20335
20238
  },
20336
20239
  {
20337
20240
  "kind": "Content",
20338
20241
  "text": ";"
20339
20242
  }
20340
20243
  ],
20341
- "isStatic": false,
20342
- "returnTypeTokenRange": {
20244
+ "isReadonly": true,
20245
+ "isOptional": false,
20246
+ "releaseTag": "Public",
20247
+ "name": "isMoving",
20248
+ "propertyTypeTokenRange": {
20343
20249
  "startIndex": 1,
20344
20250
  "endIndex": 2
20345
20251
  },
20346
- "releaseTag": "Public",
20252
+ "isStatic": false,
20347
20253
  "isProtected": false,
20348
- "overloadIndex": 1,
20349
- "parameters": [],
20350
- "isOptional": false,
20351
- "isAbstract": false,
20352
- "name": "getType"
20254
+ "isAbstract": false
20353
20255
  },
20354
20256
  {
20355
- "kind": "Method",
20356
- "canonicalReference": "server!RigidBody#getWorldCenterOfMass:member(1)",
20357
- "docComment": "/**\n * Gets the world center of mass of the rigid body.\n *\n * @returns The world center of mass of the rigid body.\n */\n",
20257
+ "kind": "Property",
20258
+ "canonicalReference": "server!RigidBody#isRemoved:member",
20259
+ "docComment": "/**\n * Whether the rigid body has been removed from the simulation.\n */\n",
20358
20260
  "excerptTokens": [
20359
20261
  {
20360
20262
  "kind": "Content",
20361
- "text": "getWorldCenterOfMass(): "
20362
- },
20363
- {
20364
- "kind": "Reference",
20365
- "text": "Vector3Like",
20366
- "canonicalReference": "server!Vector3Like:interface"
20263
+ "text": "get isRemoved(): "
20367
20264
  },
20368
20265
  {
20369
20266
  "kind": "Content",
20370
- "text": " | undefined"
20267
+ "text": "boolean"
20371
20268
  },
20372
20269
  {
20373
20270
  "kind": "Content",
20374
20271
  "text": ";"
20375
20272
  }
20376
20273
  ],
20377
- "isStatic": false,
20378
- "returnTypeTokenRange": {
20274
+ "isReadonly": true,
20275
+ "isOptional": false,
20276
+ "releaseTag": "Public",
20277
+ "name": "isRemoved",
20278
+ "propertyTypeTokenRange": {
20379
20279
  "startIndex": 1,
20380
- "endIndex": 3
20280
+ "endIndex": 2
20381
20281
  },
20382
- "releaseTag": "Public",
20282
+ "isStatic": false,
20383
20283
  "isProtected": false,
20384
- "overloadIndex": 1,
20385
- "parameters": [],
20386
- "isOptional": false,
20387
- "isAbstract": false,
20388
- "name": "getWorldCenterOfMass"
20284
+ "isAbstract": false
20389
20285
  },
20390
20286
  {
20391
20287
  "kind": "Property",
20392
- "canonicalReference": "server!RigidBody#isCcdEnabled:member",
20393
- "docComment": "/**\n * Whether the rigid body has continuous collision detection enabled.\n */\n",
20288
+ "canonicalReference": "server!RigidBody#isSimulated:member",
20289
+ "docComment": "/**\n * Whether the rigid body is simulated.\n */\n",
20394
20290
  "excerptTokens": [
20395
20291
  {
20396
20292
  "kind": "Content",
20397
- "text": "get isCcdEnabled(): "
20293
+ "text": "get isSimulated(): "
20398
20294
  },
20399
20295
  {
20400
20296
  "kind": "Content",
@@ -20408,7 +20304,7 @@
20408
20304
  "isReadonly": true,
20409
20305
  "isOptional": false,
20410
20306
  "releaseTag": "Public",
20411
- "name": "isCcdEnabled",
20307
+ "name": "isSimulated",
20412
20308
  "propertyTypeTokenRange": {
20413
20309
  "startIndex": 1,
20414
20310
  "endIndex": 2
@@ -20419,12 +20315,12 @@
20419
20315
  },
20420
20316
  {
20421
20317
  "kind": "Property",
20422
- "canonicalReference": "server!RigidBody#isDynamic:member",
20423
- "docComment": "/**\n * Whether the rigid body is dynamic.\n */\n",
20318
+ "canonicalReference": "server!RigidBody#isSleeping:member",
20319
+ "docComment": "/**\n * Whether the rigid body is sleeping.\n */\n",
20424
20320
  "excerptTokens": [
20425
20321
  {
20426
20322
  "kind": "Content",
20427
- "text": "get isDynamic(): "
20323
+ "text": "get isSleeping(): "
20428
20324
  },
20429
20325
  {
20430
20326
  "kind": "Content",
@@ -20438,7 +20334,7 @@
20438
20334
  "isReadonly": true,
20439
20335
  "isOptional": false,
20440
20336
  "releaseTag": "Public",
20441
- "name": "isDynamic",
20337
+ "name": "isSleeping",
20442
20338
  "propertyTypeTokenRange": {
20443
20339
  "startIndex": 1,
20444
20340
  "endIndex": 2
@@ -20449,16 +20345,16 @@
20449
20345
  },
20450
20346
  {
20451
20347
  "kind": "Property",
20452
- "canonicalReference": "server!RigidBody#isEnabled:member",
20453
- "docComment": "/**\n * Whether the rigid body is enabled.\n */\n",
20348
+ "canonicalReference": "server!RigidBody#linearDamping:member",
20349
+ "docComment": "/**\n * The linear damping of the rigid body.\n */\n",
20454
20350
  "excerptTokens": [
20455
20351
  {
20456
20352
  "kind": "Content",
20457
- "text": "get isEnabled(): "
20353
+ "text": "get linearDamping(): "
20458
20354
  },
20459
20355
  {
20460
20356
  "kind": "Content",
20461
- "text": "boolean"
20357
+ "text": "number"
20462
20358
  },
20463
20359
  {
20464
20360
  "kind": "Content",
@@ -20468,7 +20364,7 @@
20468
20364
  "isReadonly": true,
20469
20365
  "isOptional": false,
20470
20366
  "releaseTag": "Public",
20471
- "name": "isEnabled",
20367
+ "name": "linearDamping",
20472
20368
  "propertyTypeTokenRange": {
20473
20369
  "startIndex": 1,
20474
20370
  "endIndex": 2
@@ -20479,16 +20375,17 @@
20479
20375
  },
20480
20376
  {
20481
20377
  "kind": "Property",
20482
- "canonicalReference": "server!RigidBody#isFixed:member",
20483
- "docComment": "/**\n * Whether the rigid body is fixed.\n */\n",
20378
+ "canonicalReference": "server!RigidBody#linearVelocity:member",
20379
+ "docComment": "/**\n * The linear velocity of the rigid body.\n */\n",
20484
20380
  "excerptTokens": [
20485
20381
  {
20486
20382
  "kind": "Content",
20487
- "text": "get isFixed(): "
20383
+ "text": "get linearVelocity(): "
20488
20384
  },
20489
20385
  {
20490
- "kind": "Content",
20491
- "text": "boolean"
20386
+ "kind": "Reference",
20387
+ "text": "Vector3Like",
20388
+ "canonicalReference": "server!Vector3Like:interface"
20492
20389
  },
20493
20390
  {
20494
20391
  "kind": "Content",
@@ -20498,7 +20395,7 @@
20498
20395
  "isReadonly": true,
20499
20396
  "isOptional": false,
20500
20397
  "releaseTag": "Public",
20501
- "name": "isFixed",
20398
+ "name": "linearVelocity",
20502
20399
  "propertyTypeTokenRange": {
20503
20400
  "startIndex": 1,
20504
20401
  "endIndex": 2
@@ -20509,16 +20406,17 @@
20509
20406
  },
20510
20407
  {
20511
20408
  "kind": "Property",
20512
- "canonicalReference": "server!RigidBody#isKinematic:member",
20513
- "docComment": "/**\n * Whether the rigid body is kinematic.\n */\n",
20409
+ "canonicalReference": "server!RigidBody#localCenterOfMass:member",
20410
+ "docComment": "/**\n * The local center of mass of the rigid body.\n */\n",
20514
20411
  "excerptTokens": [
20515
20412
  {
20516
20413
  "kind": "Content",
20517
- "text": "get isKinematic(): "
20414
+ "text": "get localCenterOfMass(): "
20518
20415
  },
20519
20416
  {
20520
- "kind": "Content",
20521
- "text": "boolean"
20417
+ "kind": "Reference",
20418
+ "text": "Vector3Like",
20419
+ "canonicalReference": "server!Vector3Like:interface"
20522
20420
  },
20523
20421
  {
20524
20422
  "kind": "Content",
@@ -20528,7 +20426,7 @@
20528
20426
  "isReadonly": true,
20529
20427
  "isOptional": false,
20530
20428
  "releaseTag": "Public",
20531
- "name": "isKinematic",
20429
+ "name": "localCenterOfMass",
20532
20430
  "propertyTypeTokenRange": {
20533
20431
  "startIndex": 1,
20534
20432
  "endIndex": 2
@@ -20538,77 +20436,79 @@
20538
20436
  "isAbstract": false
20539
20437
  },
20540
20438
  {
20541
- "kind": "Property",
20542
- "canonicalReference": "server!RigidBody#isKinematicPositionBased:member",
20543
- "docComment": "/**\n * Whether the rigid body is kinematic position based.\n */\n",
20439
+ "kind": "Method",
20440
+ "canonicalReference": "server!RigidBody#lockAllPositions:member(1)",
20441
+ "docComment": "/**\n * Locks all positional movement of the rigid body.\n */\n",
20544
20442
  "excerptTokens": [
20545
20443
  {
20546
20444
  "kind": "Content",
20547
- "text": "get isKinematicPositionBased(): "
20445
+ "text": "lockAllPositions(): "
20548
20446
  },
20549
20447
  {
20550
20448
  "kind": "Content",
20551
- "text": "boolean"
20449
+ "text": "void"
20552
20450
  },
20553
20451
  {
20554
20452
  "kind": "Content",
20555
20453
  "text": ";"
20556
20454
  }
20557
20455
  ],
20558
- "isReadonly": true,
20559
- "isOptional": false,
20560
- "releaseTag": "Public",
20561
- "name": "isKinematicPositionBased",
20562
- "propertyTypeTokenRange": {
20456
+ "isStatic": false,
20457
+ "returnTypeTokenRange": {
20563
20458
  "startIndex": 1,
20564
20459
  "endIndex": 2
20565
20460
  },
20566
- "isStatic": false,
20461
+ "releaseTag": "Public",
20567
20462
  "isProtected": false,
20568
- "isAbstract": false
20463
+ "overloadIndex": 1,
20464
+ "parameters": [],
20465
+ "isOptional": false,
20466
+ "isAbstract": false,
20467
+ "name": "lockAllPositions"
20569
20468
  },
20570
20469
  {
20571
- "kind": "Property",
20572
- "canonicalReference": "server!RigidBody#isKinematicVelocityBased:member",
20573
- "docComment": "/**\n * Whether the rigid body is kinematic velocity based.\n */\n",
20470
+ "kind": "Method",
20471
+ "canonicalReference": "server!RigidBody#lockAllRotations:member(1)",
20472
+ "docComment": "/**\n * Locks all rotations of the rigid body.\n */\n",
20574
20473
  "excerptTokens": [
20575
20474
  {
20576
20475
  "kind": "Content",
20577
- "text": "get isKinematicVelocityBased(): "
20476
+ "text": "lockAllRotations(): "
20578
20477
  },
20579
20478
  {
20580
20479
  "kind": "Content",
20581
- "text": "boolean"
20480
+ "text": "void"
20582
20481
  },
20583
20482
  {
20584
20483
  "kind": "Content",
20585
20484
  "text": ";"
20586
20485
  }
20587
20486
  ],
20588
- "isReadonly": true,
20589
- "isOptional": false,
20590
- "releaseTag": "Public",
20591
- "name": "isKinematicVelocityBased",
20592
- "propertyTypeTokenRange": {
20487
+ "isStatic": false,
20488
+ "returnTypeTokenRange": {
20593
20489
  "startIndex": 1,
20594
20490
  "endIndex": 2
20595
20491
  },
20596
- "isStatic": false,
20492
+ "releaseTag": "Public",
20597
20493
  "isProtected": false,
20598
- "isAbstract": false
20494
+ "overloadIndex": 1,
20495
+ "parameters": [],
20496
+ "isOptional": false,
20497
+ "isAbstract": false,
20498
+ "name": "lockAllRotations"
20599
20499
  },
20600
20500
  {
20601
20501
  "kind": "Property",
20602
- "canonicalReference": "server!RigidBody#isMoving:member",
20603
- "docComment": "/**\n * Whether the rigid body is moving.\n */\n",
20502
+ "canonicalReference": "server!RigidBody#mass:member",
20503
+ "docComment": "/**\n * The mass of the rigid body.\n */\n",
20604
20504
  "excerptTokens": [
20605
20505
  {
20606
20506
  "kind": "Content",
20607
- "text": "get isMoving(): "
20507
+ "text": "get mass(): "
20608
20508
  },
20609
20509
  {
20610
20510
  "kind": "Content",
20611
- "text": "boolean"
20511
+ "text": "number"
20612
20512
  },
20613
20513
  {
20614
20514
  "kind": "Content",
@@ -20618,7 +20518,7 @@
20618
20518
  "isReadonly": true,
20619
20519
  "isOptional": false,
20620
20520
  "releaseTag": "Public",
20621
- "name": "isMoving",
20521
+ "name": "mass",
20622
20522
  "propertyTypeTokenRange": {
20623
20523
  "startIndex": 1,
20624
20524
  "endIndex": 2
@@ -20629,16 +20529,17 @@
20629
20529
  },
20630
20530
  {
20631
20531
  "kind": "Property",
20632
- "canonicalReference": "server!RigidBody#isRemoved:member",
20633
- "docComment": "/**\n * Whether the rigid body has been removed from the simulation.\n */\n",
20532
+ "canonicalReference": "server!RigidBody#nextKinematicPosition:member",
20533
+ "docComment": "/**\n * The next kinematic position of the rigid body.\n */\n",
20634
20534
  "excerptTokens": [
20635
20535
  {
20636
20536
  "kind": "Content",
20637
- "text": "get isRemoved(): "
20537
+ "text": "get nextKinematicPosition(): "
20638
20538
  },
20639
20539
  {
20640
- "kind": "Content",
20641
- "text": "boolean"
20540
+ "kind": "Reference",
20541
+ "text": "Vector3Like",
20542
+ "canonicalReference": "server!Vector3Like:interface"
20642
20543
  },
20643
20544
  {
20644
20545
  "kind": "Content",
@@ -20648,7 +20549,7 @@
20648
20549
  "isReadonly": true,
20649
20550
  "isOptional": false,
20650
20551
  "releaseTag": "Public",
20651
- "name": "isRemoved",
20552
+ "name": "nextKinematicPosition",
20652
20553
  "propertyTypeTokenRange": {
20653
20554
  "startIndex": 1,
20654
20555
  "endIndex": 2
@@ -20659,16 +20560,17 @@
20659
20560
  },
20660
20561
  {
20661
20562
  "kind": "Property",
20662
- "canonicalReference": "server!RigidBody#isSimulated:member",
20663
- "docComment": "/**\n * Whether the rigid body is simulated.\n */\n",
20563
+ "canonicalReference": "server!RigidBody#nextKinematicRotation:member",
20564
+ "docComment": "/**\n * The next kinematic rotation of the rigid body.\n */\n",
20664
20565
  "excerptTokens": [
20665
20566
  {
20666
20567
  "kind": "Content",
20667
- "text": "get isSimulated(): "
20568
+ "text": "get nextKinematicRotation(): "
20668
20569
  },
20669
20570
  {
20670
- "kind": "Content",
20671
- "text": "boolean"
20571
+ "kind": "Reference",
20572
+ "text": "QuaternionLike",
20573
+ "canonicalReference": "server!QuaternionLike:interface"
20672
20574
  },
20673
20575
  {
20674
20576
  "kind": "Content",
@@ -20678,7 +20580,7 @@
20678
20580
  "isReadonly": true,
20679
20581
  "isOptional": false,
20680
20582
  "releaseTag": "Public",
20681
- "name": "isSimulated",
20583
+ "name": "nextKinematicRotation",
20682
20584
  "propertyTypeTokenRange": {
20683
20585
  "startIndex": 1,
20684
20586
  "endIndex": 2
@@ -20689,16 +20591,16 @@
20689
20591
  },
20690
20592
  {
20691
20593
  "kind": "Property",
20692
- "canonicalReference": "server!RigidBody#isSleeping:member",
20693
- "docComment": "/**\n * Whether the rigid body is sleeping.\n */\n",
20594
+ "canonicalReference": "server!RigidBody#numColliders:member",
20595
+ "docComment": "/**\n * The number of colliders in the rigid body.\n */\n",
20694
20596
  "excerptTokens": [
20695
20597
  {
20696
20598
  "kind": "Content",
20697
- "text": "get isSleeping(): "
20599
+ "text": "get numColliders(): "
20698
20600
  },
20699
20601
  {
20700
20602
  "kind": "Content",
20701
- "text": "boolean"
20603
+ "text": "number"
20702
20604
  },
20703
20605
  {
20704
20606
  "kind": "Content",
@@ -20708,7 +20610,7 @@
20708
20610
  "isReadonly": true,
20709
20611
  "isOptional": false,
20710
20612
  "releaseTag": "Public",
20711
- "name": "isSleeping",
20613
+ "name": "numColliders",
20712
20614
  "propertyTypeTokenRange": {
20713
20615
  "startIndex": 1,
20714
20616
  "endIndex": 2
@@ -20718,79 +20620,84 @@
20718
20620
  "isAbstract": false
20719
20621
  },
20720
20622
  {
20721
- "kind": "Method",
20722
- "canonicalReference": "server!RigidBody#lockAllRotations:member(1)",
20723
- "docComment": "/**\n * Locks all rotations of the rigid body.\n */\n",
20623
+ "kind": "Property",
20624
+ "canonicalReference": "server!RigidBody#position:member",
20625
+ "docComment": "/**\n * The position of the rigid body.\n */\n",
20724
20626
  "excerptTokens": [
20725
20627
  {
20726
20628
  "kind": "Content",
20727
- "text": "lockAllRotations(): "
20629
+ "text": "get position(): "
20728
20630
  },
20729
20631
  {
20730
- "kind": "Content",
20731
- "text": "void"
20632
+ "kind": "Reference",
20633
+ "text": "Vector3Like",
20634
+ "canonicalReference": "server!Vector3Like:interface"
20732
20635
  },
20733
20636
  {
20734
20637
  "kind": "Content",
20735
20638
  "text": ";"
20736
20639
  }
20737
20640
  ],
20738
- "isStatic": false,
20739
- "returnTypeTokenRange": {
20641
+ "isReadonly": true,
20642
+ "isOptional": false,
20643
+ "releaseTag": "Public",
20644
+ "name": "position",
20645
+ "propertyTypeTokenRange": {
20740
20646
  "startIndex": 1,
20741
20647
  "endIndex": 2
20742
20648
  },
20743
- "releaseTag": "Public",
20649
+ "isStatic": false,
20744
20650
  "isProtected": false,
20745
- "overloadIndex": 1,
20746
- "parameters": [],
20747
- "isOptional": false,
20748
- "isAbstract": false,
20749
- "name": "lockAllRotations"
20651
+ "isAbstract": false
20750
20652
  },
20751
20653
  {
20752
- "kind": "Method",
20753
- "canonicalReference": "server!RigidBody#lockAllTranslations:member(1)",
20754
- "docComment": "/**\n * Locks all translations of the rigid body.\n */\n",
20654
+ "kind": "Property",
20655
+ "canonicalReference": "server!RigidBody#principalAngularInertia:member",
20656
+ "docComment": "/**\n * The principal angular inertia of the rigid body.\n */\n",
20755
20657
  "excerptTokens": [
20756
20658
  {
20757
20659
  "kind": "Content",
20758
- "text": "lockAllTranslations(): "
20660
+ "text": "get principalAngularInertia(): "
20759
20661
  },
20760
20662
  {
20761
- "kind": "Content",
20762
- "text": "void"
20663
+ "kind": "Reference",
20664
+ "text": "Vector3Like",
20665
+ "canonicalReference": "server!Vector3Like:interface"
20763
20666
  },
20764
20667
  {
20765
20668
  "kind": "Content",
20766
20669
  "text": ";"
20767
20670
  }
20768
20671
  ],
20769
- "isStatic": false,
20770
- "returnTypeTokenRange": {
20672
+ "isReadonly": true,
20673
+ "isOptional": false,
20674
+ "releaseTag": "Public",
20675
+ "name": "principalAngularInertia",
20676
+ "propertyTypeTokenRange": {
20771
20677
  "startIndex": 1,
20772
20678
  "endIndex": 2
20773
20679
  },
20774
- "releaseTag": "Public",
20680
+ "isStatic": false,
20775
20681
  "isProtected": false,
20776
- "overloadIndex": 1,
20777
- "parameters": [],
20778
- "isOptional": false,
20779
- "isAbstract": false,
20780
- "name": "lockAllTranslations"
20682
+ "isAbstract": false
20781
20683
  },
20782
20684
  {
20783
20685
  "kind": "Property",
20784
- "canonicalReference": "server!RigidBody#numColliders:member",
20785
- "docComment": "/**\n * The number of colliders in the rigid body.\n */\n",
20686
+ "canonicalReference": "server!RigidBody#principalAngularInertiaLocalFrame:member",
20687
+ "docComment": "/**\n * The principal angular inertia local frame of the rigid body.\n */\n",
20786
20688
  "excerptTokens": [
20787
20689
  {
20788
20690
  "kind": "Content",
20789
- "text": "get numColliders(): "
20691
+ "text": "get principalAngularInertiaLocalFrame(): "
20692
+ },
20693
+ {
20694
+ "kind": "Reference",
20695
+ "text": "QuaternionLike",
20696
+ "canonicalReference": "server!QuaternionLike:interface"
20790
20697
  },
20791
20698
  {
20792
20699
  "kind": "Content",
20793
- "text": "number"
20700
+ "text": " | undefined"
20794
20701
  },
20795
20702
  {
20796
20703
  "kind": "Content",
@@ -20800,10 +20707,10 @@
20800
20707
  "isReadonly": true,
20801
20708
  "isOptional": false,
20802
20709
  "releaseTag": "Public",
20803
- "name": "numColliders",
20710
+ "name": "principalAngularInertiaLocalFrame",
20804
20711
  "propertyTypeTokenRange": {
20805
20712
  "startIndex": 1,
20806
- "endIndex": 2
20713
+ "endIndex": 3
20807
20714
  },
20808
20715
  "isStatic": false,
20809
20716
  "isProtected": false,
@@ -20875,6 +20782,37 @@
20875
20782
  "isAbstract": false,
20876
20783
  "name": "removeFromSimulation"
20877
20784
  },
20785
+ {
20786
+ "kind": "Property",
20787
+ "canonicalReference": "server!RigidBody#rotation:member",
20788
+ "docComment": "/**\n * The rotation of the rigid body.\n */\n",
20789
+ "excerptTokens": [
20790
+ {
20791
+ "kind": "Content",
20792
+ "text": "get rotation(): "
20793
+ },
20794
+ {
20795
+ "kind": "Reference",
20796
+ "text": "QuaternionLike",
20797
+ "canonicalReference": "server!QuaternionLike:interface"
20798
+ },
20799
+ {
20800
+ "kind": "Content",
20801
+ "text": ";"
20802
+ }
20803
+ ],
20804
+ "isReadonly": true,
20805
+ "isOptional": false,
20806
+ "releaseTag": "Public",
20807
+ "name": "rotation",
20808
+ "propertyTypeTokenRange": {
20809
+ "startIndex": 1,
20810
+ "endIndex": 2
20811
+ },
20812
+ "isStatic": false,
20813
+ "isProtected": false,
20814
+ "isAbstract": false
20815
+ },
20878
20816
  {
20879
20817
  "kind": "Method",
20880
20818
  "canonicalReference": "server!RigidBody#setAdditionalMass:member(1)",
@@ -21312,12 +21250,12 @@
21312
21250
  },
21313
21251
  {
21314
21252
  "kind": "Method",
21315
- "canonicalReference": "server!RigidBody#setEnabledRotations:member(1)",
21316
- "docComment": "/**\n * Sets whether the rigid body has enabled rotations.\n *\n * @param enabledRotations - Whether the rigid body has enabled rotations.\n */\n",
21253
+ "canonicalReference": "server!RigidBody#setEnabledPositions:member(1)",
21254
+ "docComment": "/**\n * Sets whether the rigid body has enabled positional movement.\n *\n * @param enabledPositions - Whether the rigid body has enabled positional movement.\n */\n",
21317
21255
  "excerptTokens": [
21318
21256
  {
21319
21257
  "kind": "Content",
21320
- "text": "setEnabledRotations(enabledRotations: "
21258
+ "text": "setEnabledPositions(enabledPositions: "
21321
21259
  },
21322
21260
  {
21323
21261
  "kind": "Reference",
@@ -21347,7 +21285,7 @@
21347
21285
  "overloadIndex": 1,
21348
21286
  "parameters": [
21349
21287
  {
21350
- "parameterName": "enabledRotations",
21288
+ "parameterName": "enabledPositions",
21351
21289
  "parameterTypeTokenRange": {
21352
21290
  "startIndex": 1,
21353
21291
  "endIndex": 2
@@ -21357,16 +21295,16 @@
21357
21295
  ],
21358
21296
  "isOptional": false,
21359
21297
  "isAbstract": false,
21360
- "name": "setEnabledRotations"
21298
+ "name": "setEnabledPositions"
21361
21299
  },
21362
21300
  {
21363
21301
  "kind": "Method",
21364
- "canonicalReference": "server!RigidBody#setEnabledTranslations:member(1)",
21365
- "docComment": "/**\n * Sets whether the rigid body has enabled translations.\n *\n * @param enabledTranslations - Whether the rigid body has enabled translations.\n */\n",
21302
+ "canonicalReference": "server!RigidBody#setEnabledRotations:member(1)",
21303
+ "docComment": "/**\n * Sets whether the rigid body has enabled rotations.\n *\n * @param enabledRotations - Whether the rigid body has enabled rotations.\n */\n",
21366
21304
  "excerptTokens": [
21367
21305
  {
21368
21306
  "kind": "Content",
21369
- "text": "setEnabledTranslations(enabledTranslations: "
21307
+ "text": "setEnabledRotations(enabledRotations: "
21370
21308
  },
21371
21309
  {
21372
21310
  "kind": "Reference",
@@ -21396,7 +21334,7 @@
21396
21334
  "overloadIndex": 1,
21397
21335
  "parameters": [
21398
21336
  {
21399
- "parameterName": "enabledTranslations",
21337
+ "parameterName": "enabledRotations",
21400
21338
  "parameterTypeTokenRange": {
21401
21339
  "startIndex": 1,
21402
21340
  "endIndex": 2
@@ -21406,7 +21344,7 @@
21406
21344
  ],
21407
21345
  "isOptional": false,
21408
21346
  "isAbstract": false,
21409
- "name": "setEnabledTranslations"
21347
+ "name": "setEnabledRotations"
21410
21348
  },
21411
21349
  {
21412
21350
  "kind": "Method",
@@ -21555,17 +21493,17 @@
21555
21493
  },
21556
21494
  {
21557
21495
  "kind": "Method",
21558
- "canonicalReference": "server!RigidBody#setNextKinematicRotation:member(1)",
21559
- "docComment": "/**\n * Sets the next kinematic rotation of the rigid body.\n *\n * @param nextKinematicRotation - The next kinematic rotation of the rigid body.\n */\n",
21496
+ "canonicalReference": "server!RigidBody#setNextKinematicPosition:member(1)",
21497
+ "docComment": "/**\n * Sets the next kinematic position of the rigid body.\n *\n * @param nextKinematicPosition - The next kinematic position of the rigid body.\n */\n",
21560
21498
  "excerptTokens": [
21561
21499
  {
21562
21500
  "kind": "Content",
21563
- "text": "setNextKinematicRotation(nextKinematicRotation: "
21501
+ "text": "setNextKinematicPosition(nextKinematicPosition: "
21564
21502
  },
21565
21503
  {
21566
21504
  "kind": "Reference",
21567
- "text": "QuaternionLike",
21568
- "canonicalReference": "server!QuaternionLike:interface"
21505
+ "text": "Vector3Like",
21506
+ "canonicalReference": "server!Vector3Like:interface"
21569
21507
  },
21570
21508
  {
21571
21509
  "kind": "Content",
@@ -21590,7 +21528,7 @@
21590
21528
  "overloadIndex": 1,
21591
21529
  "parameters": [
21592
21530
  {
21593
- "parameterName": "nextKinematicRotation",
21531
+ "parameterName": "nextKinematicPosition",
21594
21532
  "parameterTypeTokenRange": {
21595
21533
  "startIndex": 1,
21596
21534
  "endIndex": 2
@@ -21600,21 +21538,21 @@
21600
21538
  ],
21601
21539
  "isOptional": false,
21602
21540
  "isAbstract": false,
21603
- "name": "setNextKinematicRotation"
21541
+ "name": "setNextKinematicPosition"
21604
21542
  },
21605
21543
  {
21606
21544
  "kind": "Method",
21607
- "canonicalReference": "server!RigidBody#setNextKinematicTranslation:member(1)",
21608
- "docComment": "/**\n * Sets the next kinematic translation of the rigid body.\n *\n * @param nextKinematicTranslation - The next kinematic translation of the rigid body.\n */\n",
21545
+ "canonicalReference": "server!RigidBody#setNextKinematicRotation:member(1)",
21546
+ "docComment": "/**\n * Sets the next kinematic rotation of the rigid body.\n *\n * @param nextKinematicRotation - The next kinematic rotation of the rigid body.\n */\n",
21609
21547
  "excerptTokens": [
21610
21548
  {
21611
21549
  "kind": "Content",
21612
- "text": "setNextKinematicTranslation(nextKinematicTranslation: "
21550
+ "text": "setNextKinematicRotation(nextKinematicRotation: "
21613
21551
  },
21614
21552
  {
21615
21553
  "kind": "Reference",
21616
- "text": "Vector3Like",
21617
- "canonicalReference": "server!Vector3Like:interface"
21554
+ "text": "QuaternionLike",
21555
+ "canonicalReference": "server!QuaternionLike:interface"
21618
21556
  },
21619
21557
  {
21620
21558
  "kind": "Content",
@@ -21639,7 +21577,7 @@
21639
21577
  "overloadIndex": 1,
21640
21578
  "parameters": [
21641
21579
  {
21642
- "parameterName": "nextKinematicTranslation",
21580
+ "parameterName": "nextKinematicRotation",
21643
21581
  "parameterTypeTokenRange": {
21644
21582
  "startIndex": 1,
21645
21583
  "endIndex": 2
@@ -21649,21 +21587,21 @@
21649
21587
  ],
21650
21588
  "isOptional": false,
21651
21589
  "isAbstract": false,
21652
- "name": "setNextKinematicTranslation"
21590
+ "name": "setNextKinematicRotation"
21653
21591
  },
21654
21592
  {
21655
21593
  "kind": "Method",
21656
- "canonicalReference": "server!RigidBody#setRotation:member(1)",
21657
- "docComment": "/**\n * Sets the rotation of the rigid body.\n *\n * @param rotation - The rotation of the rigid body.\n */\n",
21594
+ "canonicalReference": "server!RigidBody#setPosition:member(1)",
21595
+ "docComment": "/**\n * Sets the position of the rigid body.\n *\n * @param position - The position of the rigid body.\n */\n",
21658
21596
  "excerptTokens": [
21659
21597
  {
21660
21598
  "kind": "Content",
21661
- "text": "setRotation(rotation: "
21599
+ "text": "setPosition(position: "
21662
21600
  },
21663
21601
  {
21664
21602
  "kind": "Reference",
21665
- "text": "QuaternionLike",
21666
- "canonicalReference": "server!QuaternionLike:interface"
21603
+ "text": "Vector3Like",
21604
+ "canonicalReference": "server!Vector3Like:interface"
21667
21605
  },
21668
21606
  {
21669
21607
  "kind": "Content",
@@ -21688,7 +21626,7 @@
21688
21626
  "overloadIndex": 1,
21689
21627
  "parameters": [
21690
21628
  {
21691
- "parameterName": "rotation",
21629
+ "parameterName": "position",
21692
21630
  "parameterTypeTokenRange": {
21693
21631
  "startIndex": 1,
21694
21632
  "endIndex": 2
@@ -21698,20 +21636,21 @@
21698
21636
  ],
21699
21637
  "isOptional": false,
21700
21638
  "isAbstract": false,
21701
- "name": "setRotation"
21639
+ "name": "setPosition"
21702
21640
  },
21703
21641
  {
21704
21642
  "kind": "Method",
21705
- "canonicalReference": "server!RigidBody#setSleeping:member(1)",
21706
- "docComment": "/**\n * Sets whether the rigid body is sleeping.\n *\n * @param sleeping - Whether the rigid body is sleeping.\n */\n",
21643
+ "canonicalReference": "server!RigidBody#setRotation:member(1)",
21644
+ "docComment": "/**\n * Sets the rotation of the rigid body.\n *\n * @param rotation - The rotation of the rigid body.\n */\n",
21707
21645
  "excerptTokens": [
21708
21646
  {
21709
21647
  "kind": "Content",
21710
- "text": "setSleeping(sleeping: "
21648
+ "text": "setRotation(rotation: "
21711
21649
  },
21712
21650
  {
21713
- "kind": "Content",
21714
- "text": "boolean"
21651
+ "kind": "Reference",
21652
+ "text": "QuaternionLike",
21653
+ "canonicalReference": "server!QuaternionLike:interface"
21715
21654
  },
21716
21655
  {
21717
21656
  "kind": "Content",
@@ -21736,7 +21675,7 @@
21736
21675
  "overloadIndex": 1,
21737
21676
  "parameters": [
21738
21677
  {
21739
- "parameterName": "sleeping",
21678
+ "parameterName": "rotation",
21740
21679
  "parameterTypeTokenRange": {
21741
21680
  "startIndex": 1,
21742
21681
  "endIndex": 2
@@ -21746,20 +21685,20 @@
21746
21685
  ],
21747
21686
  "isOptional": false,
21748
21687
  "isAbstract": false,
21749
- "name": "setSleeping"
21688
+ "name": "setRotation"
21750
21689
  },
21751
21690
  {
21752
21691
  "kind": "Method",
21753
- "canonicalReference": "server!RigidBody#setSoftCcdPrediction:member(1)",
21754
- "docComment": "/**\n * Sets the soft ccd prediction of the rigid body.\n *\n * @param softCcdPrediction - The soft ccd prediction of the rigid body.\n */\n",
21692
+ "canonicalReference": "server!RigidBody#setSleeping:member(1)",
21693
+ "docComment": "/**\n * Sets whether the rigid body is sleeping.\n *\n * @param sleeping - Whether the rigid body is sleeping.\n */\n",
21755
21694
  "excerptTokens": [
21756
21695
  {
21757
21696
  "kind": "Content",
21758
- "text": "setSoftCcdPrediction(softCcdPrediction: "
21697
+ "text": "setSleeping(sleeping: "
21759
21698
  },
21760
21699
  {
21761
21700
  "kind": "Content",
21762
- "text": "number"
21701
+ "text": "boolean"
21763
21702
  },
21764
21703
  {
21765
21704
  "kind": "Content",
@@ -21784,7 +21723,7 @@
21784
21723
  "overloadIndex": 1,
21785
21724
  "parameters": [
21786
21725
  {
21787
- "parameterName": "softCcdPrediction",
21726
+ "parameterName": "sleeping",
21788
21727
  "parameterTypeTokenRange": {
21789
21728
  "startIndex": 1,
21790
21729
  "endIndex": 2
@@ -21794,21 +21733,20 @@
21794
21733
  ],
21795
21734
  "isOptional": false,
21796
21735
  "isAbstract": false,
21797
- "name": "setSoftCcdPrediction"
21736
+ "name": "setSleeping"
21798
21737
  },
21799
21738
  {
21800
21739
  "kind": "Method",
21801
- "canonicalReference": "server!RigidBody#setTranslation:member(1)",
21802
- "docComment": "/**\n * Sets the translation of the rigid body.\n *\n * @param translation - The translation of the rigid body.\n */\n",
21740
+ "canonicalReference": "server!RigidBody#setSoftCcdPrediction:member(1)",
21741
+ "docComment": "/**\n * Sets the soft ccd prediction of the rigid body.\n *\n * @param softCcdPrediction - The soft ccd prediction of the rigid body.\n */\n",
21803
21742
  "excerptTokens": [
21804
21743
  {
21805
21744
  "kind": "Content",
21806
- "text": "setTranslation(translation: "
21745
+ "text": "setSoftCcdPrediction(softCcdPrediction: "
21807
21746
  },
21808
21747
  {
21809
- "kind": "Reference",
21810
- "text": "Vector3Like",
21811
- "canonicalReference": "server!Vector3Like:interface"
21748
+ "kind": "Content",
21749
+ "text": "number"
21812
21750
  },
21813
21751
  {
21814
21752
  "kind": "Content",
@@ -21833,7 +21771,7 @@
21833
21771
  "overloadIndex": 1,
21834
21772
  "parameters": [
21835
21773
  {
21836
- "parameterName": "translation",
21774
+ "parameterName": "softCcdPrediction",
21837
21775
  "parameterTypeTokenRange": {
21838
21776
  "startIndex": 1,
21839
21777
  "endIndex": 2
@@ -21843,7 +21781,7 @@
21843
21781
  ],
21844
21782
  "isOptional": false,
21845
21783
  "isAbstract": false,
21846
- "name": "setTranslation"
21784
+ "name": "setSoftCcdPrediction"
21847
21785
  },
21848
21786
  {
21849
21787
  "kind": "Method",
@@ -21925,6 +21863,67 @@
21925
21863
  "isAbstract": false,
21926
21864
  "name": "sleep"
21927
21865
  },
21866
+ {
21867
+ "kind": "Property",
21868
+ "canonicalReference": "server!RigidBody#softCcdPrediction:member",
21869
+ "docComment": "/**\n * The soft continuous collision detection prediction of the rigid body.\n */\n",
21870
+ "excerptTokens": [
21871
+ {
21872
+ "kind": "Content",
21873
+ "text": "get softCcdPrediction(): "
21874
+ },
21875
+ {
21876
+ "kind": "Content",
21877
+ "text": "number"
21878
+ },
21879
+ {
21880
+ "kind": "Content",
21881
+ "text": ";"
21882
+ }
21883
+ ],
21884
+ "isReadonly": true,
21885
+ "isOptional": false,
21886
+ "releaseTag": "Public",
21887
+ "name": "softCcdPrediction",
21888
+ "propertyTypeTokenRange": {
21889
+ "startIndex": 1,
21890
+ "endIndex": 2
21891
+ },
21892
+ "isStatic": false,
21893
+ "isProtected": false,
21894
+ "isAbstract": false
21895
+ },
21896
+ {
21897
+ "kind": "Property",
21898
+ "canonicalReference": "server!RigidBody#type:member",
21899
+ "docComment": "/**\n * The type of the rigid body.\n */\n",
21900
+ "excerptTokens": [
21901
+ {
21902
+ "kind": "Content",
21903
+ "text": "get type(): "
21904
+ },
21905
+ {
21906
+ "kind": "Reference",
21907
+ "text": "RigidBodyType",
21908
+ "canonicalReference": "server!RigidBodyType:enum"
21909
+ },
21910
+ {
21911
+ "kind": "Content",
21912
+ "text": ";"
21913
+ }
21914
+ ],
21915
+ "isReadonly": true,
21916
+ "isOptional": false,
21917
+ "releaseTag": "Public",
21918
+ "name": "type",
21919
+ "propertyTypeTokenRange": {
21920
+ "startIndex": 1,
21921
+ "endIndex": 2
21922
+ },
21923
+ "isStatic": false,
21924
+ "isProtected": false,
21925
+ "isAbstract": false
21926
+ },
21928
21927
  {
21929
21928
  "kind": "Method",
21930
21929
  "canonicalReference": "server!RigidBody#wakeUp:member(1)",
@@ -21955,6 +21954,41 @@
21955
21954
  "isOptional": false,
21956
21955
  "isAbstract": false,
21957
21956
  "name": "wakeUp"
21957
+ },
21958
+ {
21959
+ "kind": "Property",
21960
+ "canonicalReference": "server!RigidBody#worldCenterOfMass:member",
21961
+ "docComment": "/**\n * The world center of mass of the rigid body.\n */\n",
21962
+ "excerptTokens": [
21963
+ {
21964
+ "kind": "Content",
21965
+ "text": "get worldCenterOfMass(): "
21966
+ },
21967
+ {
21968
+ "kind": "Reference",
21969
+ "text": "Vector3Like",
21970
+ "canonicalReference": "server!Vector3Like:interface"
21971
+ },
21972
+ {
21973
+ "kind": "Content",
21974
+ "text": " | undefined"
21975
+ },
21976
+ {
21977
+ "kind": "Content",
21978
+ "text": ";"
21979
+ }
21980
+ ],
21981
+ "isReadonly": true,
21982
+ "isOptional": false,
21983
+ "releaseTag": "Public",
21984
+ "name": "worldCenterOfMass",
21985
+ "propertyTypeTokenRange": {
21986
+ "startIndex": 1,
21987
+ "endIndex": 3
21988
+ },
21989
+ "isStatic": false,
21990
+ "isProtected": false,
21991
+ "isAbstract": false
21958
21992
  }
21959
21993
  ],
21960
21994
  "implementsTokenRanges": []
@@ -22279,12 +22313,12 @@
22279
22313
  },
22280
22314
  {
22281
22315
  "kind": "PropertySignature",
22282
- "canonicalReference": "server!RigidBodyOptions#enabledRotations:member",
22283
- "docComment": "/**\n * The enabled rotations of the rigid body.\n */\n",
22316
+ "canonicalReference": "server!RigidBodyOptions#enabledPositions:member",
22317
+ "docComment": "/**\n * The enabled axes of positional movement of the rigid body.\n */\n",
22284
22318
  "excerptTokens": [
22285
22319
  {
22286
22320
  "kind": "Content",
22287
- "text": "enabledRotations?: "
22321
+ "text": "enabledPositions?: "
22288
22322
  },
22289
22323
  {
22290
22324
  "kind": "Reference",
@@ -22299,7 +22333,7 @@
22299
22333
  "isReadonly": false,
22300
22334
  "isOptional": true,
22301
22335
  "releaseTag": "Public",
22302
- "name": "enabledRotations",
22336
+ "name": "enabledPositions",
22303
22337
  "propertyTypeTokenRange": {
22304
22338
  "startIndex": 1,
22305
22339
  "endIndex": 2
@@ -22307,12 +22341,12 @@
22307
22341
  },
22308
22342
  {
22309
22343
  "kind": "PropertySignature",
22310
- "canonicalReference": "server!RigidBodyOptions#enabledTranslations:member",
22311
- "docComment": "/**\n * The enabled translations of the rigid body.\n */\n",
22344
+ "canonicalReference": "server!RigidBodyOptions#enabledRotations:member",
22345
+ "docComment": "/**\n * The enabled rotations of the rigid body.\n */\n",
22312
22346
  "excerptTokens": [
22313
22347
  {
22314
22348
  "kind": "Content",
22315
- "text": "enabledTranslations?: "
22349
+ "text": "enabledRotations?: "
22316
22350
  },
22317
22351
  {
22318
22352
  "kind": "Reference",
@@ -22327,7 +22361,7 @@
22327
22361
  "isReadonly": false,
22328
22362
  "isOptional": true,
22329
22363
  "releaseTag": "Public",
22330
- "name": "enabledTranslations",
22364
+ "name": "enabledRotations",
22331
22365
  "propertyTypeTokenRange": {
22332
22366
  "startIndex": 1,
22333
22367
  "endIndex": 2
@@ -22415,6 +22449,34 @@
22415
22449
  "endIndex": 2
22416
22450
  }
22417
22451
  },
22452
+ {
22453
+ "kind": "PropertySignature",
22454
+ "canonicalReference": "server!RigidBodyOptions#position:member",
22455
+ "docComment": "/**\n * The position of the rigid body.\n */\n",
22456
+ "excerptTokens": [
22457
+ {
22458
+ "kind": "Content",
22459
+ "text": "position?: "
22460
+ },
22461
+ {
22462
+ "kind": "Reference",
22463
+ "text": "Vector3Like",
22464
+ "canonicalReference": "server!Vector3Like:interface"
22465
+ },
22466
+ {
22467
+ "kind": "Content",
22468
+ "text": ";"
22469
+ }
22470
+ ],
22471
+ "isReadonly": false,
22472
+ "isOptional": true,
22473
+ "releaseTag": "Public",
22474
+ "name": "position",
22475
+ "propertyTypeTokenRange": {
22476
+ "startIndex": 1,
22477
+ "endIndex": 2
22478
+ }
22479
+ },
22418
22480
  {
22419
22481
  "kind": "PropertySignature",
22420
22482
  "canonicalReference": "server!RigidBodyOptions#rotation:member",
@@ -22525,34 +22587,6 @@
22525
22587
  "endIndex": 2
22526
22588
  }
22527
22589
  },
22528
- {
22529
- "kind": "PropertySignature",
22530
- "canonicalReference": "server!RigidBodyOptions#translation:member",
22531
- "docComment": "/**\n * The translation of the rigid body.\n */\n",
22532
- "excerptTokens": [
22533
- {
22534
- "kind": "Content",
22535
- "text": "translation?: "
22536
- },
22537
- {
22538
- "kind": "Reference",
22539
- "text": "Vector3Like",
22540
- "canonicalReference": "server!Vector3Like:interface"
22541
- },
22542
- {
22543
- "kind": "Content",
22544
- "text": ";"
22545
- }
22546
- ],
22547
- "isReadonly": false,
22548
- "isOptional": true,
22549
- "releaseTag": "Public",
22550
- "name": "translation",
22551
- "propertyTypeTokenRange": {
22552
- "startIndex": 1,
22553
- "endIndex": 2
22554
- }
22555
- },
22556
22590
  {
22557
22591
  "kind": "PropertySignature",
22558
22592
  "canonicalReference": "server!RigidBodyOptions#type:member",