hytopia 0.1.54 → 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.
- package/docs/server.collider.bounciness.md +13 -0
- package/docs/server.collider.bouncinesscombinerule.md +13 -0
- package/docs/server.collider.collisiongroups.md +13 -0
- package/docs/{server.collider.getfriction.md → server.collider.friction.md} +4 -10
- package/docs/server.collider.frictioncombinerule.md +13 -0
- package/docs/server.collider.md +112 -63
- package/docs/server.collider.relativeposition.md +13 -0
- package/docs/server.collider.relativerotation.md +13 -0
- package/docs/{server.collider.setrelativetranslation.md → server.collider.setrelativeposition.md} +6 -6
- package/docs/server.collideroptions.md +6 -6
- package/docs/server.collideroptions.relativeposition.md +13 -0
- package/docs/server.entityeventpayload.md +2 -2
- package/docs/server.entityeventpayload.updateposition.entity.md +11 -0
- package/docs/{server.entityeventpayload.updatetranslation.md → server.entityeventpayload.updateposition.md} +5 -5
- package/docs/server.entityeventpayload.updateposition.position.md +11 -0
- package/docs/server.entityeventtype.md +4 -4
- package/docs/server.md +1 -1
- package/docs/server.movecallback.md +2 -2
- package/docs/server.movecompletecallback.md +1 -1
- package/docs/server.rigidbody.additionalmass.md +13 -0
- package/docs/server.rigidbody.additionalsolveriterations.md +13 -0
- package/docs/server.rigidbody.angulardamping.md +13 -0
- package/docs/server.rigidbody.angularvelocity.md +13 -0
- package/docs/server.rigidbody.directionfromrotation.md +13 -0
- package/docs/server.rigidbody.dominancegroup.md +13 -0
- package/docs/server.rigidbody.effectiveangularinertia.md +13 -0
- package/docs/server.rigidbody.effectiveinversemass.md +13 -0
- package/docs/server.rigidbody.effectiveworldinverseprincipalangularinertiasqrt.md +13 -0
- package/docs/server.rigidbody.enabledpositions.md +13 -0
- package/docs/server.rigidbody.enabledrotations.md +13 -0
- package/docs/server.rigidbody.gravityscale.md +13 -0
- package/docs/server.rigidbody.inversemass.md +13 -0
- package/docs/server.rigidbody.inverseprincipalangularinertiasqrt.md +13 -0
- package/docs/server.rigidbody.lineardamping.md +13 -0
- package/docs/server.rigidbody.linearvelocity.md +13 -0
- package/docs/server.rigidbody.localcenterofmass.md +13 -0
- package/docs/server.rigidbody.lockallpositions.md +17 -0
- package/docs/{server.rigidbody.getmass.md → server.rigidbody.mass.md} +4 -10
- package/docs/server.rigidbody.md +339 -150
- package/docs/server.rigidbody.nextkinematicposition.md +13 -0
- package/docs/server.rigidbody.nextkinematicrotation.md +13 -0
- package/docs/server.rigidbody.position.md +13 -0
- package/docs/server.rigidbody.principalangularinertia.md +13 -0
- package/docs/server.rigidbody.principalangularinertialocalframe.md +13 -0
- package/docs/server.rigidbody.rotation.md +13 -0
- package/docs/{server.rigidbody.setenabledtranslations.md → server.rigidbody.setenabledpositions.md} +6 -6
- package/docs/{server.rigidbody.setnextkinematictranslation.md → server.rigidbody.setnextkinematicposition.md} +6 -6
- package/docs/{server.rigidbody.settranslation.md → server.rigidbody.setposition.md} +6 -6
- package/docs/server.rigidbody.softccdprediction.md +13 -0
- package/docs/server.rigidbody.type.md +13 -0
- package/docs/server.rigidbody.worldcenterofmass.md +13 -0
- package/docs/server.rigidbodyoptions.enabledpositions.md +13 -0
- package/docs/server.rigidbodyoptions.md +19 -19
- package/docs/server.rigidbodyoptions.position.md +13 -0
- package/examples/block-entity/index.ts +2 -2
- package/examples/custom-ui/index.ts +1 -1
- package/examples/payload-game/index.ts +11 -11
- package/package.json +1 -1
- package/server.api.json +981 -1015
- package/server.d.ts +110 -212
- package/server.js +67 -67
- package/docs/server.collider.getbounciness.md +0 -19
- package/docs/server.collider.getbouncinesscombinerule.md +0 -19
- package/docs/server.collider.getcollisiongroups.md +0 -19
- package/docs/server.collider.getfrictioncombinerule.md +0 -19
- package/docs/server.collider.getrelativerotation.md +0 -19
- package/docs/server.collider.getrelativetranslation.md +0 -19
- package/docs/server.collideroptions.relativetranslation.md +0 -13
- package/docs/server.entityeventpayload.updatetranslation.entity.md +0 -11
- package/docs/server.entityeventpayload.updatetranslation.translation.md +0 -11
- package/docs/server.rigidbody.getadditionalmass.md +0 -19
- package/docs/server.rigidbody.getadditionalsolveriterations.md +0 -19
- package/docs/server.rigidbody.getangulardamping.md +0 -19
- package/docs/server.rigidbody.getangularvelocity.md +0 -19
- package/docs/server.rigidbody.getdirectionfromrotation.md +0 -19
- package/docs/server.rigidbody.getdominancegroup.md +0 -19
- package/docs/server.rigidbody.geteffectiveangularinertia.md +0 -19
- package/docs/server.rigidbody.geteffectiveinversemass.md +0 -19
- package/docs/server.rigidbody.geteffectiveworldinverseprincipalangularinertiasqrt.md +0 -19
- package/docs/server.rigidbody.getenabledrotations.md +0 -19
- package/docs/server.rigidbody.getenabledtranslations.md +0 -19
- package/docs/server.rigidbody.getgravityscale.md +0 -19
- package/docs/server.rigidbody.getinversemass.md +0 -19
- package/docs/server.rigidbody.getinverseprincipalangularinertiasqrt.md +0 -19
- package/docs/server.rigidbody.getlineardamping.md +0 -19
- package/docs/server.rigidbody.getlinearvelocity.md +0 -19
- package/docs/server.rigidbody.getlocalcenterofmass.md +0 -19
- package/docs/server.rigidbody.getnextkinematicrotation.md +0 -19
- package/docs/server.rigidbody.getnextkinematictranslation.md +0 -19
- package/docs/server.rigidbody.getprincipalangularinertia.md +0 -19
- package/docs/server.rigidbody.getprincipalangularinertialocalframe.md +0 -19
- package/docs/server.rigidbody.getrotation.md +0 -19
- package/docs/server.rigidbody.getsoftccdprediction.md +0 -19
- package/docs/server.rigidbody.gettranslation.md +0 -19
- package/docs/server.rigidbody.gettype.md +0 -19
- package/docs/server.rigidbody.getworldcenterofmass.md +0 -19
- package/docs/server.rigidbody.lockalltranslations.md +0 -17
- package/docs/server.rigidbodyoptions.enabledtranslations.md +0 -13
- package/docs/server.rigidbodyoptions.translation.md +0 -13
package/server.api.json
CHANGED
@@ -6054,61 +6054,105 @@
|
|
6054
6054
|
"name": "addToSimulation"
|
6055
6055
|
},
|
6056
6056
|
{
|
6057
|
-
"kind": "
|
6058
|
-
"canonicalReference": "server!Collider#
|
6059
|
-
"docComment": "/**\n *
|
6057
|
+
"kind": "Property",
|
6058
|
+
"canonicalReference": "server!Collider#bounciness:member",
|
6059
|
+
"docComment": "/**\n * The bounciness of the collider.\n */\n",
|
6060
6060
|
"excerptTokens": [
|
6061
6061
|
{
|
6062
6062
|
"kind": "Content",
|
6063
|
-
"text": "
|
6063
|
+
"text": "get bounciness(): "
|
6064
6064
|
},
|
6065
6065
|
{
|
6066
6066
|
"kind": "Content",
|
6067
|
-
"text": "
|
6067
|
+
"text": "number"
|
6068
6068
|
},
|
6069
6069
|
{
|
6070
6070
|
"kind": "Content",
|
6071
|
-
"text": "
|
6072
|
-
}
|
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": [
|
6073
6091
|
{
|
6074
6092
|
"kind": "Content",
|
6075
|
-
"text": "
|
6093
|
+
"text": "get bouncinessCombineRule(): "
|
6094
|
+
},
|
6095
|
+
{
|
6096
|
+
"kind": "Reference",
|
6097
|
+
"text": "CoefficientCombineRule",
|
6098
|
+
"canonicalReference": "server!CoefficientCombineRule:enum"
|
6076
6099
|
},
|
6077
6100
|
{
|
6078
6101
|
"kind": "Content",
|
6079
6102
|
"text": ";"
|
6080
6103
|
}
|
6081
6104
|
],
|
6082
|
-
"
|
6083
|
-
"
|
6084
|
-
"startIndex": 3,
|
6085
|
-
"endIndex": 4
|
6086
|
-
},
|
6105
|
+
"isReadonly": true,
|
6106
|
+
"isOptional": false,
|
6087
6107
|
"releaseTag": "Public",
|
6108
|
+
"name": "bouncinessCombineRule",
|
6109
|
+
"propertyTypeTokenRange": {
|
6110
|
+
"startIndex": 1,
|
6111
|
+
"endIndex": 2
|
6112
|
+
},
|
6113
|
+
"isStatic": false,
|
6088
6114
|
"isProtected": false,
|
6089
|
-
"
|
6090
|
-
|
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": [
|
6091
6122
|
{
|
6092
|
-
"
|
6093
|
-
"
|
6094
|
-
|
6095
|
-
|
6096
|
-
|
6097
|
-
"
|
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": ";"
|
6098
6134
|
}
|
6099
6135
|
],
|
6136
|
+
"isReadonly": true,
|
6100
6137
|
"isOptional": false,
|
6101
|
-
"
|
6102
|
-
"name": "
|
6138
|
+
"releaseTag": "Public",
|
6139
|
+
"name": "collisionGroups",
|
6140
|
+
"propertyTypeTokenRange": {
|
6141
|
+
"startIndex": 1,
|
6142
|
+
"endIndex": 2
|
6143
|
+
},
|
6144
|
+
"isStatic": false,
|
6145
|
+
"isProtected": false,
|
6146
|
+
"isAbstract": false
|
6103
6147
|
},
|
6104
6148
|
{
|
6105
6149
|
"kind": "Method",
|
6106
|
-
"canonicalReference": "server!Collider#
|
6107
|
-
"docComment": "/**\n * Enables or disables
|
6150
|
+
"canonicalReference": "server!Collider#enableCollisionEvents:member(1)",
|
6151
|
+
"docComment": "/**\n * Enables or disables collision events for the collider. This is automatically enabled if an on collision callback is set.\n *\n * @param enabled - Whether collision events are enabled.\n */\n",
|
6108
6152
|
"excerptTokens": [
|
6109
6153
|
{
|
6110
6154
|
"kind": "Content",
|
6111
|
-
"text": "
|
6155
|
+
"text": "enableCollisionEvents(enabled: "
|
6112
6156
|
},
|
6113
6157
|
{
|
6114
6158
|
"kind": "Content",
|
@@ -6147,52 +6191,28 @@
|
|
6147
6191
|
],
|
6148
6192
|
"isOptional": false,
|
6149
6193
|
"isAbstract": false,
|
6150
|
-
"name": "
|
6194
|
+
"name": "enableCollisionEvents"
|
6151
6195
|
},
|
6152
6196
|
{
|
6153
6197
|
"kind": "Method",
|
6154
|
-
"canonicalReference": "server!Collider#
|
6155
|
-
"docComment": "/**\n *
|
6198
|
+
"canonicalReference": "server!Collider#enableContactForceEvents:member(1)",
|
6199
|
+
"docComment": "/**\n * Enables or disables contact force events for the collider. This is automatically enabled if an on contact force callback is set.\n *\n * @param enabled - Whether contact force events are enabled.\n */\n",
|
6156
6200
|
"excerptTokens": [
|
6157
6201
|
{
|
6158
6202
|
"kind": "Content",
|
6159
|
-
"text": "
|
6203
|
+
"text": "enableContactForceEvents(enabled: "
|
6160
6204
|
},
|
6161
6205
|
{
|
6162
6206
|
"kind": "Content",
|
6163
|
-
"text": "
|
6207
|
+
"text": "boolean"
|
6164
6208
|
},
|
6165
6209
|
{
|
6166
6210
|
"kind": "Content",
|
6167
|
-
"text": "
|
6168
|
-
}
|
6169
|
-
],
|
6170
|
-
"isStatic": false,
|
6171
|
-
"returnTypeTokenRange": {
|
6172
|
-
"startIndex": 1,
|
6173
|
-
"endIndex": 2
|
6174
|
-
},
|
6175
|
-
"releaseTag": "Public",
|
6176
|
-
"isProtected": false,
|
6177
|
-
"overloadIndex": 1,
|
6178
|
-
"parameters": [],
|
6179
|
-
"isOptional": false,
|
6180
|
-
"isAbstract": false,
|
6181
|
-
"name": "getBounciness"
|
6182
|
-
},
|
6183
|
-
{
|
6184
|
-
"kind": "Method",
|
6185
|
-
"canonicalReference": "server!Collider#getBouncinessCombineRule:member(1)",
|
6186
|
-
"docComment": "/**\n * Gets the bounciness combine rule of the collider.\n *\n * @returns The bounciness combine rule of the collider.\n */\n",
|
6187
|
-
"excerptTokens": [
|
6188
|
-
{
|
6189
|
-
"kind": "Content",
|
6190
|
-
"text": "getBouncinessCombineRule(): "
|
6211
|
+
"text": "): "
|
6191
6212
|
},
|
6192
6213
|
{
|
6193
|
-
"kind": "
|
6194
|
-
"text": "
|
6195
|
-
"canonicalReference": "server!CoefficientCombineRule:enum"
|
6214
|
+
"kind": "Content",
|
6215
|
+
"text": "void"
|
6196
6216
|
},
|
6197
6217
|
{
|
6198
6218
|
"kind": "Content",
|
@@ -6201,57 +6221,34 @@
|
|
6201
6221
|
],
|
6202
6222
|
"isStatic": false,
|
6203
6223
|
"returnTypeTokenRange": {
|
6204
|
-
"startIndex":
|
6205
|
-
"endIndex":
|
6224
|
+
"startIndex": 3,
|
6225
|
+
"endIndex": 4
|
6206
6226
|
},
|
6207
6227
|
"releaseTag": "Public",
|
6208
6228
|
"isProtected": false,
|
6209
6229
|
"overloadIndex": 1,
|
6210
|
-
"parameters": [
|
6211
|
-
"isOptional": false,
|
6212
|
-
"isAbstract": false,
|
6213
|
-
"name": "getBouncinessCombineRule"
|
6214
|
-
},
|
6215
|
-
{
|
6216
|
-
"kind": "Method",
|
6217
|
-
"canonicalReference": "server!Collider#getCollisionGroups:member(1)",
|
6218
|
-
"docComment": "/**\n * Gets the collision groups the collider belongs to.\n *\n * @returns The collision groups the collider belongs to.\n */\n",
|
6219
|
-
"excerptTokens": [
|
6220
|
-
{
|
6221
|
-
"kind": "Content",
|
6222
|
-
"text": "getCollisionGroups(): "
|
6223
|
-
},
|
6224
|
-
{
|
6225
|
-
"kind": "Reference",
|
6226
|
-
"text": "CollisionGroups",
|
6227
|
-
"canonicalReference": "server!CollisionGroups:type"
|
6228
|
-
},
|
6230
|
+
"parameters": [
|
6229
6231
|
{
|
6230
|
-
"
|
6231
|
-
"
|
6232
|
+
"parameterName": "enabled",
|
6233
|
+
"parameterTypeTokenRange": {
|
6234
|
+
"startIndex": 1,
|
6235
|
+
"endIndex": 2
|
6236
|
+
},
|
6237
|
+
"isOptional": false
|
6232
6238
|
}
|
6233
6239
|
],
|
6234
|
-
"isStatic": false,
|
6235
|
-
"returnTypeTokenRange": {
|
6236
|
-
"startIndex": 1,
|
6237
|
-
"endIndex": 2
|
6238
|
-
},
|
6239
|
-
"releaseTag": "Public",
|
6240
|
-
"isProtected": false,
|
6241
|
-
"overloadIndex": 1,
|
6242
|
-
"parameters": [],
|
6243
6240
|
"isOptional": false,
|
6244
6241
|
"isAbstract": false,
|
6245
|
-
"name": "
|
6242
|
+
"name": "enableContactForceEvents"
|
6246
6243
|
},
|
6247
6244
|
{
|
6248
|
-
"kind": "
|
6249
|
-
"canonicalReference": "server!Collider#
|
6250
|
-
"docComment": "/**\n *
|
6245
|
+
"kind": "Property",
|
6246
|
+
"canonicalReference": "server!Collider#friction:member",
|
6247
|
+
"docComment": "/**\n * The friction of the collider.\n */\n",
|
6251
6248
|
"excerptTokens": [
|
6252
6249
|
{
|
6253
6250
|
"kind": "Content",
|
6254
|
-
"text": "
|
6251
|
+
"text": "get friction(): "
|
6255
6252
|
},
|
6256
6253
|
{
|
6257
6254
|
"kind": "Content",
|
@@ -6262,27 +6259,26 @@
|
|
6262
6259
|
"text": ";"
|
6263
6260
|
}
|
6264
6261
|
],
|
6265
|
-
"
|
6266
|
-
"
|
6262
|
+
"isReadonly": true,
|
6263
|
+
"isOptional": false,
|
6264
|
+
"releaseTag": "Public",
|
6265
|
+
"name": "friction",
|
6266
|
+
"propertyTypeTokenRange": {
|
6267
6267
|
"startIndex": 1,
|
6268
6268
|
"endIndex": 2
|
6269
6269
|
},
|
6270
|
-
"
|
6270
|
+
"isStatic": false,
|
6271
6271
|
"isProtected": false,
|
6272
|
-
"
|
6273
|
-
"parameters": [],
|
6274
|
-
"isOptional": false,
|
6275
|
-
"isAbstract": false,
|
6276
|
-
"name": "getFriction"
|
6272
|
+
"isAbstract": false
|
6277
6273
|
},
|
6278
6274
|
{
|
6279
|
-
"kind": "
|
6280
|
-
"canonicalReference": "server!Collider#
|
6281
|
-
"docComment": "/**\n *
|
6275
|
+
"kind": "Property",
|
6276
|
+
"canonicalReference": "server!Collider#frictionCombineRule:member",
|
6277
|
+
"docComment": "/**\n * The friction combine rule of the collider.\n */\n",
|
6282
6278
|
"excerptTokens": [
|
6283
6279
|
{
|
6284
6280
|
"kind": "Content",
|
6285
|
-
"text": "
|
6281
|
+
"text": "get frictionCombineRule(): "
|
6286
6282
|
},
|
6287
6283
|
{
|
6288
6284
|
"kind": "Reference",
|
@@ -6294,82 +6290,17 @@
|
|
6294
6290
|
"text": ";"
|
6295
6291
|
}
|
6296
6292
|
],
|
6297
|
-
"
|
6298
|
-
"returnTypeTokenRange": {
|
6299
|
-
"startIndex": 1,
|
6300
|
-
"endIndex": 2
|
6301
|
-
},
|
6302
|
-
"releaseTag": "Public",
|
6303
|
-
"isProtected": false,
|
6304
|
-
"overloadIndex": 1,
|
6305
|
-
"parameters": [],
|
6293
|
+
"isReadonly": true,
|
6306
6294
|
"isOptional": false,
|
6307
|
-
"isAbstract": false,
|
6308
|
-
"name": "getFrictionCombineRule"
|
6309
|
-
},
|
6310
|
-
{
|
6311
|
-
"kind": "Method",
|
6312
|
-
"canonicalReference": "server!Collider#getRelativeRotation:member(1)",
|
6313
|
-
"docComment": "/**\n * Gets the relative rotation of the collider.\n *\n * @returns The relative rotation of the collider.\n */\n",
|
6314
|
-
"excerptTokens": [
|
6315
|
-
{
|
6316
|
-
"kind": "Content",
|
6317
|
-
"text": "getRelativeRotation(): "
|
6318
|
-
},
|
6319
|
-
{
|
6320
|
-
"kind": "Reference",
|
6321
|
-
"text": "QuaternionLike",
|
6322
|
-
"canonicalReference": "server!QuaternionLike:interface"
|
6323
|
-
},
|
6324
|
-
{
|
6325
|
-
"kind": "Content",
|
6326
|
-
"text": ";"
|
6327
|
-
}
|
6328
|
-
],
|
6329
|
-
"isStatic": false,
|
6330
|
-
"returnTypeTokenRange": {
|
6331
|
-
"startIndex": 1,
|
6332
|
-
"endIndex": 2
|
6333
|
-
},
|
6334
6295
|
"releaseTag": "Public",
|
6335
|
-
"
|
6336
|
-
"
|
6337
|
-
"parameters": [],
|
6338
|
-
"isOptional": false,
|
6339
|
-
"isAbstract": false,
|
6340
|
-
"name": "getRelativeRotation"
|
6341
|
-
},
|
6342
|
-
{
|
6343
|
-
"kind": "Method",
|
6344
|
-
"canonicalReference": "server!Collider#getRelativeTranslation:member(1)",
|
6345
|
-
"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",
|
6346
|
-
"excerptTokens": [
|
6347
|
-
{
|
6348
|
-
"kind": "Content",
|
6349
|
-
"text": "getRelativeTranslation(): "
|
6350
|
-
},
|
6351
|
-
{
|
6352
|
-
"kind": "Reference",
|
6353
|
-
"text": "Vector3Like",
|
6354
|
-
"canonicalReference": "server!Vector3Like:interface"
|
6355
|
-
},
|
6356
|
-
{
|
6357
|
-
"kind": "Content",
|
6358
|
-
"text": ";"
|
6359
|
-
}
|
6360
|
-
],
|
6361
|
-
"isStatic": false,
|
6362
|
-
"returnTypeTokenRange": {
|
6296
|
+
"name": "frictionCombineRule",
|
6297
|
+
"propertyTypeTokenRange": {
|
6363
6298
|
"startIndex": 1,
|
6364
6299
|
"endIndex": 2
|
6365
6300
|
},
|
6366
|
-
"
|
6301
|
+
"isStatic": false,
|
6367
6302
|
"isProtected": false,
|
6368
|
-
"
|
6369
|
-
"parameters": [],
|
6370
|
-
"isOptional": false,
|
6371
|
-
"isAbstract": false,
|
6372
|
-
"name": "getRelativeTranslation"
|
6303
|
+
"isAbstract": false
|
6373
6304
|
},
|
6374
6305
|
{
|
6375
6306
|
"kind": "Property",
|
@@ -6562,17 +6493,79 @@
|
|
6562
6493
|
"isAbstract": false
|
6563
6494
|
},
|
6564
6495
|
{
|
6565
|
-
"kind": "
|
6566
|
-
"canonicalReference": "server!Collider#
|
6567
|
-
"docComment": "/**\n *
|
6496
|
+
"kind": "Property",
|
6497
|
+
"canonicalReference": "server!Collider#relativePosition:member",
|
6498
|
+
"docComment": "/**\n * The relative position of the collider to its parent rigid body.\n */\n",
|
6568
6499
|
"excerptTokens": [
|
6569
6500
|
{
|
6570
6501
|
"kind": "Content",
|
6571
|
-
"text": "
|
6572
|
-
},
|
6573
|
-
{
|
6574
|
-
"kind": "
|
6575
|
-
"text": "
|
6502
|
+
"text": "get relativePosition(): "
|
6503
|
+
},
|
6504
|
+
{
|
6505
|
+
"kind": "Reference",
|
6506
|
+
"text": "Vector3Like",
|
6507
|
+
"canonicalReference": "server!Vector3Like:interface"
|
6508
|
+
},
|
6509
|
+
{
|
6510
|
+
"kind": "Content",
|
6511
|
+
"text": ";"
|
6512
|
+
}
|
6513
|
+
],
|
6514
|
+
"isReadonly": true,
|
6515
|
+
"isOptional": false,
|
6516
|
+
"releaseTag": "Public",
|
6517
|
+
"name": "relativePosition",
|
6518
|
+
"propertyTypeTokenRange": {
|
6519
|
+
"startIndex": 1,
|
6520
|
+
"endIndex": 2
|
6521
|
+
},
|
6522
|
+
"isStatic": false,
|
6523
|
+
"isProtected": false,
|
6524
|
+
"isAbstract": false
|
6525
|
+
},
|
6526
|
+
{
|
6527
|
+
"kind": "Property",
|
6528
|
+
"canonicalReference": "server!Collider#relativeRotation:member",
|
6529
|
+
"docComment": "/**\n * The relative rotation of the collider.\n */\n",
|
6530
|
+
"excerptTokens": [
|
6531
|
+
{
|
6532
|
+
"kind": "Content",
|
6533
|
+
"text": "get relativeRotation(): "
|
6534
|
+
},
|
6535
|
+
{
|
6536
|
+
"kind": "Reference",
|
6537
|
+
"text": "QuaternionLike",
|
6538
|
+
"canonicalReference": "server!QuaternionLike:interface"
|
6539
|
+
},
|
6540
|
+
{
|
6541
|
+
"kind": "Content",
|
6542
|
+
"text": ";"
|
6543
|
+
}
|
6544
|
+
],
|
6545
|
+
"isReadonly": true,
|
6546
|
+
"isOptional": false,
|
6547
|
+
"releaseTag": "Public",
|
6548
|
+
"name": "relativeRotation",
|
6549
|
+
"propertyTypeTokenRange": {
|
6550
|
+
"startIndex": 1,
|
6551
|
+
"endIndex": 2
|
6552
|
+
},
|
6553
|
+
"isStatic": false,
|
6554
|
+
"isProtected": false,
|
6555
|
+
"isAbstract": false
|
6556
|
+
},
|
6557
|
+
{
|
6558
|
+
"kind": "Method",
|
6559
|
+
"canonicalReference": "server!Collider#removeFromSimulation:member(1)",
|
6560
|
+
"docComment": "/**\n * Removes the collider from the simulation.\n */\n",
|
6561
|
+
"excerptTokens": [
|
6562
|
+
{
|
6563
|
+
"kind": "Content",
|
6564
|
+
"text": "removeFromSimulation(): "
|
6565
|
+
},
|
6566
|
+
{
|
6567
|
+
"kind": "Content",
|
6568
|
+
"text": "void"
|
6576
6569
|
},
|
6577
6570
|
{
|
6578
6571
|
"kind": "Content",
|
@@ -6986,17 +6979,17 @@
|
|
6986
6979
|
},
|
6987
6980
|
{
|
6988
6981
|
"kind": "Method",
|
6989
|
-
"canonicalReference": "server!Collider#
|
6990
|
-
"docComment": "/**\n * Sets the relative
|
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",
|
6991
6984
|
"excerptTokens": [
|
6992
6985
|
{
|
6993
6986
|
"kind": "Content",
|
6994
|
-
"text": "
|
6987
|
+
"text": "setRelativePosition(position: "
|
6995
6988
|
},
|
6996
6989
|
{
|
6997
6990
|
"kind": "Reference",
|
6998
|
-
"text": "
|
6999
|
-
"canonicalReference": "server!
|
6991
|
+
"text": "Vector3Like",
|
6992
|
+
"canonicalReference": "server!Vector3Like:interface"
|
7000
6993
|
},
|
7001
6994
|
{
|
7002
6995
|
"kind": "Content",
|
@@ -7021,7 +7014,7 @@
|
|
7021
7014
|
"overloadIndex": 1,
|
7022
7015
|
"parameters": [
|
7023
7016
|
{
|
7024
|
-
"parameterName": "
|
7017
|
+
"parameterName": "position",
|
7025
7018
|
"parameterTypeTokenRange": {
|
7026
7019
|
"startIndex": 1,
|
7027
7020
|
"endIndex": 2
|
@@ -7031,21 +7024,21 @@
|
|
7031
7024
|
],
|
7032
7025
|
"isOptional": false,
|
7033
7026
|
"isAbstract": false,
|
7034
|
-
"name": "
|
7027
|
+
"name": "setRelativePosition"
|
7035
7028
|
},
|
7036
7029
|
{
|
7037
7030
|
"kind": "Method",
|
7038
|
-
"canonicalReference": "server!Collider#
|
7039
|
-
"docComment": "/**\n * Sets the relative
|
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",
|
7040
7033
|
"excerptTokens": [
|
7041
7034
|
{
|
7042
7035
|
"kind": "Content",
|
7043
|
-
"text": "
|
7036
|
+
"text": "setRelativeRotation(rotation: "
|
7044
7037
|
},
|
7045
7038
|
{
|
7046
7039
|
"kind": "Reference",
|
7047
|
-
"text": "
|
7048
|
-
"canonicalReference": "server!
|
7040
|
+
"text": "QuaternionLike",
|
7041
|
+
"canonicalReference": "server!QuaternionLike:interface"
|
7049
7042
|
},
|
7050
7043
|
{
|
7051
7044
|
"kind": "Content",
|
@@ -7070,7 +7063,7 @@
|
|
7070
7063
|
"overloadIndex": 1,
|
7071
7064
|
"parameters": [
|
7072
7065
|
{
|
7073
|
-
"parameterName": "
|
7066
|
+
"parameterName": "rotation",
|
7074
7067
|
"parameterTypeTokenRange": {
|
7075
7068
|
"startIndex": 1,
|
7076
7069
|
"endIndex": 2
|
@@ -7080,7 +7073,7 @@
|
|
7080
7073
|
],
|
7081
7074
|
"isOptional": false,
|
7082
7075
|
"isAbstract": false,
|
7083
|
-
"name": "
|
7076
|
+
"name": "setRelativeRotation"
|
7084
7077
|
},
|
7085
7078
|
{
|
7086
7079
|
"kind": "Method",
|
@@ -7671,17 +7664,17 @@
|
|
7671
7664
|
},
|
7672
7665
|
{
|
7673
7666
|
"kind": "PropertySignature",
|
7674
|
-
"canonicalReference": "server!ColliderOptions#
|
7675
|
-
"docComment": "/**\n * The relative
|
7667
|
+
"canonicalReference": "server!ColliderOptions#relativePosition:member",
|
7668
|
+
"docComment": "/**\n * The relative position of the collider. Relative to parent rigid body.\n */\n",
|
7676
7669
|
"excerptTokens": [
|
7677
7670
|
{
|
7678
7671
|
"kind": "Content",
|
7679
|
-
"text": "
|
7672
|
+
"text": "relativePosition?: "
|
7680
7673
|
},
|
7681
7674
|
{
|
7682
7675
|
"kind": "Reference",
|
7683
|
-
"text": "
|
7684
|
-
"canonicalReference": "server!
|
7676
|
+
"text": "Vector3Like",
|
7677
|
+
"canonicalReference": "server!Vector3Like:interface"
|
7685
7678
|
},
|
7686
7679
|
{
|
7687
7680
|
"kind": "Content",
|
@@ -7691,7 +7684,7 @@
|
|
7691
7684
|
"isReadonly": false,
|
7692
7685
|
"isOptional": true,
|
7693
7686
|
"releaseTag": "Public",
|
7694
|
-
"name": "
|
7687
|
+
"name": "relativePosition",
|
7695
7688
|
"propertyTypeTokenRange": {
|
7696
7689
|
"startIndex": 1,
|
7697
7690
|
"endIndex": 2
|
@@ -7699,17 +7692,17 @@
|
|
7699
7692
|
},
|
7700
7693
|
{
|
7701
7694
|
"kind": "PropertySignature",
|
7702
|
-
"canonicalReference": "server!ColliderOptions#
|
7703
|
-
"docComment": "/**\n * The relative
|
7695
|
+
"canonicalReference": "server!ColliderOptions#relativeRotation:member",
|
7696
|
+
"docComment": "/**\n * The relative rotation of the collider. Relative to parent rigid body.\n */\n",
|
7704
7697
|
"excerptTokens": [
|
7705
7698
|
{
|
7706
7699
|
"kind": "Content",
|
7707
|
-
"text": "
|
7700
|
+
"text": "relativeRotation?: "
|
7708
7701
|
},
|
7709
7702
|
{
|
7710
7703
|
"kind": "Reference",
|
7711
|
-
"text": "
|
7712
|
-
"canonicalReference": "server!
|
7704
|
+
"text": "QuaternionLike",
|
7705
|
+
"canonicalReference": "server!QuaternionLike:interface"
|
7713
7706
|
},
|
7714
7707
|
{
|
7715
7708
|
"kind": "Content",
|
@@ -7719,7 +7712,7 @@
|
|
7719
7712
|
"isReadonly": false,
|
7720
7713
|
"isOptional": true,
|
7721
7714
|
"releaseTag": "Public",
|
7722
|
-
"name": "
|
7715
|
+
"name": "relativeRotation",
|
7723
7716
|
"propertyTypeTokenRange": {
|
7724
7717
|
"startIndex": 1,
|
7725
7718
|
"endIndex": 2
|
@@ -11186,21 +11179,21 @@
|
|
11186
11179
|
},
|
11187
11180
|
{
|
11188
11181
|
"kind": "Interface",
|
11189
|
-
"canonicalReference": "server!EntityEventPayload.
|
11182
|
+
"canonicalReference": "server!EntityEventPayload.UpdatePosition:interface",
|
11190
11183
|
"docComment": "",
|
11191
11184
|
"excerptTokens": [
|
11192
11185
|
{
|
11193
11186
|
"kind": "Content",
|
11194
|
-
"text": "interface
|
11187
|
+
"text": "interface UpdatePosition "
|
11195
11188
|
}
|
11196
11189
|
],
|
11197
11190
|
"releaseTag": "Public",
|
11198
|
-
"name": "
|
11191
|
+
"name": "UpdatePosition",
|
11199
11192
|
"preserveMemberOrder": false,
|
11200
11193
|
"members": [
|
11201
11194
|
{
|
11202
11195
|
"kind": "PropertySignature",
|
11203
|
-
"canonicalReference": "server!EntityEventPayload.
|
11196
|
+
"canonicalReference": "server!EntityEventPayload.UpdatePosition#entity:member",
|
11204
11197
|
"docComment": "",
|
11205
11198
|
"excerptTokens": [
|
11206
11199
|
{
|
@@ -11228,17 +11221,17 @@
|
|
11228
11221
|
},
|
11229
11222
|
{
|
11230
11223
|
"kind": "PropertySignature",
|
11231
|
-
"canonicalReference": "server!EntityEventPayload.
|
11224
|
+
"canonicalReference": "server!EntityEventPayload.UpdatePosition#position:member",
|
11232
11225
|
"docComment": "",
|
11233
11226
|
"excerptTokens": [
|
11234
11227
|
{
|
11235
11228
|
"kind": "Content",
|
11236
|
-
"text": "
|
11229
|
+
"text": "position: "
|
11237
11230
|
},
|
11238
11231
|
{
|
11239
11232
|
"kind": "Reference",
|
11240
|
-
"text": "
|
11241
|
-
"canonicalReference": "server!
|
11233
|
+
"text": "Vector3Like",
|
11234
|
+
"canonicalReference": "server!Vector3Like:interface"
|
11242
11235
|
},
|
11243
11236
|
{
|
11244
11237
|
"kind": "Content",
|
@@ -11248,7 +11241,7 @@
|
|
11248
11241
|
"isReadonly": false,
|
11249
11242
|
"isOptional": false,
|
11250
11243
|
"releaseTag": "Public",
|
11251
|
-
"name": "
|
11244
|
+
"name": "position",
|
11252
11245
|
"propertyTypeTokenRange": {
|
11253
11246
|
"startIndex": 1,
|
11254
11247
|
"endIndex": 2
|
@@ -11259,21 +11252,21 @@
|
|
11259
11252
|
},
|
11260
11253
|
{
|
11261
11254
|
"kind": "Interface",
|
11262
|
-
"canonicalReference": "server!EntityEventPayload.
|
11255
|
+
"canonicalReference": "server!EntityEventPayload.UpdateRotation:interface",
|
11263
11256
|
"docComment": "",
|
11264
11257
|
"excerptTokens": [
|
11265
11258
|
{
|
11266
11259
|
"kind": "Content",
|
11267
|
-
"text": "interface
|
11260
|
+
"text": "interface UpdateRotation "
|
11268
11261
|
}
|
11269
11262
|
],
|
11270
11263
|
"releaseTag": "Public",
|
11271
|
-
"name": "
|
11264
|
+
"name": "UpdateRotation",
|
11272
11265
|
"preserveMemberOrder": false,
|
11273
11266
|
"members": [
|
11274
11267
|
{
|
11275
11268
|
"kind": "PropertySignature",
|
11276
|
-
"canonicalReference": "server!EntityEventPayload.
|
11269
|
+
"canonicalReference": "server!EntityEventPayload.UpdateRotation#entity:member",
|
11277
11270
|
"docComment": "",
|
11278
11271
|
"excerptTokens": [
|
11279
11272
|
{
|
@@ -11301,17 +11294,17 @@
|
|
11301
11294
|
},
|
11302
11295
|
{
|
11303
11296
|
"kind": "PropertySignature",
|
11304
|
-
"canonicalReference": "server!EntityEventPayload.
|
11297
|
+
"canonicalReference": "server!EntityEventPayload.UpdateRotation#rotation:member",
|
11305
11298
|
"docComment": "",
|
11306
11299
|
"excerptTokens": [
|
11307
11300
|
{
|
11308
11301
|
"kind": "Content",
|
11309
|
-
"text": "
|
11302
|
+
"text": "rotation: "
|
11310
11303
|
},
|
11311
11304
|
{
|
11312
11305
|
"kind": "Reference",
|
11313
|
-
"text": "
|
11314
|
-
"canonicalReference": "server!
|
11306
|
+
"text": "QuaternionLike",
|
11307
|
+
"canonicalReference": "server!QuaternionLike:interface"
|
11315
11308
|
},
|
11316
11309
|
{
|
11317
11310
|
"kind": "Content",
|
@@ -11321,7 +11314,7 @@
|
|
11321
11314
|
"isReadonly": false,
|
11322
11315
|
"isOptional": false,
|
11323
11316
|
"releaseTag": "Public",
|
11324
|
-
"name": "
|
11317
|
+
"name": "rotation",
|
11325
11318
|
"propertyTypeTokenRange": {
|
11326
11319
|
"startIndex": 1,
|
11327
11320
|
"endIndex": 2
|
@@ -11496,16 +11489,16 @@
|
|
11496
11489
|
},
|
11497
11490
|
{
|
11498
11491
|
"kind": "EnumMember",
|
11499
|
-
"canonicalReference": "server!EntityEventType.
|
11492
|
+
"canonicalReference": "server!EntityEventType.UPDATE_POSITION:member",
|
11500
11493
|
"docComment": "",
|
11501
11494
|
"excerptTokens": [
|
11502
11495
|
{
|
11503
11496
|
"kind": "Content",
|
11504
|
-
"text": "
|
11497
|
+
"text": "UPDATE_POSITION = "
|
11505
11498
|
},
|
11506
11499
|
{
|
11507
11500
|
"kind": "Content",
|
11508
|
-
"text": "\"ENTITY.
|
11501
|
+
"text": "\"ENTITY.UPDATE_POSITION\""
|
11509
11502
|
}
|
11510
11503
|
],
|
11511
11504
|
"initializerTokenRange": {
|
@@ -11513,20 +11506,20 @@
|
|
11513
11506
|
"endIndex": 2
|
11514
11507
|
},
|
11515
11508
|
"releaseTag": "Public",
|
11516
|
-
"name": "
|
11509
|
+
"name": "UPDATE_POSITION"
|
11517
11510
|
},
|
11518
11511
|
{
|
11519
11512
|
"kind": "EnumMember",
|
11520
|
-
"canonicalReference": "server!EntityEventType.
|
11513
|
+
"canonicalReference": "server!EntityEventType.UPDATE_ROTATION:member",
|
11521
11514
|
"docComment": "",
|
11522
11515
|
"excerptTokens": [
|
11523
11516
|
{
|
11524
11517
|
"kind": "Content",
|
11525
|
-
"text": "
|
11518
|
+
"text": "UPDATE_ROTATION = "
|
11526
11519
|
},
|
11527
11520
|
{
|
11528
11521
|
"kind": "Content",
|
11529
|
-
"text": "\"ENTITY.
|
11522
|
+
"text": "\"ENTITY.UPDATE_ROTATION\""
|
11530
11523
|
}
|
11531
11524
|
],
|
11532
11525
|
"initializerTokenRange": {
|
@@ -11534,7 +11527,7 @@
|
|
11534
11527
|
"endIndex": 2
|
11535
11528
|
},
|
11536
11529
|
"releaseTag": "Public",
|
11537
|
-
"name": "
|
11530
|
+
"name": "UPDATE_ROTATION"
|
11538
11531
|
}
|
11539
11532
|
]
|
11540
11533
|
},
|
@@ -13212,7 +13205,7 @@
|
|
13212
13205
|
{
|
13213
13206
|
"kind": "TypeAlias",
|
13214
13207
|
"canonicalReference": "server!MoveCallback:type",
|
13215
|
-
"docComment": "/**\n * A callback function called when the entity associated with the SimpleCharacterController updates its
|
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",
|
13216
13209
|
"excerptTokens": [
|
13217
13210
|
{
|
13218
13211
|
"kind": "Content",
|
@@ -13220,7 +13213,7 @@
|
|
13220
13213
|
},
|
13221
13214
|
{
|
13222
13215
|
"kind": "Content",
|
13223
|
-
"text": "(
|
13216
|
+
"text": "(currentPosition: "
|
13224
13217
|
},
|
13225
13218
|
{
|
13226
13219
|
"kind": "Reference",
|
@@ -13229,7 +13222,7 @@
|
|
13229
13222
|
},
|
13230
13223
|
{
|
13231
13224
|
"kind": "Content",
|
13232
|
-
"text": ",
|
13225
|
+
"text": ", targetPosition: "
|
13233
13226
|
},
|
13234
13227
|
{
|
13235
13228
|
"kind": "Reference",
|
@@ -13256,7 +13249,7 @@
|
|
13256
13249
|
{
|
13257
13250
|
"kind": "TypeAlias",
|
13258
13251
|
"canonicalReference": "server!MoveCompleteCallback:type",
|
13259
|
-
"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
|
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",
|
13260
13253
|
"excerptTokens": [
|
13261
13254
|
{
|
13262
13255
|
"kind": "Content",
|
@@ -13264,7 +13257,7 @@
|
|
13264
13257
|
},
|
13265
13258
|
{
|
13266
13259
|
"kind": "Content",
|
13267
|
-
"text": "(
|
13260
|
+
"text": "(endPosition: "
|
13268
13261
|
},
|
13269
13262
|
{
|
13270
13263
|
"kind": "Reference",
|
@@ -19109,6 +19102,66 @@
|
|
19109
19102
|
"isAbstract": false,
|
19110
19103
|
"name": "addForce"
|
19111
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
|
+
},
|
19112
19165
|
{
|
19113
19166
|
"kind": "Method",
|
19114
19167
|
"canonicalReference": "server!RigidBody#addTorque:member(1)",
|
@@ -19207,6 +19260,67 @@
|
|
19207
19260
|
"isAbstract": false,
|
19208
19261
|
"name": "addToSimulation"
|
19209
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
|
+
},
|
19210
19324
|
{
|
19211
19325
|
"kind": "Method",
|
19212
19326
|
"canonicalReference": "server!RigidBody#applyImpulse:member(1)",
|
@@ -19524,44 +19638,44 @@
|
|
19524
19638
|
"name": "createAndAddChildColliderToSimulation"
|
19525
19639
|
},
|
19526
19640
|
{
|
19527
|
-
"kind": "
|
19528
|
-
"canonicalReference": "server!RigidBody#
|
19529
|
-
"docComment": "/**\n *
|
19641
|
+
"kind": "Property",
|
19642
|
+
"canonicalReference": "server!RigidBody#directionFromRotation:member",
|
19643
|
+
"docComment": "/**\n * The direction from the rotation of the rigid body.\n */\n",
|
19530
19644
|
"excerptTokens": [
|
19531
19645
|
{
|
19532
19646
|
"kind": "Content",
|
19533
|
-
"text": "
|
19647
|
+
"text": "get directionFromRotation(): "
|
19534
19648
|
},
|
19535
19649
|
{
|
19536
|
-
"kind": "
|
19537
|
-
"text": "
|
19650
|
+
"kind": "Reference",
|
19651
|
+
"text": "Vector3Like",
|
19652
|
+
"canonicalReference": "server!Vector3Like:interface"
|
19538
19653
|
},
|
19539
19654
|
{
|
19540
19655
|
"kind": "Content",
|
19541
19656
|
"text": ";"
|
19542
19657
|
}
|
19543
19658
|
],
|
19544
|
-
"
|
19545
|
-
"
|
19659
|
+
"isReadonly": true,
|
19660
|
+
"isOptional": false,
|
19661
|
+
"releaseTag": "Public",
|
19662
|
+
"name": "directionFromRotation",
|
19663
|
+
"propertyTypeTokenRange": {
|
19546
19664
|
"startIndex": 1,
|
19547
19665
|
"endIndex": 2
|
19548
19666
|
},
|
19549
|
-
"
|
19667
|
+
"isStatic": false,
|
19550
19668
|
"isProtected": false,
|
19551
|
-
"
|
19552
|
-
"parameters": [],
|
19553
|
-
"isOptional": false,
|
19554
|
-
"isAbstract": false,
|
19555
|
-
"name": "getAdditionalMass"
|
19669
|
+
"isAbstract": false
|
19556
19670
|
},
|
19557
19671
|
{
|
19558
|
-
"kind": "
|
19559
|
-
"canonicalReference": "server!RigidBody#
|
19560
|
-
"docComment": "/**\n *
|
19672
|
+
"kind": "Property",
|
19673
|
+
"canonicalReference": "server!RigidBody#dominanceGroup:member",
|
19674
|
+
"docComment": "/**\n * The dominance group of the rigid body.\n */\n",
|
19561
19675
|
"excerptTokens": [
|
19562
19676
|
{
|
19563
19677
|
"kind": "Content",
|
19564
|
-
"text": "
|
19678
|
+
"text": "get dominanceGroup(): "
|
19565
19679
|
},
|
19566
19680
|
{
|
19567
19681
|
"kind": "Content",
|
@@ -19572,81 +19686,184 @@
|
|
19572
19686
|
"text": ";"
|
19573
19687
|
}
|
19574
19688
|
],
|
19575
|
-
"
|
19576
|
-
"
|
19689
|
+
"isReadonly": true,
|
19690
|
+
"isOptional": false,
|
19691
|
+
"releaseTag": "Public",
|
19692
|
+
"name": "dominanceGroup",
|
19693
|
+
"propertyTypeTokenRange": {
|
19577
19694
|
"startIndex": 1,
|
19578
19695
|
"endIndex": 2
|
19579
19696
|
},
|
19580
|
-
"
|
19697
|
+
"isStatic": false,
|
19581
19698
|
"isProtected": false,
|
19582
|
-
"
|
19583
|
-
"parameters": [],
|
19584
|
-
"isOptional": false,
|
19585
|
-
"isAbstract": false,
|
19586
|
-
"name": "getAdditionalSolverIterations"
|
19699
|
+
"isAbstract": false
|
19587
19700
|
},
|
19588
19701
|
{
|
19589
|
-
"kind": "
|
19590
|
-
"canonicalReference": "server!RigidBody#
|
19591
|
-
"docComment": "/**\n *
|
19702
|
+
"kind": "Property",
|
19703
|
+
"canonicalReference": "server!RigidBody#effectiveAngularInertia:member",
|
19704
|
+
"docComment": "/**\n * The effective angular inertia of the rigid body.\n */\n",
|
19592
19705
|
"excerptTokens": [
|
19593
19706
|
{
|
19594
19707
|
"kind": "Content",
|
19595
|
-
"text": "
|
19708
|
+
"text": "get effectiveAngularInertia(): "
|
19709
|
+
},
|
19710
|
+
{
|
19711
|
+
"kind": "Reference",
|
19712
|
+
"text": "SpdMatrix3",
|
19713
|
+
"canonicalReference": "server!SpdMatrix3:interface"
|
19596
19714
|
},
|
19597
19715
|
{
|
19598
19716
|
"kind": "Content",
|
19599
|
-
"text": "
|
19717
|
+
"text": " | undefined"
|
19600
19718
|
},
|
19601
19719
|
{
|
19602
19720
|
"kind": "Content",
|
19603
19721
|
"text": ";"
|
19604
19722
|
}
|
19605
19723
|
],
|
19606
|
-
"
|
19607
|
-
"
|
19724
|
+
"isReadonly": true,
|
19725
|
+
"isOptional": false,
|
19726
|
+
"releaseTag": "Public",
|
19727
|
+
"name": "effectiveAngularInertia",
|
19728
|
+
"propertyTypeTokenRange": {
|
19608
19729
|
"startIndex": 1,
|
19609
|
-
"endIndex":
|
19730
|
+
"endIndex": 3
|
19610
19731
|
},
|
19611
|
-
"
|
19732
|
+
"isStatic": false,
|
19612
19733
|
"isProtected": false,
|
19613
|
-
"
|
19614
|
-
"parameters": [],
|
19615
|
-
"isOptional": false,
|
19616
|
-
"isAbstract": false,
|
19617
|
-
"name": "getAngularDamping"
|
19734
|
+
"isAbstract": false
|
19618
19735
|
},
|
19619
19736
|
{
|
19620
|
-
"kind": "
|
19621
|
-
"canonicalReference": "server!RigidBody#
|
19622
|
-
"docComment": "/**\n *
|
19737
|
+
"kind": "Property",
|
19738
|
+
"canonicalReference": "server!RigidBody#effectiveInverseMass:member",
|
19739
|
+
"docComment": "/**\n * The effective inverse mass of the rigid body.\n */\n",
|
19623
19740
|
"excerptTokens": [
|
19624
19741
|
{
|
19625
19742
|
"kind": "Content",
|
19626
|
-
"text": "
|
19743
|
+
"text": "get effectiveInverseMass(): "
|
19627
19744
|
},
|
19628
19745
|
{
|
19629
19746
|
"kind": "Reference",
|
19630
19747
|
"text": "Vector3Like",
|
19631
19748
|
"canonicalReference": "server!Vector3Like:interface"
|
19632
19749
|
},
|
19750
|
+
{
|
19751
|
+
"kind": "Content",
|
19752
|
+
"text": " | undefined"
|
19753
|
+
},
|
19633
19754
|
{
|
19634
19755
|
"kind": "Content",
|
19635
19756
|
"text": ";"
|
19636
19757
|
}
|
19637
19758
|
],
|
19759
|
+
"isReadonly": true,
|
19760
|
+
"isOptional": false,
|
19761
|
+
"releaseTag": "Public",
|
19762
|
+
"name": "effectiveInverseMass",
|
19763
|
+
"propertyTypeTokenRange": {
|
19764
|
+
"startIndex": 1,
|
19765
|
+
"endIndex": 3
|
19766
|
+
},
|
19638
19767
|
"isStatic": false,
|
19639
|
-
"
|
19768
|
+
"isProtected": false,
|
19769
|
+
"isAbstract": false
|
19770
|
+
},
|
19771
|
+
{
|
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",
|
19775
|
+
"excerptTokens": [
|
19776
|
+
{
|
19777
|
+
"kind": "Content",
|
19778
|
+
"text": "get effectiveWorldInversePrincipalAngularInertiaSqrt(): "
|
19779
|
+
},
|
19780
|
+
{
|
19781
|
+
"kind": "Reference",
|
19782
|
+
"text": "SpdMatrix3",
|
19783
|
+
"canonicalReference": "server!SpdMatrix3:interface"
|
19784
|
+
},
|
19785
|
+
{
|
19786
|
+
"kind": "Content",
|
19787
|
+
"text": " | undefined"
|
19788
|
+
},
|
19789
|
+
{
|
19790
|
+
"kind": "Content",
|
19791
|
+
"text": ";"
|
19792
|
+
}
|
19793
|
+
],
|
19794
|
+
"isReadonly": true,
|
19795
|
+
"isOptional": false,
|
19796
|
+
"releaseTag": "Public",
|
19797
|
+
"name": "effectiveWorldInversePrincipalAngularInertiaSqrt",
|
19798
|
+
"propertyTypeTokenRange": {
|
19640
19799
|
"startIndex": 1,
|
19641
|
-
"endIndex":
|
19800
|
+
"endIndex": 3
|
19642
19801
|
},
|
19802
|
+
"isStatic": false,
|
19803
|
+
"isProtected": false,
|
19804
|
+
"isAbstract": false
|
19805
|
+
},
|
19806
|
+
{
|
19807
|
+
"kind": "Property",
|
19808
|
+
"canonicalReference": "server!RigidBody#enabledPositions:member",
|
19809
|
+
"docComment": "/**\n * The enabled axes of positional movement of the rigid body.\n */\n",
|
19810
|
+
"excerptTokens": [
|
19811
|
+
{
|
19812
|
+
"kind": "Content",
|
19813
|
+
"text": "get enabledPositions(): "
|
19814
|
+
},
|
19815
|
+
{
|
19816
|
+
"kind": "Reference",
|
19817
|
+
"text": "Vector3Boolean",
|
19818
|
+
"canonicalReference": "server!Vector3Boolean:interface"
|
19819
|
+
},
|
19820
|
+
{
|
19821
|
+
"kind": "Content",
|
19822
|
+
"text": ";"
|
19823
|
+
}
|
19824
|
+
],
|
19825
|
+
"isReadonly": true,
|
19826
|
+
"isOptional": false,
|
19643
19827
|
"releaseTag": "Public",
|
19828
|
+
"name": "enabledPositions",
|
19829
|
+
"propertyTypeTokenRange": {
|
19830
|
+
"startIndex": 1,
|
19831
|
+
"endIndex": 2
|
19832
|
+
},
|
19833
|
+
"isStatic": false,
|
19644
19834
|
"isProtected": false,
|
19645
|
-
"
|
19646
|
-
|
19835
|
+
"isAbstract": false
|
19836
|
+
},
|
19837
|
+
{
|
19838
|
+
"kind": "Property",
|
19839
|
+
"canonicalReference": "server!RigidBody#enabledRotations:member",
|
19840
|
+
"docComment": "/**\n * The enabled axes of rotational movement of the rigid body.\n */\n",
|
19841
|
+
"excerptTokens": [
|
19842
|
+
{
|
19843
|
+
"kind": "Content",
|
19844
|
+
"text": "get enabledRotations(): "
|
19845
|
+
},
|
19846
|
+
{
|
19847
|
+
"kind": "Reference",
|
19848
|
+
"text": "Vector3Boolean",
|
19849
|
+
"canonicalReference": "server!Vector3Boolean:interface"
|
19850
|
+
},
|
19851
|
+
{
|
19852
|
+
"kind": "Content",
|
19853
|
+
"text": ";"
|
19854
|
+
}
|
19855
|
+
],
|
19856
|
+
"isReadonly": true,
|
19647
19857
|
"isOptional": false,
|
19648
|
-
"
|
19649
|
-
"name": "
|
19858
|
+
"releaseTag": "Public",
|
19859
|
+
"name": "enabledRotations",
|
19860
|
+
"propertyTypeTokenRange": {
|
19861
|
+
"startIndex": 1,
|
19862
|
+
"endIndex": 2
|
19863
|
+
},
|
19864
|
+
"isStatic": false,
|
19865
|
+
"isProtected": false,
|
19866
|
+
"isAbstract": false
|
19650
19867
|
},
|
19651
19868
|
{
|
19652
19869
|
"kind": "Method",
|
@@ -19702,81 +19919,78 @@
|
|
19702
19919
|
"name": "getCollidersByTag"
|
19703
19920
|
},
|
19704
19921
|
{
|
19705
|
-
"kind": "
|
19706
|
-
"canonicalReference": "server!RigidBody#
|
19707
|
-
"docComment": "/**\n *
|
19922
|
+
"kind": "Property",
|
19923
|
+
"canonicalReference": "server!RigidBody#gravityScale:member",
|
19924
|
+
"docComment": "/**\n * The gravity scale of the rigid body.\n */\n",
|
19708
19925
|
"excerptTokens": [
|
19709
19926
|
{
|
19710
19927
|
"kind": "Content",
|
19711
|
-
"text": "
|
19928
|
+
"text": "get gravityScale(): "
|
19712
19929
|
},
|
19713
19930
|
{
|
19714
|
-
"kind": "
|
19715
|
-
"text": "
|
19716
|
-
"canonicalReference": "server!Vector3Like:interface"
|
19931
|
+
"kind": "Content",
|
19932
|
+
"text": "number"
|
19717
19933
|
},
|
19718
19934
|
{
|
19719
19935
|
"kind": "Content",
|
19720
19936
|
"text": ";"
|
19721
19937
|
}
|
19722
19938
|
],
|
19723
|
-
"
|
19724
|
-
"
|
19939
|
+
"isReadonly": true,
|
19940
|
+
"isOptional": false,
|
19941
|
+
"releaseTag": "Public",
|
19942
|
+
"name": "gravityScale",
|
19943
|
+
"propertyTypeTokenRange": {
|
19725
19944
|
"startIndex": 1,
|
19726
19945
|
"endIndex": 2
|
19727
19946
|
},
|
19728
|
-
"
|
19947
|
+
"isStatic": false,
|
19729
19948
|
"isProtected": false,
|
19730
|
-
"
|
19731
|
-
"parameters": [],
|
19732
|
-
"isOptional": false,
|
19733
|
-
"isAbstract": false,
|
19734
|
-
"name": "getDirectionFromRotation"
|
19949
|
+
"isAbstract": false
|
19735
19950
|
},
|
19736
19951
|
{
|
19737
|
-
"kind": "
|
19738
|
-
"canonicalReference": "server!RigidBody#
|
19739
|
-
"docComment": "/**\n *
|
19952
|
+
"kind": "Property",
|
19953
|
+
"canonicalReference": "server!RigidBody#inverseMass:member",
|
19954
|
+
"docComment": "/**\n * The inverse mass of the rigid body.\n */\n",
|
19740
19955
|
"excerptTokens": [
|
19741
19956
|
{
|
19742
19957
|
"kind": "Content",
|
19743
|
-
"text": "
|
19958
|
+
"text": "get inverseMass(): "
|
19744
19959
|
},
|
19745
19960
|
{
|
19746
19961
|
"kind": "Content",
|
19747
|
-
"text": "number"
|
19962
|
+
"text": "number | undefined"
|
19748
19963
|
},
|
19749
19964
|
{
|
19750
19965
|
"kind": "Content",
|
19751
19966
|
"text": ";"
|
19752
19967
|
}
|
19753
19968
|
],
|
19754
|
-
"
|
19755
|
-
"
|
19969
|
+
"isReadonly": true,
|
19970
|
+
"isOptional": false,
|
19971
|
+
"releaseTag": "Public",
|
19972
|
+
"name": "inverseMass",
|
19973
|
+
"propertyTypeTokenRange": {
|
19756
19974
|
"startIndex": 1,
|
19757
19975
|
"endIndex": 2
|
19758
19976
|
},
|
19759
|
-
"
|
19977
|
+
"isStatic": false,
|
19760
19978
|
"isProtected": false,
|
19761
|
-
"
|
19762
|
-
"parameters": [],
|
19763
|
-
"isOptional": false,
|
19764
|
-
"isAbstract": false,
|
19765
|
-
"name": "getDominanceGroup"
|
19979
|
+
"isAbstract": false
|
19766
19980
|
},
|
19767
19981
|
{
|
19768
|
-
"kind": "
|
19769
|
-
"canonicalReference": "server!RigidBody#
|
19770
|
-
"docComment": "/**\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",
|
19771
19985
|
"excerptTokens": [
|
19772
19986
|
{
|
19773
19987
|
"kind": "Content",
|
19774
|
-
"text": "
|
19988
|
+
"text": "get inversePrincipalAngularInertiaSqrt(): "
|
19775
19989
|
},
|
19776
19990
|
{
|
19777
19991
|
"kind": "Reference",
|
19778
|
-
"text": "
|
19779
|
-
"canonicalReference": "server!
|
19992
|
+
"text": "Vector3Like",
|
19993
|
+
"canonicalReference": "server!Vector3Like:interface"
|
19780
19994
|
},
|
19781
19995
|
{
|
19782
19996
|
"kind": "Content",
|
@@ -19787,682 +20001,296 @@
|
|
19787
20001
|
"text": ";"
|
19788
20002
|
}
|
19789
20003
|
],
|
19790
|
-
"
|
19791
|
-
"
|
20004
|
+
"isReadonly": true,
|
20005
|
+
"isOptional": false,
|
20006
|
+
"releaseTag": "Public",
|
20007
|
+
"name": "inversePrincipalAngularInertiaSqrt",
|
20008
|
+
"propertyTypeTokenRange": {
|
19792
20009
|
"startIndex": 1,
|
19793
20010
|
"endIndex": 3
|
19794
20011
|
},
|
19795
|
-
"
|
20012
|
+
"isStatic": false,
|
19796
20013
|
"isProtected": false,
|
19797
|
-
"
|
19798
|
-
"parameters": [],
|
19799
|
-
"isOptional": false,
|
19800
|
-
"isAbstract": false,
|
19801
|
-
"name": "getEffectiveAngularInertia"
|
20014
|
+
"isAbstract": false
|
19802
20015
|
},
|
19803
20016
|
{
|
19804
|
-
"kind": "
|
19805
|
-
"canonicalReference": "server!RigidBody#
|
19806
|
-
"docComment": "/**\n *
|
20017
|
+
"kind": "Property",
|
20018
|
+
"canonicalReference": "server!RigidBody#isCcdEnabled:member",
|
20019
|
+
"docComment": "/**\n * Whether the rigid body has continuous collision detection enabled.\n */\n",
|
19807
20020
|
"excerptTokens": [
|
19808
20021
|
{
|
19809
20022
|
"kind": "Content",
|
19810
|
-
"text": "
|
19811
|
-
},
|
19812
|
-
{
|
19813
|
-
"kind": "Reference",
|
19814
|
-
"text": "Vector3Like",
|
19815
|
-
"canonicalReference": "server!Vector3Like:interface"
|
20023
|
+
"text": "get isCcdEnabled(): "
|
19816
20024
|
},
|
19817
20025
|
{
|
19818
20026
|
"kind": "Content",
|
19819
|
-
"text": "
|
20027
|
+
"text": "boolean"
|
19820
20028
|
},
|
19821
20029
|
{
|
19822
20030
|
"kind": "Content",
|
19823
20031
|
"text": ";"
|
19824
20032
|
}
|
19825
20033
|
],
|
19826
|
-
"
|
19827
|
-
"
|
20034
|
+
"isReadonly": true,
|
20035
|
+
"isOptional": false,
|
20036
|
+
"releaseTag": "Public",
|
20037
|
+
"name": "isCcdEnabled",
|
20038
|
+
"propertyTypeTokenRange": {
|
19828
20039
|
"startIndex": 1,
|
19829
|
-
"endIndex":
|
20040
|
+
"endIndex": 2
|
19830
20041
|
},
|
19831
|
-
"
|
20042
|
+
"isStatic": false,
|
19832
20043
|
"isProtected": false,
|
19833
|
-
"
|
19834
|
-
"parameters": [],
|
19835
|
-
"isOptional": false,
|
19836
|
-
"isAbstract": false,
|
19837
|
-
"name": "getEffectiveInverseMass"
|
20044
|
+
"isAbstract": false
|
19838
20045
|
},
|
19839
20046
|
{
|
19840
|
-
"kind": "
|
19841
|
-
"canonicalReference": "server!RigidBody#
|
19842
|
-
"docComment": "/**\n *
|
20047
|
+
"kind": "Property",
|
20048
|
+
"canonicalReference": "server!RigidBody#isDynamic:member",
|
20049
|
+
"docComment": "/**\n * Whether the rigid body is dynamic.\n */\n",
|
19843
20050
|
"excerptTokens": [
|
19844
20051
|
{
|
19845
20052
|
"kind": "Content",
|
19846
|
-
"text": "
|
19847
|
-
},
|
19848
|
-
{
|
19849
|
-
"kind": "Reference",
|
19850
|
-
"text": "SpdMatrix3",
|
19851
|
-
"canonicalReference": "server!SpdMatrix3:interface"
|
20053
|
+
"text": "get isDynamic(): "
|
19852
20054
|
},
|
19853
20055
|
{
|
19854
20056
|
"kind": "Content",
|
19855
|
-
"text": "
|
20057
|
+
"text": "boolean"
|
19856
20058
|
},
|
19857
20059
|
{
|
19858
20060
|
"kind": "Content",
|
19859
20061
|
"text": ";"
|
19860
20062
|
}
|
19861
20063
|
],
|
19862
|
-
"
|
19863
|
-
"
|
20064
|
+
"isReadonly": true,
|
20065
|
+
"isOptional": false,
|
20066
|
+
"releaseTag": "Public",
|
20067
|
+
"name": "isDynamic",
|
20068
|
+
"propertyTypeTokenRange": {
|
19864
20069
|
"startIndex": 1,
|
19865
|
-
"endIndex":
|
20070
|
+
"endIndex": 2
|
19866
20071
|
},
|
19867
|
-
"releaseTag": "Public",
|
19868
|
-
"isProtected": false,
|
19869
|
-
"overloadIndex": 1,
|
19870
|
-
"parameters": [],
|
19871
|
-
"isOptional": false,
|
19872
|
-
"isAbstract": false,
|
19873
|
-
"name": "getEffectiveWorldInversePrincipalAngularInertiaSqrt"
|
19874
|
-
},
|
19875
|
-
{
|
19876
|
-
"kind": "Method",
|
19877
|
-
"canonicalReference": "server!RigidBody#getEnabledRotations:member(1)",
|
19878
|
-
"docComment": "/**\n * Gets the enabled rotations of the rigid body.\n *\n * @returns The enabled rotations of the rigid body.\n */\n",
|
19879
|
-
"excerptTokens": [
|
19880
|
-
{
|
19881
|
-
"kind": "Content",
|
19882
|
-
"text": "getEnabledRotations(): "
|
19883
|
-
},
|
19884
|
-
{
|
19885
|
-
"kind": "Reference",
|
19886
|
-
"text": "Vector3Boolean",
|
19887
|
-
"canonicalReference": "server!Vector3Boolean:interface"
|
19888
|
-
},
|
19889
|
-
{
|
19890
|
-
"kind": "Content",
|
19891
|
-
"text": ";"
|
19892
|
-
}
|
19893
|
-
],
|
19894
20072
|
"isStatic": false,
|
19895
|
-
"returnTypeTokenRange": {
|
19896
|
-
"startIndex": 1,
|
19897
|
-
"endIndex": 2
|
19898
|
-
},
|
19899
|
-
"releaseTag": "Public",
|
19900
20073
|
"isProtected": false,
|
19901
|
-
"
|
19902
|
-
"parameters": [],
|
19903
|
-
"isOptional": false,
|
19904
|
-
"isAbstract": false,
|
19905
|
-
"name": "getEnabledRotations"
|
19906
|
-
},
|
19907
|
-
{
|
19908
|
-
"kind": "Method",
|
19909
|
-
"canonicalReference": "server!RigidBody#getEnabledTranslations:member(1)",
|
19910
|
-
"docComment": "/**\n * Gets the enabled translations of the rigid body.\n *\n * @returns The enabled translations of the rigid body.\n */\n",
|
19911
|
-
"excerptTokens": [
|
19912
|
-
{
|
19913
|
-
"kind": "Content",
|
19914
|
-
"text": "getEnabledTranslations(): "
|
19915
|
-
},
|
19916
|
-
{
|
19917
|
-
"kind": "Reference",
|
19918
|
-
"text": "Vector3Boolean",
|
19919
|
-
"canonicalReference": "server!Vector3Boolean:interface"
|
19920
|
-
},
|
19921
|
-
{
|
19922
|
-
"kind": "Content",
|
19923
|
-
"text": ";"
|
19924
|
-
}
|
19925
|
-
],
|
19926
|
-
"isStatic": false,
|
19927
|
-
"returnTypeTokenRange": {
|
19928
|
-
"startIndex": 1,
|
19929
|
-
"endIndex": 2
|
19930
|
-
},
|
19931
|
-
"releaseTag": "Public",
|
19932
|
-
"isProtected": false,
|
19933
|
-
"overloadIndex": 1,
|
19934
|
-
"parameters": [],
|
19935
|
-
"isOptional": false,
|
19936
|
-
"isAbstract": false,
|
19937
|
-
"name": "getEnabledTranslations"
|
20074
|
+
"isAbstract": false
|
19938
20075
|
},
|
19939
20076
|
{
|
19940
|
-
"kind": "
|
19941
|
-
"canonicalReference": "server!RigidBody#
|
19942
|
-
"docComment": "/**\n *
|
20077
|
+
"kind": "Property",
|
20078
|
+
"canonicalReference": "server!RigidBody#isEnabled:member",
|
20079
|
+
"docComment": "/**\n * Whether the rigid body is enabled.\n */\n",
|
19943
20080
|
"excerptTokens": [
|
19944
20081
|
{
|
19945
20082
|
"kind": "Content",
|
19946
|
-
"text": "
|
20083
|
+
"text": "get isEnabled(): "
|
19947
20084
|
},
|
19948
20085
|
{
|
19949
20086
|
"kind": "Content",
|
19950
|
-
"text": "
|
20087
|
+
"text": "boolean"
|
19951
20088
|
},
|
19952
20089
|
{
|
19953
20090
|
"kind": "Content",
|
19954
20091
|
"text": ";"
|
19955
20092
|
}
|
19956
20093
|
],
|
19957
|
-
"
|
19958
|
-
"returnTypeTokenRange": {
|
19959
|
-
"startIndex": 1,
|
19960
|
-
"endIndex": 2
|
19961
|
-
},
|
19962
|
-
"releaseTag": "Public",
|
19963
|
-
"isProtected": false,
|
19964
|
-
"overloadIndex": 1,
|
19965
|
-
"parameters": [],
|
20094
|
+
"isReadonly": true,
|
19966
20095
|
"isOptional": false,
|
19967
|
-
"
|
19968
|
-
"name": "
|
19969
|
-
|
19970
|
-
{
|
19971
|
-
"kind": "Method",
|
19972
|
-
"canonicalReference": "server!RigidBody#getInverseMass:member(1)",
|
19973
|
-
"docComment": "/**\n * Gets the inverse mass of the rigid body.\n *\n * @returns The inverse mass of the rigid body.\n */\n",
|
19974
|
-
"excerptTokens": [
|
19975
|
-
{
|
19976
|
-
"kind": "Content",
|
19977
|
-
"text": "getInverseMass(): "
|
19978
|
-
},
|
19979
|
-
{
|
19980
|
-
"kind": "Content",
|
19981
|
-
"text": "number | undefined"
|
19982
|
-
},
|
19983
|
-
{
|
19984
|
-
"kind": "Content",
|
19985
|
-
"text": ";"
|
19986
|
-
}
|
19987
|
-
],
|
19988
|
-
"isStatic": false,
|
19989
|
-
"returnTypeTokenRange": {
|
20096
|
+
"releaseTag": "Public",
|
20097
|
+
"name": "isEnabled",
|
20098
|
+
"propertyTypeTokenRange": {
|
19990
20099
|
"startIndex": 1,
|
19991
20100
|
"endIndex": 2
|
19992
20101
|
},
|
19993
|
-
"releaseTag": "Public",
|
19994
|
-
"isProtected": false,
|
19995
|
-
"overloadIndex": 1,
|
19996
|
-
"parameters": [],
|
19997
|
-
"isOptional": false,
|
19998
|
-
"isAbstract": false,
|
19999
|
-
"name": "getInverseMass"
|
20000
|
-
},
|
20001
|
-
{
|
20002
|
-
"kind": "Method",
|
20003
|
-
"canonicalReference": "server!RigidBody#getInversePrincipalAngularInertiaSqrt:member(1)",
|
20004
|
-
"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",
|
20005
|
-
"excerptTokens": [
|
20006
|
-
{
|
20007
|
-
"kind": "Content",
|
20008
|
-
"text": "getInversePrincipalAngularInertiaSqrt(): "
|
20009
|
-
},
|
20010
|
-
{
|
20011
|
-
"kind": "Reference",
|
20012
|
-
"text": "Vector3Like",
|
20013
|
-
"canonicalReference": "server!Vector3Like:interface"
|
20014
|
-
},
|
20015
|
-
{
|
20016
|
-
"kind": "Content",
|
20017
|
-
"text": " | undefined"
|
20018
|
-
},
|
20019
|
-
{
|
20020
|
-
"kind": "Content",
|
20021
|
-
"text": ";"
|
20022
|
-
}
|
20023
|
-
],
|
20024
20102
|
"isStatic": false,
|
20025
|
-
"returnTypeTokenRange": {
|
20026
|
-
"startIndex": 1,
|
20027
|
-
"endIndex": 3
|
20028
|
-
},
|
20029
|
-
"releaseTag": "Public",
|
20030
20103
|
"isProtected": false,
|
20031
|
-
"
|
20032
|
-
"parameters": [],
|
20033
|
-
"isOptional": false,
|
20034
|
-
"isAbstract": false,
|
20035
|
-
"name": "getInversePrincipalAngularInertiaSqrt"
|
20104
|
+
"isAbstract": false
|
20036
20105
|
},
|
20037
20106
|
{
|
20038
|
-
"kind": "
|
20039
|
-
"canonicalReference": "server!RigidBody#
|
20040
|
-
"docComment": "/**\n *
|
20107
|
+
"kind": "Property",
|
20108
|
+
"canonicalReference": "server!RigidBody#isFixed:member",
|
20109
|
+
"docComment": "/**\n * Whether the rigid body is fixed.\n */\n",
|
20041
20110
|
"excerptTokens": [
|
20042
20111
|
{
|
20043
20112
|
"kind": "Content",
|
20044
|
-
"text": "
|
20113
|
+
"text": "get isFixed(): "
|
20045
20114
|
},
|
20046
20115
|
{
|
20047
20116
|
"kind": "Content",
|
20048
|
-
"text": "
|
20117
|
+
"text": "boolean"
|
20049
20118
|
},
|
20050
20119
|
{
|
20051
20120
|
"kind": "Content",
|
20052
20121
|
"text": ";"
|
20053
20122
|
}
|
20054
20123
|
],
|
20055
|
-
"
|
20056
|
-
"returnTypeTokenRange": {
|
20057
|
-
"startIndex": 1,
|
20058
|
-
"endIndex": 2
|
20059
|
-
},
|
20060
|
-
"releaseTag": "Public",
|
20061
|
-
"isProtected": false,
|
20062
|
-
"overloadIndex": 1,
|
20063
|
-
"parameters": [],
|
20124
|
+
"isReadonly": true,
|
20064
20125
|
"isOptional": false,
|
20065
|
-
"isAbstract": false,
|
20066
|
-
"name": "getLinearDamping"
|
20067
|
-
},
|
20068
|
-
{
|
20069
|
-
"kind": "Method",
|
20070
|
-
"canonicalReference": "server!RigidBody#getLinearVelocity:member(1)",
|
20071
|
-
"docComment": "/**\n * Gets the linear velocity of the rigid body.\n *\n * @returns The linear velocity of the rigid body.\n */\n",
|
20072
|
-
"excerptTokens": [
|
20073
|
-
{
|
20074
|
-
"kind": "Content",
|
20075
|
-
"text": "getLinearVelocity(): "
|
20076
|
-
},
|
20077
|
-
{
|
20078
|
-
"kind": "Reference",
|
20079
|
-
"text": "Vector3Like",
|
20080
|
-
"canonicalReference": "server!Vector3Like:interface"
|
20081
|
-
},
|
20082
|
-
{
|
20083
|
-
"kind": "Content",
|
20084
|
-
"text": ";"
|
20085
|
-
}
|
20086
|
-
],
|
20087
|
-
"isStatic": false,
|
20088
|
-
"returnTypeTokenRange": {
|
20089
|
-
"startIndex": 1,
|
20090
|
-
"endIndex": 2
|
20091
|
-
},
|
20092
20126
|
"releaseTag": "Public",
|
20093
|
-
"
|
20094
|
-
"
|
20095
|
-
"parameters": [],
|
20096
|
-
"isOptional": false,
|
20097
|
-
"isAbstract": false,
|
20098
|
-
"name": "getLinearVelocity"
|
20099
|
-
},
|
20100
|
-
{
|
20101
|
-
"kind": "Method",
|
20102
|
-
"canonicalReference": "server!RigidBody#getLocalCenterOfMass:member(1)",
|
20103
|
-
"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",
|
20104
|
-
"excerptTokens": [
|
20105
|
-
{
|
20106
|
-
"kind": "Content",
|
20107
|
-
"text": "getLocalCenterOfMass(): "
|
20108
|
-
},
|
20109
|
-
{
|
20110
|
-
"kind": "Reference",
|
20111
|
-
"text": "Vector3Like",
|
20112
|
-
"canonicalReference": "server!Vector3Like:interface"
|
20113
|
-
},
|
20114
|
-
{
|
20115
|
-
"kind": "Content",
|
20116
|
-
"text": ";"
|
20117
|
-
}
|
20118
|
-
],
|
20119
|
-
"isStatic": false,
|
20120
|
-
"returnTypeTokenRange": {
|
20127
|
+
"name": "isFixed",
|
20128
|
+
"propertyTypeTokenRange": {
|
20121
20129
|
"startIndex": 1,
|
20122
20130
|
"endIndex": 2
|
20123
20131
|
},
|
20124
|
-
"
|
20132
|
+
"isStatic": false,
|
20125
20133
|
"isProtected": false,
|
20126
|
-
"
|
20127
|
-
"parameters": [],
|
20128
|
-
"isOptional": false,
|
20129
|
-
"isAbstract": false,
|
20130
|
-
"name": "getLocalCenterOfMass"
|
20134
|
+
"isAbstract": false
|
20131
20135
|
},
|
20132
20136
|
{
|
20133
|
-
"kind": "
|
20134
|
-
"canonicalReference": "server!RigidBody#
|
20135
|
-
"docComment": "/**\n *
|
20137
|
+
"kind": "Property",
|
20138
|
+
"canonicalReference": "server!RigidBody#isKinematic:member",
|
20139
|
+
"docComment": "/**\n * Whether the rigid body is kinematic.\n */\n",
|
20136
20140
|
"excerptTokens": [
|
20137
20141
|
{
|
20138
20142
|
"kind": "Content",
|
20139
|
-
"text": "
|
20143
|
+
"text": "get isKinematic(): "
|
20140
20144
|
},
|
20141
20145
|
{
|
20142
20146
|
"kind": "Content",
|
20143
|
-
"text": "
|
20147
|
+
"text": "boolean"
|
20144
20148
|
},
|
20145
20149
|
{
|
20146
20150
|
"kind": "Content",
|
20147
20151
|
"text": ";"
|
20148
20152
|
}
|
20149
20153
|
],
|
20150
|
-
"
|
20151
|
-
"returnTypeTokenRange": {
|
20152
|
-
"startIndex": 1,
|
20153
|
-
"endIndex": 2
|
20154
|
-
},
|
20155
|
-
"releaseTag": "Public",
|
20156
|
-
"isProtected": false,
|
20157
|
-
"overloadIndex": 1,
|
20158
|
-
"parameters": [],
|
20154
|
+
"isReadonly": true,
|
20159
20155
|
"isOptional": false,
|
20160
|
-
"isAbstract": false,
|
20161
|
-
"name": "getMass"
|
20162
|
-
},
|
20163
|
-
{
|
20164
|
-
"kind": "Method",
|
20165
|
-
"canonicalReference": "server!RigidBody#getNextKinematicRotation:member(1)",
|
20166
|
-
"docComment": "/**\n * Gets the next kinematic rotation of the rigid body.\n *\n * @returns The next kinematic rotation of the rigid body.\n */\n",
|
20167
|
-
"excerptTokens": [
|
20168
|
-
{
|
20169
|
-
"kind": "Content",
|
20170
|
-
"text": "getNextKinematicRotation(): "
|
20171
|
-
},
|
20172
|
-
{
|
20173
|
-
"kind": "Reference",
|
20174
|
-
"text": "QuaternionLike",
|
20175
|
-
"canonicalReference": "server!QuaternionLike:interface"
|
20176
|
-
},
|
20177
|
-
{
|
20178
|
-
"kind": "Content",
|
20179
|
-
"text": ";"
|
20180
|
-
}
|
20181
|
-
],
|
20182
|
-
"isStatic": false,
|
20183
|
-
"returnTypeTokenRange": {
|
20184
|
-
"startIndex": 1,
|
20185
|
-
"endIndex": 2
|
20186
|
-
},
|
20187
20156
|
"releaseTag": "Public",
|
20188
|
-
"
|
20189
|
-
"
|
20190
|
-
"parameters": [],
|
20191
|
-
"isOptional": false,
|
20192
|
-
"isAbstract": false,
|
20193
|
-
"name": "getNextKinematicRotation"
|
20194
|
-
},
|
20195
|
-
{
|
20196
|
-
"kind": "Method",
|
20197
|
-
"canonicalReference": "server!RigidBody#getNextKinematicTranslation:member(1)",
|
20198
|
-
"docComment": "/**\n * Gets the next kinematic translation of the rigid body.\n *\n * @returns The next kinematic translation of the rigid body.\n */\n",
|
20199
|
-
"excerptTokens": [
|
20200
|
-
{
|
20201
|
-
"kind": "Content",
|
20202
|
-
"text": "getNextKinematicTranslation(): "
|
20203
|
-
},
|
20204
|
-
{
|
20205
|
-
"kind": "Reference",
|
20206
|
-
"text": "Vector3Like",
|
20207
|
-
"canonicalReference": "server!Vector3Like:interface"
|
20208
|
-
},
|
20209
|
-
{
|
20210
|
-
"kind": "Content",
|
20211
|
-
"text": ";"
|
20212
|
-
}
|
20213
|
-
],
|
20214
|
-
"isStatic": false,
|
20215
|
-
"returnTypeTokenRange": {
|
20157
|
+
"name": "isKinematic",
|
20158
|
+
"propertyTypeTokenRange": {
|
20216
20159
|
"startIndex": 1,
|
20217
20160
|
"endIndex": 2
|
20218
20161
|
},
|
20219
|
-
"releaseTag": "Public",
|
20220
|
-
"isProtected": false,
|
20221
|
-
"overloadIndex": 1,
|
20222
|
-
"parameters": [],
|
20223
|
-
"isOptional": false,
|
20224
|
-
"isAbstract": false,
|
20225
|
-
"name": "getNextKinematicTranslation"
|
20226
|
-
},
|
20227
|
-
{
|
20228
|
-
"kind": "Method",
|
20229
|
-
"canonicalReference": "server!RigidBody#getPrincipalAngularInertia:member(1)",
|
20230
|
-
"docComment": "/**\n * Gets the principal angular inertia of the rigid body.\n *\n * @returns The principal angular inertia of the rigid body.\n */\n",
|
20231
|
-
"excerptTokens": [
|
20232
|
-
{
|
20233
|
-
"kind": "Content",
|
20234
|
-
"text": "getPrincipalAngularInertia(): "
|
20235
|
-
},
|
20236
|
-
{
|
20237
|
-
"kind": "Reference",
|
20238
|
-
"text": "Vector3Like",
|
20239
|
-
"canonicalReference": "server!Vector3Like:interface"
|
20240
|
-
},
|
20241
|
-
{
|
20242
|
-
"kind": "Content",
|
20243
|
-
"text": ";"
|
20244
|
-
}
|
20245
|
-
],
|
20246
20162
|
"isStatic": false,
|
20247
|
-
"returnTypeTokenRange": {
|
20248
|
-
"startIndex": 1,
|
20249
|
-
"endIndex": 2
|
20250
|
-
},
|
20251
|
-
"releaseTag": "Public",
|
20252
20163
|
"isProtected": false,
|
20253
|
-
"
|
20254
|
-
"parameters": [],
|
20255
|
-
"isOptional": false,
|
20256
|
-
"isAbstract": false,
|
20257
|
-
"name": "getPrincipalAngularInertia"
|
20164
|
+
"isAbstract": false
|
20258
20165
|
},
|
20259
20166
|
{
|
20260
|
-
"kind": "
|
20261
|
-
"canonicalReference": "server!RigidBody#
|
20262
|
-
"docComment": "/**\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": "
|
20267
|
-
},
|
20268
|
-
{
|
20269
|
-
"kind": "Reference",
|
20270
|
-
"text": "QuaternionLike",
|
20271
|
-
"canonicalReference": "server!QuaternionLike:interface"
|
20173
|
+
"text": "get isKinematicPositionBased(): "
|
20272
20174
|
},
|
20273
20175
|
{
|
20274
20176
|
"kind": "Content",
|
20275
|
-
"text": "
|
20177
|
+
"text": "boolean"
|
20276
20178
|
},
|
20277
20179
|
{
|
20278
20180
|
"kind": "Content",
|
20279
20181
|
"text": ";"
|
20280
20182
|
}
|
20281
20183
|
],
|
20282
|
-
"
|
20283
|
-
"returnTypeTokenRange": {
|
20284
|
-
"startIndex": 1,
|
20285
|
-
"endIndex": 3
|
20286
|
-
},
|
20287
|
-
"releaseTag": "Public",
|
20288
|
-
"isProtected": false,
|
20289
|
-
"overloadIndex": 1,
|
20290
|
-
"parameters": [],
|
20184
|
+
"isReadonly": true,
|
20291
20185
|
"isOptional": false,
|
20292
|
-
"isAbstract": false,
|
20293
|
-
"name": "getPrincipalAngularInertiaLocalFrame"
|
20294
|
-
},
|
20295
|
-
{
|
20296
|
-
"kind": "Method",
|
20297
|
-
"canonicalReference": "server!RigidBody#getRotation:member(1)",
|
20298
|
-
"docComment": "/**\n * Gets the rotation of the rigid body.\n *\n * @returns The rotation of the rigid body.\n */\n",
|
20299
|
-
"excerptTokens": [
|
20300
|
-
{
|
20301
|
-
"kind": "Content",
|
20302
|
-
"text": "getRotation(): "
|
20303
|
-
},
|
20304
|
-
{
|
20305
|
-
"kind": "Reference",
|
20306
|
-
"text": "QuaternionLike",
|
20307
|
-
"canonicalReference": "server!QuaternionLike:interface"
|
20308
|
-
},
|
20309
|
-
{
|
20310
|
-
"kind": "Content",
|
20311
|
-
"text": ";"
|
20312
|
-
}
|
20313
|
-
],
|
20314
|
-
"isStatic": false,
|
20315
|
-
"returnTypeTokenRange": {
|
20316
|
-
"startIndex": 1,
|
20317
|
-
"endIndex": 2
|
20318
|
-
},
|
20319
20186
|
"releaseTag": "Public",
|
20320
|
-
"
|
20321
|
-
"
|
20322
|
-
"parameters": [],
|
20323
|
-
"isOptional": false,
|
20324
|
-
"isAbstract": false,
|
20325
|
-
"name": "getRotation"
|
20326
|
-
},
|
20327
|
-
{
|
20328
|
-
"kind": "Method",
|
20329
|
-
"canonicalReference": "server!RigidBody#getSoftCcdPrediction:member(1)",
|
20330
|
-
"docComment": "/**\n * Gets the soft ccd prediction of the rigid body.\n *\n * @returns The soft ccd prediction of the rigid body.\n */\n",
|
20331
|
-
"excerptTokens": [
|
20332
|
-
{
|
20333
|
-
"kind": "Content",
|
20334
|
-
"text": "getSoftCcdPrediction(): "
|
20335
|
-
},
|
20336
|
-
{
|
20337
|
-
"kind": "Content",
|
20338
|
-
"text": "number"
|
20339
|
-
},
|
20340
|
-
{
|
20341
|
-
"kind": "Content",
|
20342
|
-
"text": ";"
|
20343
|
-
}
|
20344
|
-
],
|
20345
|
-
"isStatic": false,
|
20346
|
-
"returnTypeTokenRange": {
|
20187
|
+
"name": "isKinematicPositionBased",
|
20188
|
+
"propertyTypeTokenRange": {
|
20347
20189
|
"startIndex": 1,
|
20348
20190
|
"endIndex": 2
|
20349
20191
|
},
|
20350
|
-
"
|
20192
|
+
"isStatic": false,
|
20351
20193
|
"isProtected": false,
|
20352
|
-
"
|
20353
|
-
"parameters": [],
|
20354
|
-
"isOptional": false,
|
20355
|
-
"isAbstract": false,
|
20356
|
-
"name": "getSoftCcdPrediction"
|
20194
|
+
"isAbstract": false
|
20357
20195
|
},
|
20358
20196
|
{
|
20359
|
-
"kind": "
|
20360
|
-
"canonicalReference": "server!RigidBody#
|
20361
|
-
"docComment": "/**\n *
|
20197
|
+
"kind": "Property",
|
20198
|
+
"canonicalReference": "server!RigidBody#isKinematicVelocityBased:member",
|
20199
|
+
"docComment": "/**\n * Whether the rigid body is kinematic velocity based.\n */\n",
|
20362
20200
|
"excerptTokens": [
|
20363
20201
|
{
|
20364
20202
|
"kind": "Content",
|
20365
|
-
"text": "
|
20203
|
+
"text": "get isKinematicVelocityBased(): "
|
20366
20204
|
},
|
20367
20205
|
{
|
20368
|
-
"kind": "
|
20369
|
-
"text": "
|
20370
|
-
"canonicalReference": "server!Vector3Like:interface"
|
20206
|
+
"kind": "Content",
|
20207
|
+
"text": "boolean"
|
20371
20208
|
},
|
20372
20209
|
{
|
20373
20210
|
"kind": "Content",
|
20374
20211
|
"text": ";"
|
20375
20212
|
}
|
20376
20213
|
],
|
20377
|
-
"
|
20378
|
-
"
|
20214
|
+
"isReadonly": true,
|
20215
|
+
"isOptional": false,
|
20216
|
+
"releaseTag": "Public",
|
20217
|
+
"name": "isKinematicVelocityBased",
|
20218
|
+
"propertyTypeTokenRange": {
|
20379
20219
|
"startIndex": 1,
|
20380
20220
|
"endIndex": 2
|
20381
20221
|
},
|
20382
|
-
"
|
20222
|
+
"isStatic": false,
|
20383
20223
|
"isProtected": false,
|
20384
|
-
"
|
20385
|
-
"parameters": [],
|
20386
|
-
"isOptional": false,
|
20387
|
-
"isAbstract": false,
|
20388
|
-
"name": "getTranslation"
|
20224
|
+
"isAbstract": false
|
20389
20225
|
},
|
20390
20226
|
{
|
20391
|
-
"kind": "
|
20392
|
-
"canonicalReference": "server!RigidBody#
|
20393
|
-
"docComment": "/**\n *
|
20227
|
+
"kind": "Property",
|
20228
|
+
"canonicalReference": "server!RigidBody#isMoving:member",
|
20229
|
+
"docComment": "/**\n * Whether the rigid body is moving.\n */\n",
|
20394
20230
|
"excerptTokens": [
|
20395
20231
|
{
|
20396
20232
|
"kind": "Content",
|
20397
|
-
"text": "
|
20233
|
+
"text": "get isMoving(): "
|
20398
20234
|
},
|
20399
20235
|
{
|
20400
|
-
"kind": "
|
20401
|
-
"text": "
|
20402
|
-
"canonicalReference": "server!RigidBodyType:enum"
|
20236
|
+
"kind": "Content",
|
20237
|
+
"text": "boolean"
|
20403
20238
|
},
|
20404
20239
|
{
|
20405
20240
|
"kind": "Content",
|
20406
20241
|
"text": ";"
|
20407
20242
|
}
|
20408
20243
|
],
|
20409
|
-
"
|
20410
|
-
"
|
20244
|
+
"isReadonly": true,
|
20245
|
+
"isOptional": false,
|
20246
|
+
"releaseTag": "Public",
|
20247
|
+
"name": "isMoving",
|
20248
|
+
"propertyTypeTokenRange": {
|
20411
20249
|
"startIndex": 1,
|
20412
20250
|
"endIndex": 2
|
20413
20251
|
},
|
20414
|
-
"
|
20252
|
+
"isStatic": false,
|
20415
20253
|
"isProtected": false,
|
20416
|
-
"
|
20417
|
-
"parameters": [],
|
20418
|
-
"isOptional": false,
|
20419
|
-
"isAbstract": false,
|
20420
|
-
"name": "getType"
|
20254
|
+
"isAbstract": false
|
20421
20255
|
},
|
20422
20256
|
{
|
20423
|
-
"kind": "
|
20424
|
-
"canonicalReference": "server!RigidBody#
|
20425
|
-
"docComment": "/**\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",
|
20426
20260
|
"excerptTokens": [
|
20427
20261
|
{
|
20428
20262
|
"kind": "Content",
|
20429
|
-
"text": "
|
20430
|
-
},
|
20431
|
-
{
|
20432
|
-
"kind": "Reference",
|
20433
|
-
"text": "Vector3Like",
|
20434
|
-
"canonicalReference": "server!Vector3Like:interface"
|
20263
|
+
"text": "get isRemoved(): "
|
20435
20264
|
},
|
20436
20265
|
{
|
20437
20266
|
"kind": "Content",
|
20438
|
-
"text": "
|
20267
|
+
"text": "boolean"
|
20439
20268
|
},
|
20440
20269
|
{
|
20441
20270
|
"kind": "Content",
|
20442
20271
|
"text": ";"
|
20443
20272
|
}
|
20444
20273
|
],
|
20445
|
-
"
|
20446
|
-
"
|
20274
|
+
"isReadonly": true,
|
20275
|
+
"isOptional": false,
|
20276
|
+
"releaseTag": "Public",
|
20277
|
+
"name": "isRemoved",
|
20278
|
+
"propertyTypeTokenRange": {
|
20447
20279
|
"startIndex": 1,
|
20448
|
-
"endIndex":
|
20280
|
+
"endIndex": 2
|
20449
20281
|
},
|
20450
|
-
"
|
20282
|
+
"isStatic": false,
|
20451
20283
|
"isProtected": false,
|
20452
|
-
"
|
20453
|
-
"parameters": [],
|
20454
|
-
"isOptional": false,
|
20455
|
-
"isAbstract": false,
|
20456
|
-
"name": "getWorldCenterOfMass"
|
20284
|
+
"isAbstract": false
|
20457
20285
|
},
|
20458
20286
|
{
|
20459
20287
|
"kind": "Property",
|
20460
|
-
"canonicalReference": "server!RigidBody#
|
20461
|
-
"docComment": "/**\n * Whether the rigid body
|
20288
|
+
"canonicalReference": "server!RigidBody#isSimulated:member",
|
20289
|
+
"docComment": "/**\n * Whether the rigid body is simulated.\n */\n",
|
20462
20290
|
"excerptTokens": [
|
20463
20291
|
{
|
20464
20292
|
"kind": "Content",
|
20465
|
-
"text": "get
|
20293
|
+
"text": "get isSimulated(): "
|
20466
20294
|
},
|
20467
20295
|
{
|
20468
20296
|
"kind": "Content",
|
@@ -20476,7 +20304,7 @@
|
|
20476
20304
|
"isReadonly": true,
|
20477
20305
|
"isOptional": false,
|
20478
20306
|
"releaseTag": "Public",
|
20479
|
-
"name": "
|
20307
|
+
"name": "isSimulated",
|
20480
20308
|
"propertyTypeTokenRange": {
|
20481
20309
|
"startIndex": 1,
|
20482
20310
|
"endIndex": 2
|
@@ -20487,12 +20315,12 @@
|
|
20487
20315
|
},
|
20488
20316
|
{
|
20489
20317
|
"kind": "Property",
|
20490
|
-
"canonicalReference": "server!RigidBody#
|
20491
|
-
"docComment": "/**\n * Whether the rigid body is
|
20318
|
+
"canonicalReference": "server!RigidBody#isSleeping:member",
|
20319
|
+
"docComment": "/**\n * Whether the rigid body is sleeping.\n */\n",
|
20492
20320
|
"excerptTokens": [
|
20493
20321
|
{
|
20494
20322
|
"kind": "Content",
|
20495
|
-
"text": "get
|
20323
|
+
"text": "get isSleeping(): "
|
20496
20324
|
},
|
20497
20325
|
{
|
20498
20326
|
"kind": "Content",
|
@@ -20506,7 +20334,7 @@
|
|
20506
20334
|
"isReadonly": true,
|
20507
20335
|
"isOptional": false,
|
20508
20336
|
"releaseTag": "Public",
|
20509
|
-
"name": "
|
20337
|
+
"name": "isSleeping",
|
20510
20338
|
"propertyTypeTokenRange": {
|
20511
20339
|
"startIndex": 1,
|
20512
20340
|
"endIndex": 2
|
@@ -20517,16 +20345,16 @@
|
|
20517
20345
|
},
|
20518
20346
|
{
|
20519
20347
|
"kind": "Property",
|
20520
|
-
"canonicalReference": "server!RigidBody#
|
20521
|
-
"docComment": "/**\n *
|
20348
|
+
"canonicalReference": "server!RigidBody#linearDamping:member",
|
20349
|
+
"docComment": "/**\n * The linear damping of the rigid body.\n */\n",
|
20522
20350
|
"excerptTokens": [
|
20523
20351
|
{
|
20524
20352
|
"kind": "Content",
|
20525
|
-
"text": "get
|
20353
|
+
"text": "get linearDamping(): "
|
20526
20354
|
},
|
20527
20355
|
{
|
20528
20356
|
"kind": "Content",
|
20529
|
-
"text": "
|
20357
|
+
"text": "number"
|
20530
20358
|
},
|
20531
20359
|
{
|
20532
20360
|
"kind": "Content",
|
@@ -20536,7 +20364,7 @@
|
|
20536
20364
|
"isReadonly": true,
|
20537
20365
|
"isOptional": false,
|
20538
20366
|
"releaseTag": "Public",
|
20539
|
-
"name": "
|
20367
|
+
"name": "linearDamping",
|
20540
20368
|
"propertyTypeTokenRange": {
|
20541
20369
|
"startIndex": 1,
|
20542
20370
|
"endIndex": 2
|
@@ -20547,16 +20375,17 @@
|
|
20547
20375
|
},
|
20548
20376
|
{
|
20549
20377
|
"kind": "Property",
|
20550
|
-
"canonicalReference": "server!RigidBody#
|
20551
|
-
"docComment": "/**\n *
|
20378
|
+
"canonicalReference": "server!RigidBody#linearVelocity:member",
|
20379
|
+
"docComment": "/**\n * The linear velocity of the rigid body.\n */\n",
|
20552
20380
|
"excerptTokens": [
|
20553
20381
|
{
|
20554
20382
|
"kind": "Content",
|
20555
|
-
"text": "get
|
20383
|
+
"text": "get linearVelocity(): "
|
20556
20384
|
},
|
20557
20385
|
{
|
20558
|
-
"kind": "
|
20559
|
-
"text": "
|
20386
|
+
"kind": "Reference",
|
20387
|
+
"text": "Vector3Like",
|
20388
|
+
"canonicalReference": "server!Vector3Like:interface"
|
20560
20389
|
},
|
20561
20390
|
{
|
20562
20391
|
"kind": "Content",
|
@@ -20566,7 +20395,7 @@
|
|
20566
20395
|
"isReadonly": true,
|
20567
20396
|
"isOptional": false,
|
20568
20397
|
"releaseTag": "Public",
|
20569
|
-
"name": "
|
20398
|
+
"name": "linearVelocity",
|
20570
20399
|
"propertyTypeTokenRange": {
|
20571
20400
|
"startIndex": 1,
|
20572
20401
|
"endIndex": 2
|
@@ -20577,16 +20406,17 @@
|
|
20577
20406
|
},
|
20578
20407
|
{
|
20579
20408
|
"kind": "Property",
|
20580
|
-
"canonicalReference": "server!RigidBody#
|
20581
|
-
"docComment": "/**\n *
|
20409
|
+
"canonicalReference": "server!RigidBody#localCenterOfMass:member",
|
20410
|
+
"docComment": "/**\n * The local center of mass of the rigid body.\n */\n",
|
20582
20411
|
"excerptTokens": [
|
20583
20412
|
{
|
20584
20413
|
"kind": "Content",
|
20585
|
-
"text": "get
|
20414
|
+
"text": "get localCenterOfMass(): "
|
20586
20415
|
},
|
20587
20416
|
{
|
20588
|
-
"kind": "
|
20589
|
-
"text": "
|
20417
|
+
"kind": "Reference",
|
20418
|
+
"text": "Vector3Like",
|
20419
|
+
"canonicalReference": "server!Vector3Like:interface"
|
20590
20420
|
},
|
20591
20421
|
{
|
20592
20422
|
"kind": "Content",
|
@@ -20596,7 +20426,7 @@
|
|
20596
20426
|
"isReadonly": true,
|
20597
20427
|
"isOptional": false,
|
20598
20428
|
"releaseTag": "Public",
|
20599
|
-
"name": "
|
20429
|
+
"name": "localCenterOfMass",
|
20600
20430
|
"propertyTypeTokenRange": {
|
20601
20431
|
"startIndex": 1,
|
20602
20432
|
"endIndex": 2
|
@@ -20606,77 +20436,79 @@
|
|
20606
20436
|
"isAbstract": false
|
20607
20437
|
},
|
20608
20438
|
{
|
20609
|
-
"kind": "
|
20610
|
-
"canonicalReference": "server!RigidBody#
|
20611
|
-
"docComment": "/**\n *
|
20439
|
+
"kind": "Method",
|
20440
|
+
"canonicalReference": "server!RigidBody#lockAllPositions:member(1)",
|
20441
|
+
"docComment": "/**\n * Locks all positional movement of the rigid body.\n */\n",
|
20612
20442
|
"excerptTokens": [
|
20613
20443
|
{
|
20614
20444
|
"kind": "Content",
|
20615
|
-
"text": "
|
20445
|
+
"text": "lockAllPositions(): "
|
20616
20446
|
},
|
20617
20447
|
{
|
20618
20448
|
"kind": "Content",
|
20619
|
-
"text": "
|
20449
|
+
"text": "void"
|
20620
20450
|
},
|
20621
20451
|
{
|
20622
20452
|
"kind": "Content",
|
20623
20453
|
"text": ";"
|
20624
20454
|
}
|
20625
20455
|
],
|
20626
|
-
"
|
20627
|
-
"
|
20628
|
-
"releaseTag": "Public",
|
20629
|
-
"name": "isKinematicPositionBased",
|
20630
|
-
"propertyTypeTokenRange": {
|
20456
|
+
"isStatic": false,
|
20457
|
+
"returnTypeTokenRange": {
|
20631
20458
|
"startIndex": 1,
|
20632
20459
|
"endIndex": 2
|
20633
20460
|
},
|
20634
|
-
"
|
20461
|
+
"releaseTag": "Public",
|
20635
20462
|
"isProtected": false,
|
20636
|
-
"
|
20463
|
+
"overloadIndex": 1,
|
20464
|
+
"parameters": [],
|
20465
|
+
"isOptional": false,
|
20466
|
+
"isAbstract": false,
|
20467
|
+
"name": "lockAllPositions"
|
20637
20468
|
},
|
20638
20469
|
{
|
20639
|
-
"kind": "
|
20640
|
-
"canonicalReference": "server!RigidBody#
|
20641
|
-
"docComment": "/**\n *
|
20470
|
+
"kind": "Method",
|
20471
|
+
"canonicalReference": "server!RigidBody#lockAllRotations:member(1)",
|
20472
|
+
"docComment": "/**\n * Locks all rotations of the rigid body.\n */\n",
|
20642
20473
|
"excerptTokens": [
|
20643
20474
|
{
|
20644
20475
|
"kind": "Content",
|
20645
|
-
"text": "
|
20476
|
+
"text": "lockAllRotations(): "
|
20646
20477
|
},
|
20647
20478
|
{
|
20648
20479
|
"kind": "Content",
|
20649
|
-
"text": "
|
20480
|
+
"text": "void"
|
20650
20481
|
},
|
20651
20482
|
{
|
20652
20483
|
"kind": "Content",
|
20653
20484
|
"text": ";"
|
20654
20485
|
}
|
20655
20486
|
],
|
20656
|
-
"
|
20657
|
-
"
|
20658
|
-
"releaseTag": "Public",
|
20659
|
-
"name": "isKinematicVelocityBased",
|
20660
|
-
"propertyTypeTokenRange": {
|
20487
|
+
"isStatic": false,
|
20488
|
+
"returnTypeTokenRange": {
|
20661
20489
|
"startIndex": 1,
|
20662
20490
|
"endIndex": 2
|
20663
20491
|
},
|
20664
|
-
"
|
20492
|
+
"releaseTag": "Public",
|
20665
20493
|
"isProtected": false,
|
20666
|
-
"
|
20494
|
+
"overloadIndex": 1,
|
20495
|
+
"parameters": [],
|
20496
|
+
"isOptional": false,
|
20497
|
+
"isAbstract": false,
|
20498
|
+
"name": "lockAllRotations"
|
20667
20499
|
},
|
20668
20500
|
{
|
20669
20501
|
"kind": "Property",
|
20670
|
-
"canonicalReference": "server!RigidBody#
|
20671
|
-
"docComment": "/**\n *
|
20502
|
+
"canonicalReference": "server!RigidBody#mass:member",
|
20503
|
+
"docComment": "/**\n * The mass of the rigid body.\n */\n",
|
20672
20504
|
"excerptTokens": [
|
20673
20505
|
{
|
20674
20506
|
"kind": "Content",
|
20675
|
-
"text": "get
|
20507
|
+
"text": "get mass(): "
|
20676
20508
|
},
|
20677
20509
|
{
|
20678
20510
|
"kind": "Content",
|
20679
|
-
"text": "
|
20511
|
+
"text": "number"
|
20680
20512
|
},
|
20681
20513
|
{
|
20682
20514
|
"kind": "Content",
|
@@ -20686,7 +20518,7 @@
|
|
20686
20518
|
"isReadonly": true,
|
20687
20519
|
"isOptional": false,
|
20688
20520
|
"releaseTag": "Public",
|
20689
|
-
"name": "
|
20521
|
+
"name": "mass",
|
20690
20522
|
"propertyTypeTokenRange": {
|
20691
20523
|
"startIndex": 1,
|
20692
20524
|
"endIndex": 2
|
@@ -20697,16 +20529,17 @@
|
|
20697
20529
|
},
|
20698
20530
|
{
|
20699
20531
|
"kind": "Property",
|
20700
|
-
"canonicalReference": "server!RigidBody#
|
20701
|
-
"docComment": "/**\n *
|
20532
|
+
"canonicalReference": "server!RigidBody#nextKinematicPosition:member",
|
20533
|
+
"docComment": "/**\n * The next kinematic position of the rigid body.\n */\n",
|
20702
20534
|
"excerptTokens": [
|
20703
20535
|
{
|
20704
20536
|
"kind": "Content",
|
20705
|
-
"text": "get
|
20537
|
+
"text": "get nextKinematicPosition(): "
|
20706
20538
|
},
|
20707
20539
|
{
|
20708
|
-
"kind": "
|
20709
|
-
"text": "
|
20540
|
+
"kind": "Reference",
|
20541
|
+
"text": "Vector3Like",
|
20542
|
+
"canonicalReference": "server!Vector3Like:interface"
|
20710
20543
|
},
|
20711
20544
|
{
|
20712
20545
|
"kind": "Content",
|
@@ -20716,7 +20549,7 @@
|
|
20716
20549
|
"isReadonly": true,
|
20717
20550
|
"isOptional": false,
|
20718
20551
|
"releaseTag": "Public",
|
20719
|
-
"name": "
|
20552
|
+
"name": "nextKinematicPosition",
|
20720
20553
|
"propertyTypeTokenRange": {
|
20721
20554
|
"startIndex": 1,
|
20722
20555
|
"endIndex": 2
|
@@ -20727,16 +20560,17 @@
|
|
20727
20560
|
},
|
20728
20561
|
{
|
20729
20562
|
"kind": "Property",
|
20730
|
-
"canonicalReference": "server!RigidBody#
|
20731
|
-
"docComment": "/**\n *
|
20563
|
+
"canonicalReference": "server!RigidBody#nextKinematicRotation:member",
|
20564
|
+
"docComment": "/**\n * The next kinematic rotation of the rigid body.\n */\n",
|
20732
20565
|
"excerptTokens": [
|
20733
20566
|
{
|
20734
20567
|
"kind": "Content",
|
20735
|
-
"text": "get
|
20568
|
+
"text": "get nextKinematicRotation(): "
|
20736
20569
|
},
|
20737
20570
|
{
|
20738
|
-
"kind": "
|
20739
|
-
"text": "
|
20571
|
+
"kind": "Reference",
|
20572
|
+
"text": "QuaternionLike",
|
20573
|
+
"canonicalReference": "server!QuaternionLike:interface"
|
20740
20574
|
},
|
20741
20575
|
{
|
20742
20576
|
"kind": "Content",
|
@@ -20746,7 +20580,7 @@
|
|
20746
20580
|
"isReadonly": true,
|
20747
20581
|
"isOptional": false,
|
20748
20582
|
"releaseTag": "Public",
|
20749
|
-
"name": "
|
20583
|
+
"name": "nextKinematicRotation",
|
20750
20584
|
"propertyTypeTokenRange": {
|
20751
20585
|
"startIndex": 1,
|
20752
20586
|
"endIndex": 2
|
@@ -20757,16 +20591,16 @@
|
|
20757
20591
|
},
|
20758
20592
|
{
|
20759
20593
|
"kind": "Property",
|
20760
|
-
"canonicalReference": "server!RigidBody#
|
20761
|
-
"docComment": "/**\n *
|
20594
|
+
"canonicalReference": "server!RigidBody#numColliders:member",
|
20595
|
+
"docComment": "/**\n * The number of colliders in the rigid body.\n */\n",
|
20762
20596
|
"excerptTokens": [
|
20763
20597
|
{
|
20764
20598
|
"kind": "Content",
|
20765
|
-
"text": "get
|
20599
|
+
"text": "get numColliders(): "
|
20766
20600
|
},
|
20767
20601
|
{
|
20768
20602
|
"kind": "Content",
|
20769
|
-
"text": "
|
20603
|
+
"text": "number"
|
20770
20604
|
},
|
20771
20605
|
{
|
20772
20606
|
"kind": "Content",
|
@@ -20776,7 +20610,7 @@
|
|
20776
20610
|
"isReadonly": true,
|
20777
20611
|
"isOptional": false,
|
20778
20612
|
"releaseTag": "Public",
|
20779
|
-
"name": "
|
20613
|
+
"name": "numColliders",
|
20780
20614
|
"propertyTypeTokenRange": {
|
20781
20615
|
"startIndex": 1,
|
20782
20616
|
"endIndex": 2
|
@@ -20786,79 +20620,84 @@
|
|
20786
20620
|
"isAbstract": false
|
20787
20621
|
},
|
20788
20622
|
{
|
20789
|
-
"kind": "
|
20790
|
-
"canonicalReference": "server!RigidBody#
|
20791
|
-
"docComment": "/**\n *
|
20623
|
+
"kind": "Property",
|
20624
|
+
"canonicalReference": "server!RigidBody#position:member",
|
20625
|
+
"docComment": "/**\n * The position of the rigid body.\n */\n",
|
20792
20626
|
"excerptTokens": [
|
20793
20627
|
{
|
20794
20628
|
"kind": "Content",
|
20795
|
-
"text": "
|
20629
|
+
"text": "get position(): "
|
20796
20630
|
},
|
20797
20631
|
{
|
20798
|
-
"kind": "
|
20799
|
-
"text": "
|
20632
|
+
"kind": "Reference",
|
20633
|
+
"text": "Vector3Like",
|
20634
|
+
"canonicalReference": "server!Vector3Like:interface"
|
20800
20635
|
},
|
20801
20636
|
{
|
20802
20637
|
"kind": "Content",
|
20803
20638
|
"text": ";"
|
20804
20639
|
}
|
20805
20640
|
],
|
20806
|
-
"
|
20807
|
-
"
|
20641
|
+
"isReadonly": true,
|
20642
|
+
"isOptional": false,
|
20643
|
+
"releaseTag": "Public",
|
20644
|
+
"name": "position",
|
20645
|
+
"propertyTypeTokenRange": {
|
20808
20646
|
"startIndex": 1,
|
20809
20647
|
"endIndex": 2
|
20810
20648
|
},
|
20811
|
-
"
|
20649
|
+
"isStatic": false,
|
20812
20650
|
"isProtected": false,
|
20813
|
-
"
|
20814
|
-
"parameters": [],
|
20815
|
-
"isOptional": false,
|
20816
|
-
"isAbstract": false,
|
20817
|
-
"name": "lockAllRotations"
|
20651
|
+
"isAbstract": false
|
20818
20652
|
},
|
20819
20653
|
{
|
20820
|
-
"kind": "
|
20821
|
-
"canonicalReference": "server!RigidBody#
|
20822
|
-
"docComment": "/**\n *
|
20654
|
+
"kind": "Property",
|
20655
|
+
"canonicalReference": "server!RigidBody#principalAngularInertia:member",
|
20656
|
+
"docComment": "/**\n * The principal angular inertia of the rigid body.\n */\n",
|
20823
20657
|
"excerptTokens": [
|
20824
20658
|
{
|
20825
20659
|
"kind": "Content",
|
20826
|
-
"text": "
|
20660
|
+
"text": "get principalAngularInertia(): "
|
20827
20661
|
},
|
20828
20662
|
{
|
20829
|
-
"kind": "
|
20830
|
-
"text": "
|
20663
|
+
"kind": "Reference",
|
20664
|
+
"text": "Vector3Like",
|
20665
|
+
"canonicalReference": "server!Vector3Like:interface"
|
20831
20666
|
},
|
20832
20667
|
{
|
20833
20668
|
"kind": "Content",
|
20834
20669
|
"text": ";"
|
20835
20670
|
}
|
20836
20671
|
],
|
20837
|
-
"
|
20838
|
-
"
|
20672
|
+
"isReadonly": true,
|
20673
|
+
"isOptional": false,
|
20674
|
+
"releaseTag": "Public",
|
20675
|
+
"name": "principalAngularInertia",
|
20676
|
+
"propertyTypeTokenRange": {
|
20839
20677
|
"startIndex": 1,
|
20840
20678
|
"endIndex": 2
|
20841
20679
|
},
|
20842
|
-
"
|
20680
|
+
"isStatic": false,
|
20843
20681
|
"isProtected": false,
|
20844
|
-
"
|
20845
|
-
"parameters": [],
|
20846
|
-
"isOptional": false,
|
20847
|
-
"isAbstract": false,
|
20848
|
-
"name": "lockAllTranslations"
|
20682
|
+
"isAbstract": false
|
20849
20683
|
},
|
20850
20684
|
{
|
20851
20685
|
"kind": "Property",
|
20852
|
-
"canonicalReference": "server!RigidBody#
|
20853
|
-
"docComment": "/**\n * The
|
20686
|
+
"canonicalReference": "server!RigidBody#principalAngularInertiaLocalFrame:member",
|
20687
|
+
"docComment": "/**\n * The principal angular inertia local frame of the rigid body.\n */\n",
|
20854
20688
|
"excerptTokens": [
|
20855
20689
|
{
|
20856
20690
|
"kind": "Content",
|
20857
|
-
"text": "get
|
20691
|
+
"text": "get principalAngularInertiaLocalFrame(): "
|
20692
|
+
},
|
20693
|
+
{
|
20694
|
+
"kind": "Reference",
|
20695
|
+
"text": "QuaternionLike",
|
20696
|
+
"canonicalReference": "server!QuaternionLike:interface"
|
20858
20697
|
},
|
20859
20698
|
{
|
20860
20699
|
"kind": "Content",
|
20861
|
-
"text": "
|
20700
|
+
"text": " | undefined"
|
20862
20701
|
},
|
20863
20702
|
{
|
20864
20703
|
"kind": "Content",
|
@@ -20868,10 +20707,10 @@
|
|
20868
20707
|
"isReadonly": true,
|
20869
20708
|
"isOptional": false,
|
20870
20709
|
"releaseTag": "Public",
|
20871
|
-
"name": "
|
20710
|
+
"name": "principalAngularInertiaLocalFrame",
|
20872
20711
|
"propertyTypeTokenRange": {
|
20873
20712
|
"startIndex": 1,
|
20874
|
-
"endIndex":
|
20713
|
+
"endIndex": 3
|
20875
20714
|
},
|
20876
20715
|
"isStatic": false,
|
20877
20716
|
"isProtected": false,
|
@@ -20943,6 +20782,37 @@
|
|
20943
20782
|
"isAbstract": false,
|
20944
20783
|
"name": "removeFromSimulation"
|
20945
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
|
+
},
|
20946
20816
|
{
|
20947
20817
|
"kind": "Method",
|
20948
20818
|
"canonicalReference": "server!RigidBody#setAdditionalMass:member(1)",
|
@@ -21380,12 +21250,12 @@
|
|
21380
21250
|
},
|
21381
21251
|
{
|
21382
21252
|
"kind": "Method",
|
21383
|
-
"canonicalReference": "server!RigidBody#
|
21384
|
-
"docComment": "/**\n * Sets whether the rigid body has enabled
|
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",
|
21385
21255
|
"excerptTokens": [
|
21386
21256
|
{
|
21387
21257
|
"kind": "Content",
|
21388
|
-
"text": "
|
21258
|
+
"text": "setEnabledPositions(enabledPositions: "
|
21389
21259
|
},
|
21390
21260
|
{
|
21391
21261
|
"kind": "Reference",
|
@@ -21415,7 +21285,7 @@
|
|
21415
21285
|
"overloadIndex": 1,
|
21416
21286
|
"parameters": [
|
21417
21287
|
{
|
21418
|
-
"parameterName": "
|
21288
|
+
"parameterName": "enabledPositions",
|
21419
21289
|
"parameterTypeTokenRange": {
|
21420
21290
|
"startIndex": 1,
|
21421
21291
|
"endIndex": 2
|
@@ -21425,16 +21295,16 @@
|
|
21425
21295
|
],
|
21426
21296
|
"isOptional": false,
|
21427
21297
|
"isAbstract": false,
|
21428
|
-
"name": "
|
21298
|
+
"name": "setEnabledPositions"
|
21429
21299
|
},
|
21430
21300
|
{
|
21431
21301
|
"kind": "Method",
|
21432
|
-
"canonicalReference": "server!RigidBody#
|
21433
|
-
"docComment": "/**\n * Sets whether the rigid body has enabled
|
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",
|
21434
21304
|
"excerptTokens": [
|
21435
21305
|
{
|
21436
21306
|
"kind": "Content",
|
21437
|
-
"text": "
|
21307
|
+
"text": "setEnabledRotations(enabledRotations: "
|
21438
21308
|
},
|
21439
21309
|
{
|
21440
21310
|
"kind": "Reference",
|
@@ -21464,7 +21334,7 @@
|
|
21464
21334
|
"overloadIndex": 1,
|
21465
21335
|
"parameters": [
|
21466
21336
|
{
|
21467
|
-
"parameterName": "
|
21337
|
+
"parameterName": "enabledRotations",
|
21468
21338
|
"parameterTypeTokenRange": {
|
21469
21339
|
"startIndex": 1,
|
21470
21340
|
"endIndex": 2
|
@@ -21474,7 +21344,7 @@
|
|
21474
21344
|
],
|
21475
21345
|
"isOptional": false,
|
21476
21346
|
"isAbstract": false,
|
21477
|
-
"name": "
|
21347
|
+
"name": "setEnabledRotations"
|
21478
21348
|
},
|
21479
21349
|
{
|
21480
21350
|
"kind": "Method",
|
@@ -21623,17 +21493,17 @@
|
|
21623
21493
|
},
|
21624
21494
|
{
|
21625
21495
|
"kind": "Method",
|
21626
|
-
"canonicalReference": "server!RigidBody#
|
21627
|
-
"docComment": "/**\n * Sets the next kinematic
|
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",
|
21628
21498
|
"excerptTokens": [
|
21629
21499
|
{
|
21630
21500
|
"kind": "Content",
|
21631
|
-
"text": "
|
21501
|
+
"text": "setNextKinematicPosition(nextKinematicPosition: "
|
21632
21502
|
},
|
21633
21503
|
{
|
21634
21504
|
"kind": "Reference",
|
21635
|
-
"text": "
|
21636
|
-
"canonicalReference": "server!
|
21505
|
+
"text": "Vector3Like",
|
21506
|
+
"canonicalReference": "server!Vector3Like:interface"
|
21637
21507
|
},
|
21638
21508
|
{
|
21639
21509
|
"kind": "Content",
|
@@ -21658,7 +21528,7 @@
|
|
21658
21528
|
"overloadIndex": 1,
|
21659
21529
|
"parameters": [
|
21660
21530
|
{
|
21661
|
-
"parameterName": "
|
21531
|
+
"parameterName": "nextKinematicPosition",
|
21662
21532
|
"parameterTypeTokenRange": {
|
21663
21533
|
"startIndex": 1,
|
21664
21534
|
"endIndex": 2
|
@@ -21668,21 +21538,21 @@
|
|
21668
21538
|
],
|
21669
21539
|
"isOptional": false,
|
21670
21540
|
"isAbstract": false,
|
21671
|
-
"name": "
|
21541
|
+
"name": "setNextKinematicPosition"
|
21672
21542
|
},
|
21673
21543
|
{
|
21674
21544
|
"kind": "Method",
|
21675
|
-
"canonicalReference": "server!RigidBody#
|
21676
|
-
"docComment": "/**\n * Sets the next kinematic
|
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",
|
21677
21547
|
"excerptTokens": [
|
21678
21548
|
{
|
21679
21549
|
"kind": "Content",
|
21680
|
-
"text": "
|
21550
|
+
"text": "setNextKinematicRotation(nextKinematicRotation: "
|
21681
21551
|
},
|
21682
21552
|
{
|
21683
21553
|
"kind": "Reference",
|
21684
|
-
"text": "
|
21685
|
-
"canonicalReference": "server!
|
21554
|
+
"text": "QuaternionLike",
|
21555
|
+
"canonicalReference": "server!QuaternionLike:interface"
|
21686
21556
|
},
|
21687
21557
|
{
|
21688
21558
|
"kind": "Content",
|
@@ -21707,7 +21577,7 @@
|
|
21707
21577
|
"overloadIndex": 1,
|
21708
21578
|
"parameters": [
|
21709
21579
|
{
|
21710
|
-
"parameterName": "
|
21580
|
+
"parameterName": "nextKinematicRotation",
|
21711
21581
|
"parameterTypeTokenRange": {
|
21712
21582
|
"startIndex": 1,
|
21713
21583
|
"endIndex": 2
|
@@ -21717,21 +21587,21 @@
|
|
21717
21587
|
],
|
21718
21588
|
"isOptional": false,
|
21719
21589
|
"isAbstract": false,
|
21720
|
-
"name": "
|
21590
|
+
"name": "setNextKinematicRotation"
|
21721
21591
|
},
|
21722
21592
|
{
|
21723
21593
|
"kind": "Method",
|
21724
|
-
"canonicalReference": "server!RigidBody#
|
21725
|
-
"docComment": "/**\n * Sets the
|
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",
|
21726
21596
|
"excerptTokens": [
|
21727
21597
|
{
|
21728
21598
|
"kind": "Content",
|
21729
|
-
"text": "
|
21599
|
+
"text": "setPosition(position: "
|
21730
21600
|
},
|
21731
21601
|
{
|
21732
21602
|
"kind": "Reference",
|
21733
|
-
"text": "
|
21734
|
-
"canonicalReference": "server!
|
21603
|
+
"text": "Vector3Like",
|
21604
|
+
"canonicalReference": "server!Vector3Like:interface"
|
21735
21605
|
},
|
21736
21606
|
{
|
21737
21607
|
"kind": "Content",
|
@@ -21756,7 +21626,7 @@
|
|
21756
21626
|
"overloadIndex": 1,
|
21757
21627
|
"parameters": [
|
21758
21628
|
{
|
21759
|
-
"parameterName": "
|
21629
|
+
"parameterName": "position",
|
21760
21630
|
"parameterTypeTokenRange": {
|
21761
21631
|
"startIndex": 1,
|
21762
21632
|
"endIndex": 2
|
@@ -21766,20 +21636,21 @@
|
|
21766
21636
|
],
|
21767
21637
|
"isOptional": false,
|
21768
21638
|
"isAbstract": false,
|
21769
|
-
"name": "
|
21639
|
+
"name": "setPosition"
|
21770
21640
|
},
|
21771
21641
|
{
|
21772
21642
|
"kind": "Method",
|
21773
|
-
"canonicalReference": "server!RigidBody#
|
21774
|
-
"docComment": "/**\n * Sets
|
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",
|
21775
21645
|
"excerptTokens": [
|
21776
21646
|
{
|
21777
21647
|
"kind": "Content",
|
21778
|
-
"text": "
|
21648
|
+
"text": "setRotation(rotation: "
|
21779
21649
|
},
|
21780
21650
|
{
|
21781
|
-
"kind": "
|
21782
|
-
"text": "
|
21651
|
+
"kind": "Reference",
|
21652
|
+
"text": "QuaternionLike",
|
21653
|
+
"canonicalReference": "server!QuaternionLike:interface"
|
21783
21654
|
},
|
21784
21655
|
{
|
21785
21656
|
"kind": "Content",
|
@@ -21804,7 +21675,7 @@
|
|
21804
21675
|
"overloadIndex": 1,
|
21805
21676
|
"parameters": [
|
21806
21677
|
{
|
21807
|
-
"parameterName": "
|
21678
|
+
"parameterName": "rotation",
|
21808
21679
|
"parameterTypeTokenRange": {
|
21809
21680
|
"startIndex": 1,
|
21810
21681
|
"endIndex": 2
|
@@ -21814,20 +21685,20 @@
|
|
21814
21685
|
],
|
21815
21686
|
"isOptional": false,
|
21816
21687
|
"isAbstract": false,
|
21817
|
-
"name": "
|
21688
|
+
"name": "setRotation"
|
21818
21689
|
},
|
21819
21690
|
{
|
21820
21691
|
"kind": "Method",
|
21821
|
-
"canonicalReference": "server!RigidBody#
|
21822
|
-
"docComment": "/**\n * Sets
|
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",
|
21823
21694
|
"excerptTokens": [
|
21824
21695
|
{
|
21825
21696
|
"kind": "Content",
|
21826
|
-
"text": "
|
21697
|
+
"text": "setSleeping(sleeping: "
|
21827
21698
|
},
|
21828
21699
|
{
|
21829
21700
|
"kind": "Content",
|
21830
|
-
"text": "
|
21701
|
+
"text": "boolean"
|
21831
21702
|
},
|
21832
21703
|
{
|
21833
21704
|
"kind": "Content",
|
@@ -21852,7 +21723,7 @@
|
|
21852
21723
|
"overloadIndex": 1,
|
21853
21724
|
"parameters": [
|
21854
21725
|
{
|
21855
|
-
"parameterName": "
|
21726
|
+
"parameterName": "sleeping",
|
21856
21727
|
"parameterTypeTokenRange": {
|
21857
21728
|
"startIndex": 1,
|
21858
21729
|
"endIndex": 2
|
@@ -21862,21 +21733,20 @@
|
|
21862
21733
|
],
|
21863
21734
|
"isOptional": false,
|
21864
21735
|
"isAbstract": false,
|
21865
|
-
"name": "
|
21736
|
+
"name": "setSleeping"
|
21866
21737
|
},
|
21867
21738
|
{
|
21868
21739
|
"kind": "Method",
|
21869
|
-
"canonicalReference": "server!RigidBody#
|
21870
|
-
"docComment": "/**\n * Sets the
|
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",
|
21871
21742
|
"excerptTokens": [
|
21872
21743
|
{
|
21873
21744
|
"kind": "Content",
|
21874
|
-
"text": "
|
21745
|
+
"text": "setSoftCcdPrediction(softCcdPrediction: "
|
21875
21746
|
},
|
21876
21747
|
{
|
21877
|
-
"kind": "
|
21878
|
-
"text": "
|
21879
|
-
"canonicalReference": "server!Vector3Like:interface"
|
21748
|
+
"kind": "Content",
|
21749
|
+
"text": "number"
|
21880
21750
|
},
|
21881
21751
|
{
|
21882
21752
|
"kind": "Content",
|
@@ -21901,7 +21771,7 @@
|
|
21901
21771
|
"overloadIndex": 1,
|
21902
21772
|
"parameters": [
|
21903
21773
|
{
|
21904
|
-
"parameterName": "
|
21774
|
+
"parameterName": "softCcdPrediction",
|
21905
21775
|
"parameterTypeTokenRange": {
|
21906
21776
|
"startIndex": 1,
|
21907
21777
|
"endIndex": 2
|
@@ -21911,7 +21781,7 @@
|
|
21911
21781
|
],
|
21912
21782
|
"isOptional": false,
|
21913
21783
|
"isAbstract": false,
|
21914
|
-
"name": "
|
21784
|
+
"name": "setSoftCcdPrediction"
|
21915
21785
|
},
|
21916
21786
|
{
|
21917
21787
|
"kind": "Method",
|
@@ -21993,6 +21863,67 @@
|
|
21993
21863
|
"isAbstract": false,
|
21994
21864
|
"name": "sleep"
|
21995
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
|
+
},
|
21996
21927
|
{
|
21997
21928
|
"kind": "Method",
|
21998
21929
|
"canonicalReference": "server!RigidBody#wakeUp:member(1)",
|
@@ -22023,6 +21954,41 @@
|
|
22023
21954
|
"isOptional": false,
|
22024
21955
|
"isAbstract": false,
|
22025
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
|
22026
21992
|
}
|
22027
21993
|
],
|
22028
21994
|
"implementsTokenRanges": []
|
@@ -22347,12 +22313,12 @@
|
|
22347
22313
|
},
|
22348
22314
|
{
|
22349
22315
|
"kind": "PropertySignature",
|
22350
|
-
"canonicalReference": "server!RigidBodyOptions#
|
22351
|
-
"docComment": "/**\n * The enabled
|
22316
|
+
"canonicalReference": "server!RigidBodyOptions#enabledPositions:member",
|
22317
|
+
"docComment": "/**\n * The enabled axes of positional movement of the rigid body.\n */\n",
|
22352
22318
|
"excerptTokens": [
|
22353
22319
|
{
|
22354
22320
|
"kind": "Content",
|
22355
|
-
"text": "
|
22321
|
+
"text": "enabledPositions?: "
|
22356
22322
|
},
|
22357
22323
|
{
|
22358
22324
|
"kind": "Reference",
|
@@ -22367,7 +22333,7 @@
|
|
22367
22333
|
"isReadonly": false,
|
22368
22334
|
"isOptional": true,
|
22369
22335
|
"releaseTag": "Public",
|
22370
|
-
"name": "
|
22336
|
+
"name": "enabledPositions",
|
22371
22337
|
"propertyTypeTokenRange": {
|
22372
22338
|
"startIndex": 1,
|
22373
22339
|
"endIndex": 2
|
@@ -22375,12 +22341,12 @@
|
|
22375
22341
|
},
|
22376
22342
|
{
|
22377
22343
|
"kind": "PropertySignature",
|
22378
|
-
"canonicalReference": "server!RigidBodyOptions#
|
22379
|
-
"docComment": "/**\n * The enabled
|
22344
|
+
"canonicalReference": "server!RigidBodyOptions#enabledRotations:member",
|
22345
|
+
"docComment": "/**\n * The enabled rotations of the rigid body.\n */\n",
|
22380
22346
|
"excerptTokens": [
|
22381
22347
|
{
|
22382
22348
|
"kind": "Content",
|
22383
|
-
"text": "
|
22349
|
+
"text": "enabledRotations?: "
|
22384
22350
|
},
|
22385
22351
|
{
|
22386
22352
|
"kind": "Reference",
|
@@ -22395,7 +22361,7 @@
|
|
22395
22361
|
"isReadonly": false,
|
22396
22362
|
"isOptional": true,
|
22397
22363
|
"releaseTag": "Public",
|
22398
|
-
"name": "
|
22364
|
+
"name": "enabledRotations",
|
22399
22365
|
"propertyTypeTokenRange": {
|
22400
22366
|
"startIndex": 1,
|
22401
22367
|
"endIndex": 2
|
@@ -22483,6 +22449,34 @@
|
|
22483
22449
|
"endIndex": 2
|
22484
22450
|
}
|
22485
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
|
+
},
|
22486
22480
|
{
|
22487
22481
|
"kind": "PropertySignature",
|
22488
22482
|
"canonicalReference": "server!RigidBodyOptions#rotation:member",
|
@@ -22593,34 +22587,6 @@
|
|
22593
22587
|
"endIndex": 2
|
22594
22588
|
}
|
22595
22589
|
},
|
22596
|
-
{
|
22597
|
-
"kind": "PropertySignature",
|
22598
|
-
"canonicalReference": "server!RigidBodyOptions#translation:member",
|
22599
|
-
"docComment": "/**\n * The translation of the rigid body.\n */\n",
|
22600
|
-
"excerptTokens": [
|
22601
|
-
{
|
22602
|
-
"kind": "Content",
|
22603
|
-
"text": "translation?: "
|
22604
|
-
},
|
22605
|
-
{
|
22606
|
-
"kind": "Reference",
|
22607
|
-
"text": "Vector3Like",
|
22608
|
-
"canonicalReference": "server!Vector3Like:interface"
|
22609
|
-
},
|
22610
|
-
{
|
22611
|
-
"kind": "Content",
|
22612
|
-
"text": ";"
|
22613
|
-
}
|
22614
|
-
],
|
22615
|
-
"isReadonly": false,
|
22616
|
-
"isOptional": true,
|
22617
|
-
"releaseTag": "Public",
|
22618
|
-
"name": "translation",
|
22619
|
-
"propertyTypeTokenRange": {
|
22620
|
-
"startIndex": 1,
|
22621
|
-
"endIndex": 2
|
22622
|
-
}
|
22623
|
-
},
|
22624
22590
|
{
|
22625
22591
|
"kind": "PropertySignature",
|
22626
22592
|
"canonicalReference": "server!RigidBodyOptions#type:member",
|