hytopia 0.1.54 → 0.1.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (129) hide show
  1. package/docs/server.basecharactercontroller.attach.md +53 -0
  2. package/docs/server.basecharactercontroller.despawn.md +53 -0
  3. package/docs/server.basecharactercontroller.detach.md +53 -0
  4. package/docs/server.basecharactercontroller.md +91 -28
  5. package/docs/server.basecharactercontroller.onattach.md +13 -0
  6. package/docs/server.basecharactercontroller.ondespawn.md +13 -0
  7. package/docs/server.basecharactercontroller.ondetach.md +13 -0
  8. package/docs/server.basecharactercontroller.onspawn.md +13 -0
  9. package/docs/server.basecharactercontroller.ontick.md +2 -2
  10. package/docs/server.basecharactercontroller.ontickwithplayerinput.md +2 -2
  11. package/docs/server.basecharactercontroller.spawn.md +53 -0
  12. package/docs/server.basecharactercontroller.tick.md +15 -1
  13. package/docs/server.basecharactercontroller.tickwithplayerinput.md +17 -1
  14. package/docs/server.collider.bounciness.md +13 -0
  15. package/docs/server.collider.bouncinesscombinerule.md +13 -0
  16. package/docs/server.collider.collisiongroups.md +13 -0
  17. package/docs/{server.collider.getfriction.md → server.collider.friction.md} +4 -10
  18. package/docs/server.collider.frictioncombinerule.md +13 -0
  19. package/docs/server.collider.md +112 -63
  20. package/docs/server.collider.relativeposition.md +13 -0
  21. package/docs/server.collider.relativerotation.md +13 -0
  22. package/docs/{server.collider.setrelativetranslation.md → server.collider.setrelativeposition.md} +6 -6
  23. package/docs/server.collideroptions.md +6 -6
  24. package/docs/server.collideroptions.relativeposition.md +13 -0
  25. package/docs/server.defaultcharactercontroller._constructor_.md +1 -17
  26. package/docs/server.defaultcharactercontroller.attach.md +53 -0
  27. package/docs/server.defaultcharactercontroller.md +18 -4
  28. package/docs/server.defaultcharactercontroller.spawn.md +53 -0
  29. package/docs/server.defaultcharactercontroller.tickwithplayerinput.md +17 -1
  30. package/docs/server.entity.md +0 -19
  31. package/docs/server.entity.setcharactercontroller.md +2 -2
  32. package/docs/server.entityeventpayload.md +2 -2
  33. package/docs/server.entityeventpayload.updateposition.entity.md +11 -0
  34. package/docs/{server.entityeventpayload.updatetranslation.md → server.entityeventpayload.updateposition.md} +5 -5
  35. package/docs/server.entityeventpayload.updateposition.position.md +11 -0
  36. package/docs/server.entityeventtype.md +4 -4
  37. package/docs/server.entityoptions.charactercontroller.md +13 -0
  38. package/docs/server.entityoptions.md +3 -3
  39. package/docs/server.md +1 -1
  40. package/docs/server.movecallback.md +2 -2
  41. package/docs/server.movecompletecallback.md +1 -1
  42. package/docs/server.rigidbody.additionalmass.md +13 -0
  43. package/docs/server.rigidbody.additionalsolveriterations.md +13 -0
  44. package/docs/server.rigidbody.angulardamping.md +13 -0
  45. package/docs/server.rigidbody.angularvelocity.md +13 -0
  46. package/docs/server.rigidbody.directionfromrotation.md +13 -0
  47. package/docs/server.rigidbody.dominancegroup.md +13 -0
  48. package/docs/server.rigidbody.effectiveangularinertia.md +13 -0
  49. package/docs/server.rigidbody.effectiveinversemass.md +13 -0
  50. package/docs/server.rigidbody.effectiveworldinverseprincipalangularinertiasqrt.md +13 -0
  51. package/docs/server.rigidbody.enabledpositions.md +13 -0
  52. package/docs/server.rigidbody.enabledrotations.md +13 -0
  53. package/docs/server.rigidbody.gravityscale.md +13 -0
  54. package/docs/server.rigidbody.inversemass.md +13 -0
  55. package/docs/server.rigidbody.inverseprincipalangularinertiasqrt.md +13 -0
  56. package/docs/server.rigidbody.lineardamping.md +13 -0
  57. package/docs/server.rigidbody.linearvelocity.md +13 -0
  58. package/docs/server.rigidbody.localcenterofmass.md +13 -0
  59. package/docs/server.rigidbody.lockallpositions.md +17 -0
  60. package/docs/{server.rigidbody.getmass.md → server.rigidbody.mass.md} +4 -10
  61. package/docs/server.rigidbody.md +339 -150
  62. package/docs/server.rigidbody.nextkinematicposition.md +13 -0
  63. package/docs/server.rigidbody.nextkinematicrotation.md +13 -0
  64. package/docs/server.rigidbody.position.md +13 -0
  65. package/docs/server.rigidbody.principalangularinertia.md +13 -0
  66. package/docs/server.rigidbody.principalangularinertialocalframe.md +13 -0
  67. package/docs/server.rigidbody.rotation.md +13 -0
  68. package/docs/{server.rigidbody.setenabledtranslations.md → server.rigidbody.setenabledpositions.md} +6 -6
  69. package/docs/{server.rigidbody.setnextkinematictranslation.md → server.rigidbody.setnextkinematicposition.md} +6 -6
  70. package/docs/{server.rigidbody.settranslation.md → server.rigidbody.setposition.md} +6 -6
  71. package/docs/server.rigidbody.softccdprediction.md +13 -0
  72. package/docs/server.rigidbody.type.md +13 -0
  73. package/docs/server.rigidbody.worldcenterofmass.md +13 -0
  74. package/docs/server.rigidbodyoptions.enabledpositions.md +13 -0
  75. package/docs/server.rigidbodyoptions.md +19 -19
  76. package/docs/server.rigidbodyoptions.position.md +13 -0
  77. package/examples/block-entity/index.ts +3 -3
  78. package/examples/character-controller/MyCharacterController.ts +190 -119
  79. package/examples/character-controller/index.ts +5 -10
  80. package/examples/custom-ui/index.ts +2 -2
  81. package/examples/payload-game/index.ts +17 -18
  82. package/package.json +1 -1
  83. package/server.api.json +1461 -1203
  84. package/server.d.ts +181 -252
  85. package/server.js +85 -85
  86. package/docs/server.basecharactercontroller._constructor_.md +0 -65
  87. package/docs/server.basecharactercontroller.createcolliders.md +0 -19
  88. package/docs/server.basecharactercontroller.entity.md +0 -13
  89. package/docs/server.collider.getbounciness.md +0 -19
  90. package/docs/server.collider.getbouncinesscombinerule.md +0 -19
  91. package/docs/server.collider.getcollisiongroups.md +0 -19
  92. package/docs/server.collider.getfrictioncombinerule.md +0 -19
  93. package/docs/server.collider.getrelativerotation.md +0 -19
  94. package/docs/server.collider.getrelativetranslation.md +0 -19
  95. package/docs/server.collideroptions.relativetranslation.md +0 -13
  96. package/docs/server.defaultcharactercontroller.createcolliders.md +0 -19
  97. package/docs/server.entity.createcustomcharactercontroller.md +0 -13
  98. package/docs/server.entityeventpayload.updatetranslation.entity.md +0 -11
  99. package/docs/server.entityeventpayload.updatetranslation.translation.md +0 -11
  100. package/docs/server.entityoptions.createcustomcharactercontroller.md +0 -13
  101. package/docs/server.rigidbody.getadditionalmass.md +0 -19
  102. package/docs/server.rigidbody.getadditionalsolveriterations.md +0 -19
  103. package/docs/server.rigidbody.getangulardamping.md +0 -19
  104. package/docs/server.rigidbody.getangularvelocity.md +0 -19
  105. package/docs/server.rigidbody.getdirectionfromrotation.md +0 -19
  106. package/docs/server.rigidbody.getdominancegroup.md +0 -19
  107. package/docs/server.rigidbody.geteffectiveangularinertia.md +0 -19
  108. package/docs/server.rigidbody.geteffectiveinversemass.md +0 -19
  109. package/docs/server.rigidbody.geteffectiveworldinverseprincipalangularinertiasqrt.md +0 -19
  110. package/docs/server.rigidbody.getenabledrotations.md +0 -19
  111. package/docs/server.rigidbody.getenabledtranslations.md +0 -19
  112. package/docs/server.rigidbody.getgravityscale.md +0 -19
  113. package/docs/server.rigidbody.getinversemass.md +0 -19
  114. package/docs/server.rigidbody.getinverseprincipalangularinertiasqrt.md +0 -19
  115. package/docs/server.rigidbody.getlineardamping.md +0 -19
  116. package/docs/server.rigidbody.getlinearvelocity.md +0 -19
  117. package/docs/server.rigidbody.getlocalcenterofmass.md +0 -19
  118. package/docs/server.rigidbody.getnextkinematicrotation.md +0 -19
  119. package/docs/server.rigidbody.getnextkinematictranslation.md +0 -19
  120. package/docs/server.rigidbody.getprincipalangularinertia.md +0 -19
  121. package/docs/server.rigidbody.getprincipalangularinertialocalframe.md +0 -19
  122. package/docs/server.rigidbody.getrotation.md +0 -19
  123. package/docs/server.rigidbody.getsoftccdprediction.md +0 -19
  124. package/docs/server.rigidbody.gettranslation.md +0 -19
  125. package/docs/server.rigidbody.gettype.md +0 -19
  126. package/docs/server.rigidbody.getworldcenterofmass.md +0 -19
  127. package/docs/server.rigidbody.lockalltranslations.md +0 -17
  128. package/docs/server.rigidbodyoptions.enabledtranslations.md +0 -13
  129. package/docs/server.rigidbodyoptions.translation.md +0 -13
package/server.api.json CHANGED
@@ -2633,13 +2633,13 @@
2633
2633
  "preserveMemberOrder": false,
2634
2634
  "members": [
2635
2635
  {
2636
- "kind": "Constructor",
2637
- "canonicalReference": "server!BaseCharacterController:constructor(1)",
2638
- "docComment": "/**\n * Constructs a new instance of the `BaseCharacterController` class\n *\n * @param entity - The entity the controller is for.\n *\n * @param _options - Arbitrary options you may provide or omit for your controller implementation.\n */\n",
2636
+ "kind": "Method",
2637
+ "canonicalReference": "server!BaseCharacterController#attach:member(1)",
2638
+ "docComment": "/**\n * Override this method to handle the attachment of an entity to your character controller.\n *\n * @param entity - The entity to attach the controller to.\n */\n",
2639
2639
  "excerptTokens": [
2640
2640
  {
2641
2641
  "kind": "Content",
2642
- "text": "constructor(entity: "
2642
+ "text": "attach(entity: "
2643
2643
  },
2644
2644
  {
2645
2645
  "kind": "Reference",
@@ -2648,22 +2648,22 @@
2648
2648
  },
2649
2649
  {
2650
2650
  "kind": "Content",
2651
- "text": ", _options?: "
2652
- },
2653
- {
2654
- "kind": "Reference",
2655
- "text": "Record",
2656
- "canonicalReference": "!Record:type"
2651
+ "text": "): "
2657
2652
  },
2658
2653
  {
2659
2654
  "kind": "Content",
2660
- "text": "<string, unknown>"
2655
+ "text": "void"
2661
2656
  },
2662
2657
  {
2663
2658
  "kind": "Content",
2664
- "text": ");"
2659
+ "text": ";"
2665
2660
  }
2666
2661
  ],
2662
+ "isStatic": false,
2663
+ "returnTypeTokenRange": {
2664
+ "startIndex": 3,
2665
+ "endIndex": 4
2666
+ },
2667
2667
  "releaseTag": "Public",
2668
2668
  "isProtected": false,
2669
2669
  "overloadIndex": 1,
@@ -2675,34 +2675,82 @@
2675
2675
  "endIndex": 2
2676
2676
  },
2677
2677
  "isOptional": false
2678
+ }
2679
+ ],
2680
+ "isOptional": false,
2681
+ "isAbstract": false,
2682
+ "name": "attach"
2683
+ },
2684
+ {
2685
+ "kind": "Method",
2686
+ "canonicalReference": "server!BaseCharacterController#despawn:member(1)",
2687
+ "docComment": "/**\n * Override this method to handle the despawn of an entity from your character controller.\n *\n * @param entity - The entity to despawn.\n */\n",
2688
+ "excerptTokens": [
2689
+ {
2690
+ "kind": "Content",
2691
+ "text": "despawn(entity: "
2692
+ },
2693
+ {
2694
+ "kind": "Reference",
2695
+ "text": "Entity",
2696
+ "canonicalReference": "server!Entity:class"
2697
+ },
2698
+ {
2699
+ "kind": "Content",
2700
+ "text": "): "
2701
+ },
2702
+ {
2703
+ "kind": "Content",
2704
+ "text": "void"
2678
2705
  },
2679
2706
  {
2680
- "parameterName": "_options",
2707
+ "kind": "Content",
2708
+ "text": ";"
2709
+ }
2710
+ ],
2711
+ "isStatic": false,
2712
+ "returnTypeTokenRange": {
2713
+ "startIndex": 3,
2714
+ "endIndex": 4
2715
+ },
2716
+ "releaseTag": "Public",
2717
+ "isProtected": false,
2718
+ "overloadIndex": 1,
2719
+ "parameters": [
2720
+ {
2721
+ "parameterName": "entity",
2681
2722
  "parameterTypeTokenRange": {
2682
- "startIndex": 3,
2683
- "endIndex": 5
2723
+ "startIndex": 1,
2724
+ "endIndex": 2
2684
2725
  },
2685
- "isOptional": true
2726
+ "isOptional": false
2686
2727
  }
2687
- ]
2728
+ ],
2729
+ "isOptional": false,
2730
+ "isAbstract": false,
2731
+ "name": "despawn"
2688
2732
  },
2689
2733
  {
2690
2734
  "kind": "Method",
2691
- "canonicalReference": "server!BaseCharacterController#createColliders:member(1)",
2692
- "docComment": "/**\n * Override this method to create controller specific colliders to be attached to the controlled entity when it spawns.\n *\n * @returns An array of colliders.\n */\n",
2735
+ "canonicalReference": "server!BaseCharacterController#detach:member(1)",
2736
+ "docComment": "/**\n * Override this method to handle the detachment of an entity from your character controller.\n *\n * @param entity - The entity to detach.\n */\n",
2693
2737
  "excerptTokens": [
2694
2738
  {
2695
2739
  "kind": "Content",
2696
- "text": "createColliders(): "
2740
+ "text": "detach(entity: "
2697
2741
  },
2698
2742
  {
2699
2743
  "kind": "Reference",
2700
- "text": "Collider",
2701
- "canonicalReference": "server!Collider:class"
2744
+ "text": "Entity",
2745
+ "canonicalReference": "server!Entity:class"
2702
2746
  },
2703
2747
  {
2704
2748
  "kind": "Content",
2705
- "text": "[]"
2749
+ "text": "): "
2750
+ },
2751
+ {
2752
+ "kind": "Content",
2753
+ "text": "void"
2706
2754
  },
2707
2755
  {
2708
2756
  "kind": "Content",
@@ -2711,43 +2759,60 @@
2711
2759
  ],
2712
2760
  "isStatic": false,
2713
2761
  "returnTypeTokenRange": {
2714
- "startIndex": 1,
2715
- "endIndex": 3
2762
+ "startIndex": 3,
2763
+ "endIndex": 4
2716
2764
  },
2717
2765
  "releaseTag": "Public",
2718
2766
  "isProtected": false,
2719
2767
  "overloadIndex": 1,
2720
- "parameters": [],
2768
+ "parameters": [
2769
+ {
2770
+ "parameterName": "entity",
2771
+ "parameterTypeTokenRange": {
2772
+ "startIndex": 1,
2773
+ "endIndex": 2
2774
+ },
2775
+ "isOptional": false
2776
+ }
2777
+ ],
2721
2778
  "isOptional": false,
2722
2779
  "isAbstract": false,
2723
- "name": "createColliders"
2780
+ "name": "detach"
2724
2781
  },
2725
2782
  {
2726
2783
  "kind": "Property",
2727
- "canonicalReference": "server!BaseCharacterController#entity:member",
2728
- "docComment": "/**\n * The entity the controller is for.\n */\n",
2784
+ "canonicalReference": "server!BaseCharacterController#onAttach:member",
2785
+ "docComment": "/**\n * A function that is called when the controller is attached to an entity. Useful for implementing attach logic without writing a new character controller class.\n */\n",
2729
2786
  "excerptTokens": [
2730
2787
  {
2731
2788
  "kind": "Content",
2732
- "text": "readonly entity: "
2789
+ "text": "onAttach?: "
2790
+ },
2791
+ {
2792
+ "kind": "Content",
2793
+ "text": "(entity: "
2733
2794
  },
2734
2795
  {
2735
2796
  "kind": "Reference",
2736
2797
  "text": "Entity",
2737
2798
  "canonicalReference": "server!Entity:class"
2738
2799
  },
2800
+ {
2801
+ "kind": "Content",
2802
+ "text": ") => void"
2803
+ },
2739
2804
  {
2740
2805
  "kind": "Content",
2741
2806
  "text": ";"
2742
2807
  }
2743
2808
  ],
2744
- "isReadonly": true,
2745
- "isOptional": false,
2809
+ "isReadonly": false,
2810
+ "isOptional": true,
2746
2811
  "releaseTag": "Public",
2747
- "name": "entity",
2812
+ "name": "onAttach",
2748
2813
  "propertyTypeTokenRange": {
2749
2814
  "startIndex": 1,
2750
- "endIndex": 2
2815
+ "endIndex": 4
2751
2816
  },
2752
2817
  "isStatic": false,
2753
2818
  "isProtected": false,
@@ -2755,16 +2820,25 @@
2755
2820
  },
2756
2821
  {
2757
2822
  "kind": "Property",
2758
- "canonicalReference": "server!BaseCharacterController#onTick:member",
2759
- "docComment": "/**\n * A callback function for when the controller ticks.\n *\n * @param deltaTimeMs - The delta time in milliseconds since the last tick.\n */\n",
2823
+ "canonicalReference": "server!BaseCharacterController#onDespawn:member",
2824
+ "docComment": "/**\n * A function that is called when the controlled entity is despawned. Useful for implementing despawn logic without writing a new character controller class.\n */\n",
2760
2825
  "excerptTokens": [
2761
2826
  {
2762
2827
  "kind": "Content",
2763
- "text": "onTick?: "
2828
+ "text": "onDespawn?: "
2829
+ },
2830
+ {
2831
+ "kind": "Content",
2832
+ "text": "(entity: "
2833
+ },
2834
+ {
2835
+ "kind": "Reference",
2836
+ "text": "Entity",
2837
+ "canonicalReference": "server!Entity:class"
2764
2838
  },
2765
2839
  {
2766
2840
  "kind": "Content",
2767
- "text": "(deltaTimeMs: number) => void"
2841
+ "text": ") => void"
2768
2842
  },
2769
2843
  {
2770
2844
  "kind": "Content",
@@ -2774,10 +2848,10 @@
2774
2848
  "isReadonly": false,
2775
2849
  "isOptional": true,
2776
2850
  "releaseTag": "Public",
2777
- "name": "onTick",
2851
+ "name": "onDespawn",
2778
2852
  "propertyTypeTokenRange": {
2779
2853
  "startIndex": 1,
2780
- "endIndex": 2
2854
+ "endIndex": 4
2781
2855
  },
2782
2856
  "isStatic": false,
2783
2857
  "isProtected": false,
@@ -2785,34 +2859,64 @@
2785
2859
  },
2786
2860
  {
2787
2861
  "kind": "Property",
2788
- "canonicalReference": "server!BaseCharacterController#onTickWithPlayerInput:member",
2789
- "docComment": "/**\n * A callback function for when the controller ticks player movement.\n *\n * @param input - The current input state of the player.\n *\n * @param cameraOrientation - The current camera orientation state of the player.\n *\n * @param deltaTimeMs - The delta time in milliseconds since the last tick.\n */\n",
2862
+ "canonicalReference": "server!BaseCharacterController#onDetach:member",
2863
+ "docComment": "/**\n * A function that is called when the controller is detached from an entity. Useful for implementing detach logic without writing a new character controller class.\n */\n",
2790
2864
  "excerptTokens": [
2791
2865
  {
2792
2866
  "kind": "Content",
2793
- "text": "onTickWithPlayerInput?: "
2867
+ "text": "onDetach?: "
2794
2868
  },
2795
2869
  {
2796
2870
  "kind": "Content",
2797
- "text": "(input: "
2871
+ "text": "(entity: "
2798
2872
  },
2799
2873
  {
2800
2874
  "kind": "Reference",
2801
- "text": "PlayerInput",
2802
- "canonicalReference": "server!PlayerInput:type"
2875
+ "text": "Entity",
2876
+ "canonicalReference": "server!Entity:class"
2803
2877
  },
2804
2878
  {
2805
2879
  "kind": "Content",
2806
- "text": ", cameraOrientation: "
2880
+ "text": ") => void"
2881
+ },
2882
+ {
2883
+ "kind": "Content",
2884
+ "text": ";"
2885
+ }
2886
+ ],
2887
+ "isReadonly": false,
2888
+ "isOptional": true,
2889
+ "releaseTag": "Public",
2890
+ "name": "onDetach",
2891
+ "propertyTypeTokenRange": {
2892
+ "startIndex": 1,
2893
+ "endIndex": 4
2894
+ },
2895
+ "isStatic": false,
2896
+ "isProtected": false,
2897
+ "isAbstract": false
2898
+ },
2899
+ {
2900
+ "kind": "Property",
2901
+ "canonicalReference": "server!BaseCharacterController#onSpawn:member",
2902
+ "docComment": "/**\n * A function that is called when the controlled entity is spawned. Useful for implementing spawn logic without writing a new character controller class.\n */\n",
2903
+ "excerptTokens": [
2904
+ {
2905
+ "kind": "Content",
2906
+ "text": "onSpawn?: "
2907
+ },
2908
+ {
2909
+ "kind": "Content",
2910
+ "text": "(entity: "
2807
2911
  },
2808
2912
  {
2809
2913
  "kind": "Reference",
2810
- "text": "PlayerCameraOrientation",
2811
- "canonicalReference": "server!PlayerCameraOrientation:type"
2914
+ "text": "Entity",
2915
+ "canonicalReference": "server!Entity:class"
2812
2916
  },
2813
2917
  {
2814
2918
  "kind": "Content",
2815
- "text": ", deltaTimeMs: number) => void"
2919
+ "text": ") => void"
2816
2920
  },
2817
2921
  {
2818
2922
  "kind": "Content",
@@ -2822,71 +2926,75 @@
2822
2926
  "isReadonly": false,
2823
2927
  "isOptional": true,
2824
2928
  "releaseTag": "Public",
2825
- "name": "onTickWithPlayerInput",
2929
+ "name": "onSpawn",
2826
2930
  "propertyTypeTokenRange": {
2827
2931
  "startIndex": 1,
2828
- "endIndex": 6
2932
+ "endIndex": 4
2829
2933
  },
2830
2934
  "isStatic": false,
2831
2935
  "isProtected": false,
2832
2936
  "isAbstract": false
2833
2937
  },
2834
2938
  {
2835
- "kind": "Method",
2836
- "canonicalReference": "server!BaseCharacterController#tick:member(1)",
2837
- "docComment": "/**\n * Override this method to handle entity movements based on your character controller.\n *\n * @param deltaTimeMs - The delta time in milliseconds since the last tick.\n */\n",
2939
+ "kind": "Property",
2940
+ "canonicalReference": "server!BaseCharacterController#onTick:member",
2941
+ "docComment": "/**\n * A function that is called every tick. Useful for implementing tick logic without writing a new character controller class.\n */\n",
2838
2942
  "excerptTokens": [
2839
2943
  {
2840
2944
  "kind": "Content",
2841
- "text": "tick(deltaTimeMs: "
2945
+ "text": "onTick?: "
2842
2946
  },
2843
2947
  {
2844
2948
  "kind": "Content",
2845
- "text": "number"
2949
+ "text": "(entity: "
2846
2950
  },
2847
2951
  {
2848
- "kind": "Content",
2849
- "text": "): "
2952
+ "kind": "Reference",
2953
+ "text": "Entity",
2954
+ "canonicalReference": "server!Entity:class"
2850
2955
  },
2851
2956
  {
2852
2957
  "kind": "Content",
2853
- "text": "void"
2958
+ "text": ", deltaTimeMs: number) => void"
2854
2959
  },
2855
2960
  {
2856
2961
  "kind": "Content",
2857
2962
  "text": ";"
2858
2963
  }
2859
2964
  ],
2860
- "isStatic": false,
2861
- "returnTypeTokenRange": {
2862
- "startIndex": 3,
2965
+ "isReadonly": false,
2966
+ "isOptional": true,
2967
+ "releaseTag": "Public",
2968
+ "name": "onTick",
2969
+ "propertyTypeTokenRange": {
2970
+ "startIndex": 1,
2863
2971
  "endIndex": 4
2864
2972
  },
2865
- "releaseTag": "Public",
2973
+ "isStatic": false,
2866
2974
  "isProtected": false,
2867
- "overloadIndex": 1,
2868
- "parameters": [
2869
- {
2870
- "parameterName": "deltaTimeMs",
2871
- "parameterTypeTokenRange": {
2872
- "startIndex": 1,
2873
- "endIndex": 2
2874
- },
2875
- "isOptional": false
2876
- }
2877
- ],
2878
- "isOptional": false,
2879
- "isAbstract": false,
2880
- "name": "tick"
2975
+ "isAbstract": false
2881
2976
  },
2882
2977
  {
2883
- "kind": "Method",
2884
- "canonicalReference": "server!BaseCharacterController#tickWithPlayerInput:member(1)",
2885
- "docComment": "/**\n * Override this method to handle entity movements based on player input for your character controller. This is called every tick by a PlayerEntity with a character controller.\n *\n * @param input - The current input state of the player.\n *\n * @param cameraOrientation - The current camera orientation state of the player.\n *\n * @param deltaTimeMs - The delta time in milliseconds since the last tick.\n */\n",
2978
+ "kind": "Property",
2979
+ "canonicalReference": "server!BaseCharacterController#onTickWithPlayerInput:member",
2980
+ "docComment": "/**\n * A function that is called every tick with player input by a PlayerEntity with this controller attached. Useful for implementing tick logic without writing a new character controller class.\n */\n",
2886
2981
  "excerptTokens": [
2887
2982
  {
2888
2983
  "kind": "Content",
2889
- "text": "tickWithPlayerInput(input: "
2984
+ "text": "onTickWithPlayerInput?: "
2985
+ },
2986
+ {
2987
+ "kind": "Content",
2988
+ "text": "(entity: "
2989
+ },
2990
+ {
2991
+ "kind": "Reference",
2992
+ "text": "PlayerEntity",
2993
+ "canonicalReference": "server!PlayerEntity:class"
2994
+ },
2995
+ {
2996
+ "kind": "Content",
2997
+ "text": ", input: "
2890
2998
  },
2891
2999
  {
2892
3000
  "kind": "Reference",
@@ -2904,11 +3012,38 @@
2904
3012
  },
2905
3013
  {
2906
3014
  "kind": "Content",
2907
- "text": ", deltaTimeMs: "
3015
+ "text": ", deltaTimeMs: number) => void"
2908
3016
  },
2909
3017
  {
2910
3018
  "kind": "Content",
2911
- "text": "number"
3019
+ "text": ";"
3020
+ }
3021
+ ],
3022
+ "isReadonly": false,
3023
+ "isOptional": true,
3024
+ "releaseTag": "Public",
3025
+ "name": "onTickWithPlayerInput",
3026
+ "propertyTypeTokenRange": {
3027
+ "startIndex": 1,
3028
+ "endIndex": 8
3029
+ },
3030
+ "isStatic": false,
3031
+ "isProtected": false,
3032
+ "isAbstract": false
3033
+ },
3034
+ {
3035
+ "kind": "Method",
3036
+ "canonicalReference": "server!BaseCharacterController#spawn:member(1)",
3037
+ "docComment": "/**\n * Override this method to handle the spawning of an entity to your character controller.\n *\n * @param entity - The entity to spawn.\n */\n",
3038
+ "excerptTokens": [
3039
+ {
3040
+ "kind": "Content",
3041
+ "text": "spawn(entity: "
3042
+ },
3043
+ {
3044
+ "kind": "Reference",
3045
+ "text": "Entity",
3046
+ "canonicalReference": "server!Entity:class"
2912
3047
  },
2913
3048
  {
2914
3049
  "kind": "Content",
@@ -2925,36 +3060,184 @@
2925
3060
  ],
2926
3061
  "isStatic": false,
2927
3062
  "returnTypeTokenRange": {
2928
- "startIndex": 7,
2929
- "endIndex": 8
3063
+ "startIndex": 3,
3064
+ "endIndex": 4
2930
3065
  },
2931
3066
  "releaseTag": "Public",
2932
3067
  "isProtected": false,
2933
3068
  "overloadIndex": 1,
2934
3069
  "parameters": [
2935
3070
  {
2936
- "parameterName": "input",
3071
+ "parameterName": "entity",
2937
3072
  "parameterTypeTokenRange": {
2938
3073
  "startIndex": 1,
2939
3074
  "endIndex": 2
2940
3075
  },
2941
3076
  "isOptional": false
3077
+ }
3078
+ ],
3079
+ "isOptional": false,
3080
+ "isAbstract": false,
3081
+ "name": "spawn"
3082
+ },
3083
+ {
3084
+ "kind": "Method",
3085
+ "canonicalReference": "server!BaseCharacterController#tick:member(1)",
3086
+ "docComment": "/**\n * Override this method to handle entity movements based on your character controller.\n *\n * @param deltaTimeMs - The delta time in milliseconds since the last tick.\n */\n",
3087
+ "excerptTokens": [
3088
+ {
3089
+ "kind": "Content",
3090
+ "text": "tick(entity: "
2942
3091
  },
2943
3092
  {
2944
- "parameterName": "cameraOrientation",
3093
+ "kind": "Reference",
3094
+ "text": "Entity",
3095
+ "canonicalReference": "server!Entity:class"
3096
+ },
3097
+ {
3098
+ "kind": "Content",
3099
+ "text": ", deltaTimeMs: "
3100
+ },
3101
+ {
3102
+ "kind": "Content",
3103
+ "text": "number"
3104
+ },
3105
+ {
3106
+ "kind": "Content",
3107
+ "text": "): "
3108
+ },
3109
+ {
3110
+ "kind": "Content",
3111
+ "text": "void"
3112
+ },
3113
+ {
3114
+ "kind": "Content",
3115
+ "text": ";"
3116
+ }
3117
+ ],
3118
+ "isStatic": false,
3119
+ "returnTypeTokenRange": {
3120
+ "startIndex": 5,
3121
+ "endIndex": 6
3122
+ },
3123
+ "releaseTag": "Public",
3124
+ "isProtected": false,
3125
+ "overloadIndex": 1,
3126
+ "parameters": [
3127
+ {
3128
+ "parameterName": "entity",
3129
+ "parameterTypeTokenRange": {
3130
+ "startIndex": 1,
3131
+ "endIndex": 2
3132
+ },
3133
+ "isOptional": false
3134
+ },
3135
+ {
3136
+ "parameterName": "deltaTimeMs",
2945
3137
  "parameterTypeTokenRange": {
2946
3138
  "startIndex": 3,
2947
3139
  "endIndex": 4
2948
3140
  },
2949
3141
  "isOptional": false
3142
+ }
3143
+ ],
3144
+ "isOptional": false,
3145
+ "isAbstract": false,
3146
+ "name": "tick"
3147
+ },
3148
+ {
3149
+ "kind": "Method",
3150
+ "canonicalReference": "server!BaseCharacterController#tickWithPlayerInput:member(1)",
3151
+ "docComment": "/**\n * Override this method to handle entity movements based on player input for your character controller. This is called every tick by a PlayerEntity with a character controller.\n *\n * @param entity - The entity to tick.\n *\n * @param input - The current input state of the player.\n *\n * @param cameraOrientation - The current camera orientation state of the player.\n *\n * @param deltaTimeMs - The delta time in milliseconds since the last tick.\n */\n",
3152
+ "excerptTokens": [
3153
+ {
3154
+ "kind": "Content",
3155
+ "text": "tickWithPlayerInput(entity: "
2950
3156
  },
2951
3157
  {
2952
- "parameterName": "deltaTimeMs",
3158
+ "kind": "Reference",
3159
+ "text": "PlayerEntity",
3160
+ "canonicalReference": "server!PlayerEntity:class"
3161
+ },
3162
+ {
3163
+ "kind": "Content",
3164
+ "text": ", input: "
3165
+ },
3166
+ {
3167
+ "kind": "Reference",
3168
+ "text": "PlayerInput",
3169
+ "canonicalReference": "server!PlayerInput:type"
3170
+ },
3171
+ {
3172
+ "kind": "Content",
3173
+ "text": ", cameraOrientation: "
3174
+ },
3175
+ {
3176
+ "kind": "Reference",
3177
+ "text": "PlayerCameraOrientation",
3178
+ "canonicalReference": "server!PlayerCameraOrientation:type"
3179
+ },
3180
+ {
3181
+ "kind": "Content",
3182
+ "text": ", deltaTimeMs: "
3183
+ },
3184
+ {
3185
+ "kind": "Content",
3186
+ "text": "number"
3187
+ },
3188
+ {
3189
+ "kind": "Content",
3190
+ "text": "): "
3191
+ },
3192
+ {
3193
+ "kind": "Content",
3194
+ "text": "void"
3195
+ },
3196
+ {
3197
+ "kind": "Content",
3198
+ "text": ";"
3199
+ }
3200
+ ],
3201
+ "isStatic": false,
3202
+ "returnTypeTokenRange": {
3203
+ "startIndex": 9,
3204
+ "endIndex": 10
3205
+ },
3206
+ "releaseTag": "Public",
3207
+ "isProtected": false,
3208
+ "overloadIndex": 1,
3209
+ "parameters": [
3210
+ {
3211
+ "parameterName": "entity",
3212
+ "parameterTypeTokenRange": {
3213
+ "startIndex": 1,
3214
+ "endIndex": 2
3215
+ },
3216
+ "isOptional": false
3217
+ },
3218
+ {
3219
+ "parameterName": "input",
3220
+ "parameterTypeTokenRange": {
3221
+ "startIndex": 3,
3222
+ "endIndex": 4
3223
+ },
3224
+ "isOptional": false
3225
+ },
3226
+ {
3227
+ "parameterName": "cameraOrientation",
2953
3228
  "parameterTypeTokenRange": {
2954
3229
  "startIndex": 5,
2955
3230
  "endIndex": 6
2956
3231
  },
2957
3232
  "isOptional": false
3233
+ },
3234
+ {
3235
+ "parameterName": "deltaTimeMs",
3236
+ "parameterTypeTokenRange": {
3237
+ "startIndex": 7,
3238
+ "endIndex": 8
3239
+ },
3240
+ "isOptional": false
2958
3241
  }
2959
3242
  ],
2960
3243
  "isOptional": false,
@@ -6053,6 +6336,98 @@
6053
6336
  "isAbstract": false,
6054
6337
  "name": "addToSimulation"
6055
6338
  },
6339
+ {
6340
+ "kind": "Property",
6341
+ "canonicalReference": "server!Collider#bounciness:member",
6342
+ "docComment": "/**\n * The bounciness of the collider.\n */\n",
6343
+ "excerptTokens": [
6344
+ {
6345
+ "kind": "Content",
6346
+ "text": "get bounciness(): "
6347
+ },
6348
+ {
6349
+ "kind": "Content",
6350
+ "text": "number"
6351
+ },
6352
+ {
6353
+ "kind": "Content",
6354
+ "text": ";"
6355
+ }
6356
+ ],
6357
+ "isReadonly": true,
6358
+ "isOptional": false,
6359
+ "releaseTag": "Public",
6360
+ "name": "bounciness",
6361
+ "propertyTypeTokenRange": {
6362
+ "startIndex": 1,
6363
+ "endIndex": 2
6364
+ },
6365
+ "isStatic": false,
6366
+ "isProtected": false,
6367
+ "isAbstract": false
6368
+ },
6369
+ {
6370
+ "kind": "Property",
6371
+ "canonicalReference": "server!Collider#bouncinessCombineRule:member",
6372
+ "docComment": "/**\n * The bounciness combine rule of the collider.\n */\n",
6373
+ "excerptTokens": [
6374
+ {
6375
+ "kind": "Content",
6376
+ "text": "get bouncinessCombineRule(): "
6377
+ },
6378
+ {
6379
+ "kind": "Reference",
6380
+ "text": "CoefficientCombineRule",
6381
+ "canonicalReference": "server!CoefficientCombineRule:enum"
6382
+ },
6383
+ {
6384
+ "kind": "Content",
6385
+ "text": ";"
6386
+ }
6387
+ ],
6388
+ "isReadonly": true,
6389
+ "isOptional": false,
6390
+ "releaseTag": "Public",
6391
+ "name": "bouncinessCombineRule",
6392
+ "propertyTypeTokenRange": {
6393
+ "startIndex": 1,
6394
+ "endIndex": 2
6395
+ },
6396
+ "isStatic": false,
6397
+ "isProtected": false,
6398
+ "isAbstract": false
6399
+ },
6400
+ {
6401
+ "kind": "Property",
6402
+ "canonicalReference": "server!Collider#collisionGroups:member",
6403
+ "docComment": "/**\n * The collision groups the collider belongs to.\n */\n",
6404
+ "excerptTokens": [
6405
+ {
6406
+ "kind": "Content",
6407
+ "text": "get collisionGroups(): "
6408
+ },
6409
+ {
6410
+ "kind": "Reference",
6411
+ "text": "CollisionGroups",
6412
+ "canonicalReference": "server!CollisionGroups:type"
6413
+ },
6414
+ {
6415
+ "kind": "Content",
6416
+ "text": ";"
6417
+ }
6418
+ ],
6419
+ "isReadonly": true,
6420
+ "isOptional": false,
6421
+ "releaseTag": "Public",
6422
+ "name": "collisionGroups",
6423
+ "propertyTypeTokenRange": {
6424
+ "startIndex": 1,
6425
+ "endIndex": 2
6426
+ },
6427
+ "isStatic": false,
6428
+ "isProtected": false,
6429
+ "isAbstract": false
6430
+ },
6056
6431
  {
6057
6432
  "kind": "Method",
6058
6433
  "canonicalReference": "server!Collider#enableCollisionEvents:member(1)",
@@ -6150,13 +6525,13 @@
6150
6525
  "name": "enableContactForceEvents"
6151
6526
  },
6152
6527
  {
6153
- "kind": "Method",
6154
- "canonicalReference": "server!Collider#getBounciness:member(1)",
6155
- "docComment": "/**\n * Gets the bounciness of the collider.\n *\n * @returns The bounciness of the collider.\n */\n",
6528
+ "kind": "Property",
6529
+ "canonicalReference": "server!Collider#friction:member",
6530
+ "docComment": "/**\n * The friction of the collider.\n */\n",
6156
6531
  "excerptTokens": [
6157
6532
  {
6158
6533
  "kind": "Content",
6159
- "text": "getBounciness(): "
6534
+ "text": "get friction(): "
6160
6535
  },
6161
6536
  {
6162
6537
  "kind": "Content",
@@ -6167,27 +6542,26 @@
6167
6542
  "text": ";"
6168
6543
  }
6169
6544
  ],
6170
- "isStatic": false,
6171
- "returnTypeTokenRange": {
6545
+ "isReadonly": true,
6546
+ "isOptional": false,
6547
+ "releaseTag": "Public",
6548
+ "name": "friction",
6549
+ "propertyTypeTokenRange": {
6172
6550
  "startIndex": 1,
6173
6551
  "endIndex": 2
6174
6552
  },
6175
- "releaseTag": "Public",
6553
+ "isStatic": false,
6176
6554
  "isProtected": false,
6177
- "overloadIndex": 1,
6178
- "parameters": [],
6179
- "isOptional": false,
6180
- "isAbstract": false,
6181
- "name": "getBounciness"
6555
+ "isAbstract": false
6182
6556
  },
6183
6557
  {
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",
6558
+ "kind": "Property",
6559
+ "canonicalReference": "server!Collider#frictionCombineRule:member",
6560
+ "docComment": "/**\n * The friction combine rule of the collider.\n */\n",
6187
6561
  "excerptTokens": [
6188
6562
  {
6189
6563
  "kind": "Content",
6190
- "text": "getBouncinessCombineRule(): "
6564
+ "text": "get frictionCombineRule(): "
6191
6565
  },
6192
6566
  {
6193
6567
  "kind": "Reference",
@@ -6199,177 +6573,17 @@
6199
6573
  "text": ";"
6200
6574
  }
6201
6575
  ],
6202
- "isStatic": false,
6203
- "returnTypeTokenRange": {
6204
- "startIndex": 1,
6205
- "endIndex": 2
6206
- },
6207
- "releaseTag": "Public",
6208
- "isProtected": false,
6209
- "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
- },
6229
- {
6230
- "kind": "Content",
6231
- "text": ";"
6232
- }
6233
- ],
6234
- "isStatic": false,
6235
- "returnTypeTokenRange": {
6236
- "startIndex": 1,
6237
- "endIndex": 2
6238
- },
6239
- "releaseTag": "Public",
6240
- "isProtected": false,
6241
- "overloadIndex": 1,
6242
- "parameters": [],
6243
- "isOptional": false,
6244
- "isAbstract": false,
6245
- "name": "getCollisionGroups"
6246
- },
6247
- {
6248
- "kind": "Method",
6249
- "canonicalReference": "server!Collider#getFriction:member(1)",
6250
- "docComment": "/**\n * Gets the friction of the collider.\n *\n * @returns The friction of the collider.\n */\n",
6251
- "excerptTokens": [
6252
- {
6253
- "kind": "Content",
6254
- "text": "getFriction(): "
6255
- },
6256
- {
6257
- "kind": "Content",
6258
- "text": "number"
6259
- },
6260
- {
6261
- "kind": "Content",
6262
- "text": ";"
6263
- }
6264
- ],
6265
- "isStatic": false,
6266
- "returnTypeTokenRange": {
6267
- "startIndex": 1,
6268
- "endIndex": 2
6269
- },
6270
- "releaseTag": "Public",
6271
- "isProtected": false,
6272
- "overloadIndex": 1,
6273
- "parameters": [],
6576
+ "isReadonly": true,
6274
6577
  "isOptional": false,
6275
- "isAbstract": false,
6276
- "name": "getFriction"
6277
- },
6278
- {
6279
- "kind": "Method",
6280
- "canonicalReference": "server!Collider#getFrictionCombineRule:member(1)",
6281
- "docComment": "/**\n * Gets the friction combine rule of the collider.\n *\n * @returns The friction combine rule of the collider.\n */\n",
6282
- "excerptTokens": [
6283
- {
6284
- "kind": "Content",
6285
- "text": "getFrictionCombineRule(): "
6286
- },
6287
- {
6288
- "kind": "Reference",
6289
- "text": "CoefficientCombineRule",
6290
- "canonicalReference": "server!CoefficientCombineRule:enum"
6291
- },
6292
- {
6293
- "kind": "Content",
6294
- "text": ";"
6295
- }
6296
- ],
6297
- "isStatic": false,
6298
- "returnTypeTokenRange": {
6299
- "startIndex": 1,
6300
- "endIndex": 2
6301
- },
6302
6578
  "releaseTag": "Public",
6303
- "isProtected": false,
6304
- "overloadIndex": 1,
6305
- "parameters": [],
6306
- "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": {
6579
+ "name": "frictionCombineRule",
6580
+ "propertyTypeTokenRange": {
6331
6581
  "startIndex": 1,
6332
6582
  "endIndex": 2
6333
6583
  },
6334
- "releaseTag": "Public",
6335
- "isProtected": false,
6336
- "overloadIndex": 1,
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
6584
  "isStatic": false,
6362
- "returnTypeTokenRange": {
6363
- "startIndex": 1,
6364
- "endIndex": 2
6365
- },
6366
- "releaseTag": "Public",
6367
6585
  "isProtected": false,
6368
- "overloadIndex": 1,
6369
- "parameters": [],
6370
- "isOptional": false,
6371
- "isAbstract": false,
6372
- "name": "getRelativeTranslation"
6586
+ "isAbstract": false
6373
6587
  },
6374
6588
  {
6375
6589
  "kind": "Property",
@@ -6561,6 +6775,68 @@
6561
6775
  "isProtected": false,
6562
6776
  "isAbstract": false
6563
6777
  },
6778
+ {
6779
+ "kind": "Property",
6780
+ "canonicalReference": "server!Collider#relativePosition:member",
6781
+ "docComment": "/**\n * The relative position of the collider to its parent rigid body.\n */\n",
6782
+ "excerptTokens": [
6783
+ {
6784
+ "kind": "Content",
6785
+ "text": "get relativePosition(): "
6786
+ },
6787
+ {
6788
+ "kind": "Reference",
6789
+ "text": "Vector3Like",
6790
+ "canonicalReference": "server!Vector3Like:interface"
6791
+ },
6792
+ {
6793
+ "kind": "Content",
6794
+ "text": ";"
6795
+ }
6796
+ ],
6797
+ "isReadonly": true,
6798
+ "isOptional": false,
6799
+ "releaseTag": "Public",
6800
+ "name": "relativePosition",
6801
+ "propertyTypeTokenRange": {
6802
+ "startIndex": 1,
6803
+ "endIndex": 2
6804
+ },
6805
+ "isStatic": false,
6806
+ "isProtected": false,
6807
+ "isAbstract": false
6808
+ },
6809
+ {
6810
+ "kind": "Property",
6811
+ "canonicalReference": "server!Collider#relativeRotation:member",
6812
+ "docComment": "/**\n * The relative rotation of the collider.\n */\n",
6813
+ "excerptTokens": [
6814
+ {
6815
+ "kind": "Content",
6816
+ "text": "get relativeRotation(): "
6817
+ },
6818
+ {
6819
+ "kind": "Reference",
6820
+ "text": "QuaternionLike",
6821
+ "canonicalReference": "server!QuaternionLike:interface"
6822
+ },
6823
+ {
6824
+ "kind": "Content",
6825
+ "text": ";"
6826
+ }
6827
+ ],
6828
+ "isReadonly": true,
6829
+ "isOptional": false,
6830
+ "releaseTag": "Public",
6831
+ "name": "relativeRotation",
6832
+ "propertyTypeTokenRange": {
6833
+ "startIndex": 1,
6834
+ "endIndex": 2
6835
+ },
6836
+ "isStatic": false,
6837
+ "isProtected": false,
6838
+ "isAbstract": false
6839
+ },
6564
6840
  {
6565
6841
  "kind": "Method",
6566
6842
  "canonicalReference": "server!Collider#removeFromSimulation:member(1)",
@@ -6986,17 +7262,17 @@
6986
7262
  },
6987
7263
  {
6988
7264
  "kind": "Method",
6989
- "canonicalReference": "server!Collider#setRelativeRotation:member(1)",
6990
- "docComment": "/**\n * Sets the relative rotation of the collider.\n *\n * @param rotation - The relative rotation of the collider.\n */\n",
7265
+ "canonicalReference": "server!Collider#setRelativePosition:member(1)",
7266
+ "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
7267
  "excerptTokens": [
6992
7268
  {
6993
7269
  "kind": "Content",
6994
- "text": "setRelativeRotation(rotation: "
7270
+ "text": "setRelativePosition(position: "
6995
7271
  },
6996
7272
  {
6997
7273
  "kind": "Reference",
6998
- "text": "QuaternionLike",
6999
- "canonicalReference": "server!QuaternionLike:interface"
7274
+ "text": "Vector3Like",
7275
+ "canonicalReference": "server!Vector3Like:interface"
7000
7276
  },
7001
7277
  {
7002
7278
  "kind": "Content",
@@ -7021,7 +7297,7 @@
7021
7297
  "overloadIndex": 1,
7022
7298
  "parameters": [
7023
7299
  {
7024
- "parameterName": "rotation",
7300
+ "parameterName": "position",
7025
7301
  "parameterTypeTokenRange": {
7026
7302
  "startIndex": 1,
7027
7303
  "endIndex": 2
@@ -7031,21 +7307,21 @@
7031
7307
  ],
7032
7308
  "isOptional": false,
7033
7309
  "isAbstract": false,
7034
- "name": "setRelativeRotation"
7310
+ "name": "setRelativePosition"
7035
7311
  },
7036
7312
  {
7037
7313
  "kind": "Method",
7038
- "canonicalReference": "server!Collider#setRelativeTranslation:member(1)",
7039
- "docComment": "/**\n * Sets the relative translation of the collider to its parent rigid body.\n *\n * @param translation - The relative translation of the collider.\n */\n",
7314
+ "canonicalReference": "server!Collider#setRelativeRotation:member(1)",
7315
+ "docComment": "/**\n * Sets the relative rotation of the collider.\n *\n * @param rotation - The relative rotation of the collider.\n */\n",
7040
7316
  "excerptTokens": [
7041
7317
  {
7042
7318
  "kind": "Content",
7043
- "text": "setRelativeTranslation(translation: "
7319
+ "text": "setRelativeRotation(rotation: "
7044
7320
  },
7045
7321
  {
7046
7322
  "kind": "Reference",
7047
- "text": "Vector3Like",
7048
- "canonicalReference": "server!Vector3Like:interface"
7323
+ "text": "QuaternionLike",
7324
+ "canonicalReference": "server!QuaternionLike:interface"
7049
7325
  },
7050
7326
  {
7051
7327
  "kind": "Content",
@@ -7070,7 +7346,7 @@
7070
7346
  "overloadIndex": 1,
7071
7347
  "parameters": [
7072
7348
  {
7073
- "parameterName": "translation",
7349
+ "parameterName": "rotation",
7074
7350
  "parameterTypeTokenRange": {
7075
7351
  "startIndex": 1,
7076
7352
  "endIndex": 2
@@ -7080,7 +7356,7 @@
7080
7356
  ],
7081
7357
  "isOptional": false,
7082
7358
  "isAbstract": false,
7083
- "name": "setRelativeTranslation"
7359
+ "name": "setRelativeRotation"
7084
7360
  },
7085
7361
  {
7086
7362
  "kind": "Method",
@@ -7671,17 +7947,17 @@
7671
7947
  },
7672
7948
  {
7673
7949
  "kind": "PropertySignature",
7674
- "canonicalReference": "server!ColliderOptions#relativeRotation:member",
7675
- "docComment": "/**\n * The relative rotation of the collider. Relative to parent rigid body.\n */\n",
7950
+ "canonicalReference": "server!ColliderOptions#relativePosition:member",
7951
+ "docComment": "/**\n * The relative position of the collider. Relative to parent rigid body.\n */\n",
7676
7952
  "excerptTokens": [
7677
7953
  {
7678
7954
  "kind": "Content",
7679
- "text": "relativeRotation?: "
7955
+ "text": "relativePosition?: "
7680
7956
  },
7681
7957
  {
7682
7958
  "kind": "Reference",
7683
- "text": "QuaternionLike",
7684
- "canonicalReference": "server!QuaternionLike:interface"
7959
+ "text": "Vector3Like",
7960
+ "canonicalReference": "server!Vector3Like:interface"
7685
7961
  },
7686
7962
  {
7687
7963
  "kind": "Content",
@@ -7691,7 +7967,7 @@
7691
7967
  "isReadonly": false,
7692
7968
  "isOptional": true,
7693
7969
  "releaseTag": "Public",
7694
- "name": "relativeRotation",
7970
+ "name": "relativePosition",
7695
7971
  "propertyTypeTokenRange": {
7696
7972
  "startIndex": 1,
7697
7973
  "endIndex": 2
@@ -7699,17 +7975,17 @@
7699
7975
  },
7700
7976
  {
7701
7977
  "kind": "PropertySignature",
7702
- "canonicalReference": "server!ColliderOptions#relativeTranslation:member",
7703
- "docComment": "/**\n * The relative translation of the collider. Relative to parent rigid body.\n */\n",
7978
+ "canonicalReference": "server!ColliderOptions#relativeRotation:member",
7979
+ "docComment": "/**\n * The relative rotation of the collider. Relative to parent rigid body.\n */\n",
7704
7980
  "excerptTokens": [
7705
7981
  {
7706
7982
  "kind": "Content",
7707
- "text": "relativeTranslation?: "
7983
+ "text": "relativeRotation?: "
7708
7984
  },
7709
7985
  {
7710
7986
  "kind": "Reference",
7711
- "text": "Vector3Like",
7712
- "canonicalReference": "server!Vector3Like:interface"
7987
+ "text": "QuaternionLike",
7988
+ "canonicalReference": "server!QuaternionLike:interface"
7713
7989
  },
7714
7990
  {
7715
7991
  "kind": "Content",
@@ -7719,7 +7995,7 @@
7719
7995
  "isReadonly": false,
7720
7996
  "isOptional": true,
7721
7997
  "releaseTag": "Public",
7722
- "name": "relativeTranslation",
7998
+ "name": "relativeRotation",
7723
7999
  "propertyTypeTokenRange": {
7724
8000
  "startIndex": 1,
7725
8001
  "endIndex": 2
@@ -8683,20 +8959,11 @@
8683
8959
  {
8684
8960
  "kind": "Constructor",
8685
8961
  "canonicalReference": "server!DefaultCharacterController:constructor(1)",
8686
- "docComment": "/**\n * Constructs a new instance of the `DefaultCharacterController` class\n *\n * @param entity - The entity the controller is for.\n *\n * @param options - Options for the controller.\n */\n",
8962
+ "docComment": "/**\n * Constructs a new instance of the `DefaultCharacterController` class\n *\n * @param options - Options for the controller.\n */\n",
8687
8963
  "excerptTokens": [
8688
8964
  {
8689
8965
  "kind": "Content",
8690
- "text": "constructor(entity: "
8691
- },
8692
- {
8693
- "kind": "Reference",
8694
- "text": "Entity",
8695
- "canonicalReference": "server!Entity:class"
8696
- },
8697
- {
8698
- "kind": "Content",
8699
- "text": ", options?: "
8966
+ "text": "constructor(options?: "
8700
8967
  },
8701
8968
  {
8702
8969
  "kind": "Reference",
@@ -8713,25 +8980,66 @@
8713
8980
  "overloadIndex": 1,
8714
8981
  "parameters": [
8715
8982
  {
8716
- "parameterName": "entity",
8983
+ "parameterName": "options",
8717
8984
  "parameterTypeTokenRange": {
8718
8985
  "startIndex": 1,
8719
8986
  "endIndex": 2
8720
8987
  },
8721
- "isOptional": false
8722
- },
8723
- {
8724
- "parameterName": "options",
8725
- "parameterTypeTokenRange": {
8726
- "startIndex": 3,
8727
- "endIndex": 4
8728
- },
8729
8988
  "isOptional": true
8730
8989
  }
8731
8990
  ]
8732
8991
  },
8733
8992
  {
8734
- "kind": "Property",
8993
+ "kind": "Method",
8994
+ "canonicalReference": "server!DefaultCharacterController#attach:member(1)",
8995
+ "docComment": "/**\n * Called when the controller is attached to an entity.\n *\n * @param entity - The entity to attach the controller to.\n */\n",
8996
+ "excerptTokens": [
8997
+ {
8998
+ "kind": "Content",
8999
+ "text": "attach(entity: "
9000
+ },
9001
+ {
9002
+ "kind": "Reference",
9003
+ "text": "Entity",
9004
+ "canonicalReference": "server!Entity:class"
9005
+ },
9006
+ {
9007
+ "kind": "Content",
9008
+ "text": "): "
9009
+ },
9010
+ {
9011
+ "kind": "Content",
9012
+ "text": "void"
9013
+ },
9014
+ {
9015
+ "kind": "Content",
9016
+ "text": ";"
9017
+ }
9018
+ ],
9019
+ "isStatic": false,
9020
+ "returnTypeTokenRange": {
9021
+ "startIndex": 3,
9022
+ "endIndex": 4
9023
+ },
9024
+ "releaseTag": "Public",
9025
+ "isProtected": false,
9026
+ "overloadIndex": 1,
9027
+ "parameters": [
9028
+ {
9029
+ "parameterName": "entity",
9030
+ "parameterTypeTokenRange": {
9031
+ "startIndex": 1,
9032
+ "endIndex": 2
9033
+ },
9034
+ "isOptional": false
9035
+ }
9036
+ ],
9037
+ "isOptional": false,
9038
+ "isAbstract": false,
9039
+ "name": "attach"
9040
+ },
9041
+ {
9042
+ "kind": "Property",
8735
9043
  "canonicalReference": "server!DefaultCharacterController#canJump:member",
8736
9044
  "docComment": "/**\n * A function allowing custom logic to determine if the entity can jump.\n *\n * @param defaultCharacterController - The character controller instance.\n *\n * @returns Whether the entity of the character controller can jump.\n */\n",
8737
9045
  "excerptTokens": [
@@ -8847,42 +9155,6 @@
8847
9155
  "isProtected": false,
8848
9156
  "isAbstract": false
8849
9157
  },
8850
- {
8851
- "kind": "Method",
8852
- "canonicalReference": "server!DefaultCharacterController#createColliders:member(1)",
8853
- "docComment": "/**\n * Creates the colliders for the character controller, overriding the default implementation.\n *\n * @returns An array of colliders.\n */\n",
8854
- "excerptTokens": [
8855
- {
8856
- "kind": "Content",
8857
- "text": "createColliders(): "
8858
- },
8859
- {
8860
- "kind": "Reference",
8861
- "text": "Collider",
8862
- "canonicalReference": "server!Collider:class"
8863
- },
8864
- {
8865
- "kind": "Content",
8866
- "text": "[]"
8867
- },
8868
- {
8869
- "kind": "Content",
8870
- "text": ";"
8871
- }
8872
- ],
8873
- "isStatic": false,
8874
- "returnTypeTokenRange": {
8875
- "startIndex": 1,
8876
- "endIndex": 3
8877
- },
8878
- "releaseTag": "Public",
8879
- "isProtected": false,
8880
- "overloadIndex": 1,
8881
- "parameters": [],
8882
- "isOptional": false,
8883
- "isAbstract": false,
8884
- "name": "createColliders"
8885
- },
8886
9158
  {
8887
9159
  "kind": "Property",
8888
9160
  "canonicalReference": "server!DefaultCharacterController#isGrounded:member",
@@ -9038,14 +9310,72 @@
9038
9310
  "isProtected": false,
9039
9311
  "isAbstract": false
9040
9312
  },
9313
+ {
9314
+ "kind": "Method",
9315
+ "canonicalReference": "server!DefaultCharacterController#spawn:member(1)",
9316
+ "docComment": "/**\n * Called when the controlled entity is spawned. In DefaultCharacterController, this function is used to create the colliders for the entity for wall and ground detection.\n *\n * @param entity - The entity that is spawned.\n */\n",
9317
+ "excerptTokens": [
9318
+ {
9319
+ "kind": "Content",
9320
+ "text": "spawn(entity: "
9321
+ },
9322
+ {
9323
+ "kind": "Reference",
9324
+ "text": "Entity",
9325
+ "canonicalReference": "server!Entity:class"
9326
+ },
9327
+ {
9328
+ "kind": "Content",
9329
+ "text": "): "
9330
+ },
9331
+ {
9332
+ "kind": "Content",
9333
+ "text": "void"
9334
+ },
9335
+ {
9336
+ "kind": "Content",
9337
+ "text": ";"
9338
+ }
9339
+ ],
9340
+ "isStatic": false,
9341
+ "returnTypeTokenRange": {
9342
+ "startIndex": 3,
9343
+ "endIndex": 4
9344
+ },
9345
+ "releaseTag": "Public",
9346
+ "isProtected": false,
9347
+ "overloadIndex": 1,
9348
+ "parameters": [
9349
+ {
9350
+ "parameterName": "entity",
9351
+ "parameterTypeTokenRange": {
9352
+ "startIndex": 1,
9353
+ "endIndex": 2
9354
+ },
9355
+ "isOptional": false
9356
+ }
9357
+ ],
9358
+ "isOptional": false,
9359
+ "isAbstract": false,
9360
+ "name": "spawn"
9361
+ },
9041
9362
  {
9042
9363
  "kind": "Method",
9043
9364
  "canonicalReference": "server!DefaultCharacterController#tickWithPlayerInput:member(1)",
9044
- "docComment": "/**\n * Ticks the player movement for the character controller, overriding the default implementation.\n *\n * @param input - The current input state of the player.\n *\n * @param cameraOrientation - The current camera orientation state of the player.\n *\n * @param deltaTimeMs - The delta time in milliseconds since the last tick.\n */\n",
9365
+ "docComment": "/**\n * Ticks the player movement for the character controller, overriding the default implementation.\n *\n * @param entity - The entity to tick.\n *\n * @param input - The current input state of the player.\n *\n * @param cameraOrientation - The current camera orientation state of the player.\n *\n * @param deltaTimeMs - The delta time in milliseconds since the last tick.\n */\n",
9045
9366
  "excerptTokens": [
9046
9367
  {
9047
9368
  "kind": "Content",
9048
- "text": "tickWithPlayerInput(input: "
9369
+ "text": "tickWithPlayerInput(entity: "
9370
+ },
9371
+ {
9372
+ "kind": "Reference",
9373
+ "text": "PlayerEntity",
9374
+ "canonicalReference": "server!PlayerEntity:class"
9375
+ },
9376
+ {
9377
+ "kind": "Content",
9378
+ "text": ", input: "
9049
9379
  },
9050
9380
  {
9051
9381
  "kind": "Reference",
@@ -9084,15 +9414,15 @@
9084
9414
  ],
9085
9415
  "isStatic": false,
9086
9416
  "returnTypeTokenRange": {
9087
- "startIndex": 7,
9088
- "endIndex": 8
9417
+ "startIndex": 9,
9418
+ "endIndex": 10
9089
9419
  },
9090
9420
  "releaseTag": "Public",
9091
9421
  "isProtected": false,
9092
9422
  "overloadIndex": 1,
9093
9423
  "parameters": [
9094
9424
  {
9095
- "parameterName": "input",
9425
+ "parameterName": "entity",
9096
9426
  "parameterTypeTokenRange": {
9097
9427
  "startIndex": 1,
9098
9428
  "endIndex": 2
@@ -9100,7 +9430,7 @@
9100
9430
  "isOptional": false
9101
9431
  },
9102
9432
  {
9103
- "parameterName": "cameraOrientation",
9433
+ "parameterName": "input",
9104
9434
  "parameterTypeTokenRange": {
9105
9435
  "startIndex": 3,
9106
9436
  "endIndex": 4
@@ -9108,12 +9438,20 @@
9108
9438
  "isOptional": false
9109
9439
  },
9110
9440
  {
9111
- "parameterName": "deltaTimeMs",
9441
+ "parameterName": "cameraOrientation",
9112
9442
  "parameterTypeTokenRange": {
9113
9443
  "startIndex": 5,
9114
9444
  "endIndex": 6
9115
9445
  },
9116
9446
  "isOptional": false
9447
+ },
9448
+ {
9449
+ "parameterName": "deltaTimeMs",
9450
+ "parameterTypeTokenRange": {
9451
+ "startIndex": 7,
9452
+ "endIndex": 8
9453
+ },
9454
+ "isOptional": false
9117
9455
  }
9118
9456
  ],
9119
9457
  "isOptional": false,
@@ -9504,50 +9842,6 @@
9504
9842
  "isProtected": false,
9505
9843
  "isAbstract": false
9506
9844
  },
9507
- {
9508
- "kind": "Property",
9509
- "canonicalReference": "server!Entity#createCustomCharacterController:member",
9510
- "docComment": "/**\n * A function that creates a custom character controller for the entity when it spawns.\n *\n * @param entity - The Entity instance the character controller is created for.\n *\n * @returns A character controller that extends {@link BaseCharacterController}.\n */\n",
9511
- "excerptTokens": [
9512
- {
9513
- "kind": "Content",
9514
- "text": "createCustomCharacterController?: "
9515
- },
9516
- {
9517
- "kind": "Content",
9518
- "text": "(entity: "
9519
- },
9520
- {
9521
- "kind": "Reference",
9522
- "text": "Entity",
9523
- "canonicalReference": "server!Entity:class"
9524
- },
9525
- {
9526
- "kind": "Content",
9527
- "text": ") => "
9528
- },
9529
- {
9530
- "kind": "Reference",
9531
- "text": "BaseCharacterController",
9532
- "canonicalReference": "server!BaseCharacterController:class"
9533
- },
9534
- {
9535
- "kind": "Content",
9536
- "text": ";"
9537
- }
9538
- ],
9539
- "isReadonly": false,
9540
- "isOptional": true,
9541
- "releaseTag": "Public",
9542
- "name": "createCustomCharacterController",
9543
- "propertyTypeTokenRange": {
9544
- "startIndex": 1,
9545
- "endIndex": 5
9546
- },
9547
- "isStatic": false,
9548
- "isProtected": false,
9549
- "isAbstract": false
9550
- },
9551
9845
  {
9552
9846
  "kind": "Method",
9553
9847
  "canonicalReference": "server!Entity#despawn:member(1)",
@@ -10236,6 +10530,10 @@
10236
10530
  "text": "BaseCharacterController",
10237
10531
  "canonicalReference": "server!BaseCharacterController:class"
10238
10532
  },
10533
+ {
10534
+ "kind": "Content",
10535
+ "text": " | undefined"
10536
+ },
10239
10537
  {
10240
10538
  "kind": "Content",
10241
10539
  "text": "): "
@@ -10251,8 +10549,8 @@
10251
10549
  ],
10252
10550
  "isStatic": false,
10253
10551
  "returnTypeTokenRange": {
10254
- "startIndex": 3,
10255
- "endIndex": 4
10552
+ "startIndex": 4,
10553
+ "endIndex": 5
10256
10554
  },
10257
10555
  "releaseTag": "Public",
10258
10556
  "isProtected": false,
@@ -10262,7 +10560,7 @@
10262
10560
  "parameterName": "characterController",
10263
10561
  "parameterTypeTokenRange": {
10264
10562
  "startIndex": 1,
10265
- "endIndex": 2
10563
+ "endIndex": 3
10266
10564
  },
10267
10565
  "isOptional": false
10268
10566
  }
@@ -11186,21 +11484,21 @@
11186
11484
  },
11187
11485
  {
11188
11486
  "kind": "Interface",
11189
- "canonicalReference": "server!EntityEventPayload.UpdateRotation:interface",
11487
+ "canonicalReference": "server!EntityEventPayload.UpdatePosition:interface",
11190
11488
  "docComment": "",
11191
11489
  "excerptTokens": [
11192
11490
  {
11193
11491
  "kind": "Content",
11194
- "text": "interface UpdateRotation "
11492
+ "text": "interface UpdatePosition "
11195
11493
  }
11196
11494
  ],
11197
11495
  "releaseTag": "Public",
11198
- "name": "UpdateRotation",
11496
+ "name": "UpdatePosition",
11199
11497
  "preserveMemberOrder": false,
11200
11498
  "members": [
11201
11499
  {
11202
11500
  "kind": "PropertySignature",
11203
- "canonicalReference": "server!EntityEventPayload.UpdateRotation#entity:member",
11501
+ "canonicalReference": "server!EntityEventPayload.UpdatePosition#entity:member",
11204
11502
  "docComment": "",
11205
11503
  "excerptTokens": [
11206
11504
  {
@@ -11228,17 +11526,17 @@
11228
11526
  },
11229
11527
  {
11230
11528
  "kind": "PropertySignature",
11231
- "canonicalReference": "server!EntityEventPayload.UpdateRotation#rotation:member",
11529
+ "canonicalReference": "server!EntityEventPayload.UpdatePosition#position:member",
11232
11530
  "docComment": "",
11233
11531
  "excerptTokens": [
11234
11532
  {
11235
11533
  "kind": "Content",
11236
- "text": "rotation: "
11534
+ "text": "position: "
11237
11535
  },
11238
11536
  {
11239
11537
  "kind": "Reference",
11240
- "text": "QuaternionLike",
11241
- "canonicalReference": "server!QuaternionLike:interface"
11538
+ "text": "Vector3Like",
11539
+ "canonicalReference": "server!Vector3Like:interface"
11242
11540
  },
11243
11541
  {
11244
11542
  "kind": "Content",
@@ -11248,7 +11546,7 @@
11248
11546
  "isReadonly": false,
11249
11547
  "isOptional": false,
11250
11548
  "releaseTag": "Public",
11251
- "name": "rotation",
11549
+ "name": "position",
11252
11550
  "propertyTypeTokenRange": {
11253
11551
  "startIndex": 1,
11254
11552
  "endIndex": 2
@@ -11259,21 +11557,21 @@
11259
11557
  },
11260
11558
  {
11261
11559
  "kind": "Interface",
11262
- "canonicalReference": "server!EntityEventPayload.UpdateTranslation:interface",
11560
+ "canonicalReference": "server!EntityEventPayload.UpdateRotation:interface",
11263
11561
  "docComment": "",
11264
11562
  "excerptTokens": [
11265
11563
  {
11266
11564
  "kind": "Content",
11267
- "text": "interface UpdateTranslation "
11565
+ "text": "interface UpdateRotation "
11268
11566
  }
11269
11567
  ],
11270
11568
  "releaseTag": "Public",
11271
- "name": "UpdateTranslation",
11569
+ "name": "UpdateRotation",
11272
11570
  "preserveMemberOrder": false,
11273
11571
  "members": [
11274
11572
  {
11275
11573
  "kind": "PropertySignature",
11276
- "canonicalReference": "server!EntityEventPayload.UpdateTranslation#entity:member",
11574
+ "canonicalReference": "server!EntityEventPayload.UpdateRotation#entity:member",
11277
11575
  "docComment": "",
11278
11576
  "excerptTokens": [
11279
11577
  {
@@ -11301,17 +11599,17 @@
11301
11599
  },
11302
11600
  {
11303
11601
  "kind": "PropertySignature",
11304
- "canonicalReference": "server!EntityEventPayload.UpdateTranslation#translation:member",
11602
+ "canonicalReference": "server!EntityEventPayload.UpdateRotation#rotation:member",
11305
11603
  "docComment": "",
11306
11604
  "excerptTokens": [
11307
11605
  {
11308
11606
  "kind": "Content",
11309
- "text": "translation: "
11607
+ "text": "rotation: "
11310
11608
  },
11311
11609
  {
11312
11610
  "kind": "Reference",
11313
- "text": "Vector3Like",
11314
- "canonicalReference": "server!Vector3Like:interface"
11611
+ "text": "QuaternionLike",
11612
+ "canonicalReference": "server!QuaternionLike:interface"
11315
11613
  },
11316
11614
  {
11317
11615
  "kind": "Content",
@@ -11321,7 +11619,7 @@
11321
11619
  "isReadonly": false,
11322
11620
  "isOptional": false,
11323
11621
  "releaseTag": "Public",
11324
- "name": "translation",
11622
+ "name": "rotation",
11325
11623
  "propertyTypeTokenRange": {
11326
11624
  "startIndex": 1,
11327
11625
  "endIndex": 2
@@ -11496,16 +11794,16 @@
11496
11794
  },
11497
11795
  {
11498
11796
  "kind": "EnumMember",
11499
- "canonicalReference": "server!EntityEventType.UPDATE_ROTATION:member",
11797
+ "canonicalReference": "server!EntityEventType.UPDATE_POSITION:member",
11500
11798
  "docComment": "",
11501
11799
  "excerptTokens": [
11502
11800
  {
11503
11801
  "kind": "Content",
11504
- "text": "UPDATE_ROTATION = "
11802
+ "text": "UPDATE_POSITION = "
11505
11803
  },
11506
11804
  {
11507
11805
  "kind": "Content",
11508
- "text": "\"ENTITY.UPDATE_ROTATION\""
11806
+ "text": "\"ENTITY.UPDATE_POSITION\""
11509
11807
  }
11510
11808
  ],
11511
11809
  "initializerTokenRange": {
@@ -11513,20 +11811,20 @@
11513
11811
  "endIndex": 2
11514
11812
  },
11515
11813
  "releaseTag": "Public",
11516
- "name": "UPDATE_ROTATION"
11814
+ "name": "UPDATE_POSITION"
11517
11815
  },
11518
11816
  {
11519
11817
  "kind": "EnumMember",
11520
- "canonicalReference": "server!EntityEventType.UPDATE_TRANSLATION:member",
11818
+ "canonicalReference": "server!EntityEventType.UPDATE_ROTATION:member",
11521
11819
  "docComment": "",
11522
11820
  "excerptTokens": [
11523
11821
  {
11524
11822
  "kind": "Content",
11525
- "text": "UPDATE_TRANSLATION = "
11823
+ "text": "UPDATE_ROTATION = "
11526
11824
  },
11527
11825
  {
11528
11826
  "kind": "Content",
11529
- "text": "\"ENTITY.UPDATE_TRANSLATION\""
11827
+ "text": "\"ENTITY.UPDATE_ROTATION\""
11530
11828
  }
11531
11829
  ],
11532
11830
  "initializerTokenRange": {
@@ -11534,7 +11832,7 @@
11534
11832
  "endIndex": 2
11535
11833
  },
11536
11834
  "releaseTag": "Public",
11537
- "name": "UPDATE_TRANSLATION"
11835
+ "name": "UPDATE_ROTATION"
11538
11836
  }
11539
11837
  ]
11540
11838
  },
@@ -11926,25 +12224,12 @@
11926
12224
  },
11927
12225
  {
11928
12226
  "kind": "PropertySignature",
11929
- "canonicalReference": "server!EntityOptions#createCustomCharacterController:member",
11930
- "docComment": "/**\n * A function that creates a custom character controller for the entity when it spawns.\n *\n * @param entity - The Entity instance.\n *\n * @returns A character controller that extends {@link BaseCharacterController}.\n */\n",
12227
+ "canonicalReference": "server!EntityOptions#characterController:member",
12228
+ "docComment": "/**\n * The character controller to use for the entity.\n */\n",
11931
12229
  "excerptTokens": [
11932
12230
  {
11933
12231
  "kind": "Content",
11934
- "text": "createCustomCharacterController?: "
11935
- },
11936
- {
11937
- "kind": "Content",
11938
- "text": "(entity: "
11939
- },
11940
- {
11941
- "kind": "Reference",
11942
- "text": "Entity",
11943
- "canonicalReference": "server!Entity:class"
11944
- },
11945
- {
11946
- "kind": "Content",
11947
- "text": ") => "
12232
+ "text": "characterController?: "
11948
12233
  },
11949
12234
  {
11950
12235
  "kind": "Reference",
@@ -11959,10 +12244,10 @@
11959
12244
  "isReadonly": false,
11960
12245
  "isOptional": true,
11961
12246
  "releaseTag": "Public",
11962
- "name": "createCustomCharacterController",
12247
+ "name": "characterController",
11963
12248
  "propertyTypeTokenRange": {
11964
12249
  "startIndex": 1,
11965
- "endIndex": 5
12250
+ "endIndex": 2
11966
12251
  }
11967
12252
  },
11968
12253
  {
@@ -13212,7 +13497,7 @@
13212
13497
  {
13213
13498
  "kind": "TypeAlias",
13214
13499
  "canonicalReference": "server!MoveCallback:type",
13215
- "docComment": "/**\n * A callback function called when the entity associated with the SimpleCharacterController updates its translation as it is attempting to move to a target coordinate.\n *\n * @param currentTranslation - The current translation of the entity.\n *\n * @param targetTranslation - The target translation of the entity.\n *\n * @public\n */\n",
13500
+ "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
13501
  "excerptTokens": [
13217
13502
  {
13218
13503
  "kind": "Content",
@@ -13220,7 +13505,7 @@
13220
13505
  },
13221
13506
  {
13222
13507
  "kind": "Content",
13223
- "text": "(currentTranslation: "
13508
+ "text": "(currentPosition: "
13224
13509
  },
13225
13510
  {
13226
13511
  "kind": "Reference",
@@ -13229,7 +13514,7 @@
13229
13514
  },
13230
13515
  {
13231
13516
  "kind": "Content",
13232
- "text": ", targetTranslation: "
13517
+ "text": ", targetPosition: "
13233
13518
  },
13234
13519
  {
13235
13520
  "kind": "Reference",
@@ -13256,7 +13541,7 @@
13256
13541
  {
13257
13542
  "kind": "TypeAlias",
13258
13543
  "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 endTranslation - The translation of the entity after it has finished moving.\n *\n * @public\n */\n",
13544
+ "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
13545
  "excerptTokens": [
13261
13546
  {
13262
13547
  "kind": "Content",
@@ -13264,7 +13549,7 @@
13264
13549
  },
13265
13550
  {
13266
13551
  "kind": "Content",
13267
- "text": "(endTranslation: "
13552
+ "text": "(endPosition: "
13268
13553
  },
13269
13554
  {
13270
13555
  "kind": "Reference",
@@ -19110,19 +19395,79 @@
19110
19395
  "name": "addForce"
19111
19396
  },
19112
19397
  {
19113
- "kind": "Method",
19114
- "canonicalReference": "server!RigidBody#addTorque:member(1)",
19115
- "docComment": "/**\n * Adds a torque to the rigid body.\n *\n * @param torque - The torque to add to the rigid body.\n */\n",
19398
+ "kind": "Property",
19399
+ "canonicalReference": "server!RigidBody#additionalMass:member",
19400
+ "docComment": "/**\n * The additional mass of the rigid body.\n */\n",
19116
19401
  "excerptTokens": [
19117
19402
  {
19118
19403
  "kind": "Content",
19119
- "text": "addTorque(torque: "
19404
+ "text": "get additionalMass(): "
19120
19405
  },
19121
19406
  {
19122
- "kind": "Reference",
19123
- "text": "Vector3Like",
19124
- "canonicalReference": "server!Vector3Like:interface"
19125
- },
19407
+ "kind": "Content",
19408
+ "text": "number"
19409
+ },
19410
+ {
19411
+ "kind": "Content",
19412
+ "text": ";"
19413
+ }
19414
+ ],
19415
+ "isReadonly": true,
19416
+ "isOptional": false,
19417
+ "releaseTag": "Public",
19418
+ "name": "additionalMass",
19419
+ "propertyTypeTokenRange": {
19420
+ "startIndex": 1,
19421
+ "endIndex": 2
19422
+ },
19423
+ "isStatic": false,
19424
+ "isProtected": false,
19425
+ "isAbstract": false
19426
+ },
19427
+ {
19428
+ "kind": "Property",
19429
+ "canonicalReference": "server!RigidBody#additionalSolverIterations:member",
19430
+ "docComment": "/**\n * The additional solver iterations of the rigid body.\n */\n",
19431
+ "excerptTokens": [
19432
+ {
19433
+ "kind": "Content",
19434
+ "text": "get additionalSolverIterations(): "
19435
+ },
19436
+ {
19437
+ "kind": "Content",
19438
+ "text": "number"
19439
+ },
19440
+ {
19441
+ "kind": "Content",
19442
+ "text": ";"
19443
+ }
19444
+ ],
19445
+ "isReadonly": true,
19446
+ "isOptional": false,
19447
+ "releaseTag": "Public",
19448
+ "name": "additionalSolverIterations",
19449
+ "propertyTypeTokenRange": {
19450
+ "startIndex": 1,
19451
+ "endIndex": 2
19452
+ },
19453
+ "isStatic": false,
19454
+ "isProtected": false,
19455
+ "isAbstract": false
19456
+ },
19457
+ {
19458
+ "kind": "Method",
19459
+ "canonicalReference": "server!RigidBody#addTorque:member(1)",
19460
+ "docComment": "/**\n * Adds a torque to the rigid body.\n *\n * @param torque - The torque to add to the rigid body.\n */\n",
19461
+ "excerptTokens": [
19462
+ {
19463
+ "kind": "Content",
19464
+ "text": "addTorque(torque: "
19465
+ },
19466
+ {
19467
+ "kind": "Reference",
19468
+ "text": "Vector3Like",
19469
+ "canonicalReference": "server!Vector3Like:interface"
19470
+ },
19126
19471
  {
19127
19472
  "kind": "Content",
19128
19473
  "text": "): "
@@ -19207,6 +19552,67 @@
19207
19552
  "isAbstract": false,
19208
19553
  "name": "addToSimulation"
19209
19554
  },
19555
+ {
19556
+ "kind": "Property",
19557
+ "canonicalReference": "server!RigidBody#angularDamping:member",
19558
+ "docComment": "/**\n * The angular damping of the rigid body.\n */\n",
19559
+ "excerptTokens": [
19560
+ {
19561
+ "kind": "Content",
19562
+ "text": "get angularDamping(): "
19563
+ },
19564
+ {
19565
+ "kind": "Content",
19566
+ "text": "number"
19567
+ },
19568
+ {
19569
+ "kind": "Content",
19570
+ "text": ";"
19571
+ }
19572
+ ],
19573
+ "isReadonly": true,
19574
+ "isOptional": false,
19575
+ "releaseTag": "Public",
19576
+ "name": "angularDamping",
19577
+ "propertyTypeTokenRange": {
19578
+ "startIndex": 1,
19579
+ "endIndex": 2
19580
+ },
19581
+ "isStatic": false,
19582
+ "isProtected": false,
19583
+ "isAbstract": false
19584
+ },
19585
+ {
19586
+ "kind": "Property",
19587
+ "canonicalReference": "server!RigidBody#angularVelocity:member",
19588
+ "docComment": "/**\n * The angular velocity of the rigid body.\n */\n",
19589
+ "excerptTokens": [
19590
+ {
19591
+ "kind": "Content",
19592
+ "text": "get angularVelocity(): "
19593
+ },
19594
+ {
19595
+ "kind": "Reference",
19596
+ "text": "Vector3Like",
19597
+ "canonicalReference": "server!Vector3Like:interface"
19598
+ },
19599
+ {
19600
+ "kind": "Content",
19601
+ "text": ";"
19602
+ }
19603
+ ],
19604
+ "isReadonly": true,
19605
+ "isOptional": false,
19606
+ "releaseTag": "Public",
19607
+ "name": "angularVelocity",
19608
+ "propertyTypeTokenRange": {
19609
+ "startIndex": 1,
19610
+ "endIndex": 2
19611
+ },
19612
+ "isStatic": false,
19613
+ "isProtected": false,
19614
+ "isAbstract": false
19615
+ },
19210
19616
  {
19211
19617
  "kind": "Method",
19212
19618
  "canonicalReference": "server!RigidBody#applyImpulse:member(1)",
@@ -19524,44 +19930,44 @@
19524
19930
  "name": "createAndAddChildColliderToSimulation"
19525
19931
  },
19526
19932
  {
19527
- "kind": "Method",
19528
- "canonicalReference": "server!RigidBody#getAdditionalMass:member(1)",
19529
- "docComment": "/**\n * Gets the additional mass of the rigid body.\n *\n * @returns The additional mass of the rigid body.\n */\n",
19933
+ "kind": "Property",
19934
+ "canonicalReference": "server!RigidBody#directionFromRotation:member",
19935
+ "docComment": "/**\n * The direction from the rotation of the rigid body.\n */\n",
19530
19936
  "excerptTokens": [
19531
19937
  {
19532
19938
  "kind": "Content",
19533
- "text": "getAdditionalMass(): "
19939
+ "text": "get directionFromRotation(): "
19534
19940
  },
19535
19941
  {
19536
- "kind": "Content",
19537
- "text": "number"
19942
+ "kind": "Reference",
19943
+ "text": "Vector3Like",
19944
+ "canonicalReference": "server!Vector3Like:interface"
19538
19945
  },
19539
19946
  {
19540
19947
  "kind": "Content",
19541
19948
  "text": ";"
19542
19949
  }
19543
19950
  ],
19544
- "isStatic": false,
19545
- "returnTypeTokenRange": {
19951
+ "isReadonly": true,
19952
+ "isOptional": false,
19953
+ "releaseTag": "Public",
19954
+ "name": "directionFromRotation",
19955
+ "propertyTypeTokenRange": {
19546
19956
  "startIndex": 1,
19547
19957
  "endIndex": 2
19548
19958
  },
19549
- "releaseTag": "Public",
19959
+ "isStatic": false,
19550
19960
  "isProtected": false,
19551
- "overloadIndex": 1,
19552
- "parameters": [],
19553
- "isOptional": false,
19554
- "isAbstract": false,
19555
- "name": "getAdditionalMass"
19961
+ "isAbstract": false
19556
19962
  },
19557
19963
  {
19558
- "kind": "Method",
19559
- "canonicalReference": "server!RigidBody#getAdditionalSolverIterations:member(1)",
19560
- "docComment": "/**\n * Gets the additional solver iterations of the rigid body.\n *\n * @returns The additional solver iterations of the rigid body.\n */\n",
19964
+ "kind": "Property",
19965
+ "canonicalReference": "server!RigidBody#dominanceGroup:member",
19966
+ "docComment": "/**\n * The dominance group of the rigid body.\n */\n",
19561
19967
  "excerptTokens": [
19562
19968
  {
19563
19969
  "kind": "Content",
19564
- "text": "getAdditionalSolverIterations(): "
19970
+ "text": "get dominanceGroup(): "
19565
19971
  },
19566
19972
  {
19567
19973
  "kind": "Content",
@@ -19572,319 +19978,210 @@
19572
19978
  "text": ";"
19573
19979
  }
19574
19980
  ],
19575
- "isStatic": false,
19576
- "returnTypeTokenRange": {
19981
+ "isReadonly": true,
19982
+ "isOptional": false,
19983
+ "releaseTag": "Public",
19984
+ "name": "dominanceGroup",
19985
+ "propertyTypeTokenRange": {
19577
19986
  "startIndex": 1,
19578
19987
  "endIndex": 2
19579
19988
  },
19580
- "releaseTag": "Public",
19989
+ "isStatic": false,
19581
19990
  "isProtected": false,
19582
- "overloadIndex": 1,
19583
- "parameters": [],
19584
- "isOptional": false,
19585
- "isAbstract": false,
19586
- "name": "getAdditionalSolverIterations"
19991
+ "isAbstract": false
19587
19992
  },
19588
19993
  {
19589
- "kind": "Method",
19590
- "canonicalReference": "server!RigidBody#getAngularDamping:member(1)",
19591
- "docComment": "/**\n * Gets the angular damping of the rigid body.\n *\n * @returns The angular damping of the rigid body.\n */\n",
19994
+ "kind": "Property",
19995
+ "canonicalReference": "server!RigidBody#effectiveAngularInertia:member",
19996
+ "docComment": "/**\n * The effective angular inertia of the rigid body.\n */\n",
19592
19997
  "excerptTokens": [
19593
19998
  {
19594
19999
  "kind": "Content",
19595
- "text": "getAngularDamping(): "
20000
+ "text": "get effectiveAngularInertia(): "
20001
+ },
20002
+ {
20003
+ "kind": "Reference",
20004
+ "text": "SpdMatrix3",
20005
+ "canonicalReference": "server!SpdMatrix3:interface"
19596
20006
  },
19597
20007
  {
19598
20008
  "kind": "Content",
19599
- "text": "number"
20009
+ "text": " | undefined"
19600
20010
  },
19601
20011
  {
19602
20012
  "kind": "Content",
19603
20013
  "text": ";"
19604
20014
  }
19605
20015
  ],
19606
- "isStatic": false,
19607
- "returnTypeTokenRange": {
20016
+ "isReadonly": true,
20017
+ "isOptional": false,
20018
+ "releaseTag": "Public",
20019
+ "name": "effectiveAngularInertia",
20020
+ "propertyTypeTokenRange": {
19608
20021
  "startIndex": 1,
19609
- "endIndex": 2
20022
+ "endIndex": 3
19610
20023
  },
19611
- "releaseTag": "Public",
20024
+ "isStatic": false,
19612
20025
  "isProtected": false,
19613
- "overloadIndex": 1,
19614
- "parameters": [],
19615
- "isOptional": false,
19616
- "isAbstract": false,
19617
- "name": "getAngularDamping"
20026
+ "isAbstract": false
19618
20027
  },
19619
20028
  {
19620
- "kind": "Method",
19621
- "canonicalReference": "server!RigidBody#getAngularVelocity:member(1)",
19622
- "docComment": "/**\n * Gets the angular velocity of the rigid body.\n *\n * @returns The angular velocity of the rigid body.\n */\n",
20029
+ "kind": "Property",
20030
+ "canonicalReference": "server!RigidBody#effectiveInverseMass:member",
20031
+ "docComment": "/**\n * The effective inverse mass of the rigid body.\n */\n",
19623
20032
  "excerptTokens": [
19624
20033
  {
19625
20034
  "kind": "Content",
19626
- "text": "getAngularVelocity(): "
20035
+ "text": "get effectiveInverseMass(): "
19627
20036
  },
19628
20037
  {
19629
20038
  "kind": "Reference",
19630
20039
  "text": "Vector3Like",
19631
20040
  "canonicalReference": "server!Vector3Like:interface"
19632
20041
  },
20042
+ {
20043
+ "kind": "Content",
20044
+ "text": " | undefined"
20045
+ },
19633
20046
  {
19634
20047
  "kind": "Content",
19635
20048
  "text": ";"
19636
20049
  }
19637
20050
  ],
19638
- "isStatic": false,
19639
- "returnTypeTokenRange": {
20051
+ "isReadonly": true,
20052
+ "isOptional": false,
20053
+ "releaseTag": "Public",
20054
+ "name": "effectiveInverseMass",
20055
+ "propertyTypeTokenRange": {
19640
20056
  "startIndex": 1,
19641
- "endIndex": 2
20057
+ "endIndex": 3
19642
20058
  },
19643
- "releaseTag": "Public",
20059
+ "isStatic": false,
19644
20060
  "isProtected": false,
19645
- "overloadIndex": 1,
19646
- "parameters": [],
19647
- "isOptional": false,
19648
- "isAbstract": false,
19649
- "name": "getAngularVelocity"
20061
+ "isAbstract": false
19650
20062
  },
19651
20063
  {
19652
- "kind": "Method",
19653
- "canonicalReference": "server!RigidBody#getCollidersByTag:member(1)",
19654
- "docComment": "/**\n * Gets the colliders of the rigid body by tag.\n *\n * @param tag - The tag to filter by.\n *\n * @returns The colliders of the rigid body with the given tag.\n */\n",
20064
+ "kind": "Property",
20065
+ "canonicalReference": "server!RigidBody#effectiveWorldInversePrincipalAngularInertiaSqrt:member",
20066
+ "docComment": "/**\n * The effective world inverse principal angular inertia square root of the rigid body.\n */\n",
19655
20067
  "excerptTokens": [
19656
20068
  {
19657
20069
  "kind": "Content",
19658
- "text": "getCollidersByTag(tag: "
19659
- },
19660
- {
19661
- "kind": "Content",
19662
- "text": "string"
19663
- },
19664
- {
19665
- "kind": "Content",
19666
- "text": "): "
20070
+ "text": "get effectiveWorldInversePrincipalAngularInertiaSqrt(): "
19667
20071
  },
19668
20072
  {
19669
20073
  "kind": "Reference",
19670
- "text": "Collider",
19671
- "canonicalReference": "server!Collider:class"
20074
+ "text": "SpdMatrix3",
20075
+ "canonicalReference": "server!SpdMatrix3:interface"
19672
20076
  },
19673
20077
  {
19674
20078
  "kind": "Content",
19675
- "text": "[]"
20079
+ "text": " | undefined"
19676
20080
  },
19677
20081
  {
19678
20082
  "kind": "Content",
19679
20083
  "text": ";"
19680
20084
  }
19681
20085
  ],
19682
- "isStatic": false,
19683
- "returnTypeTokenRange": {
19684
- "startIndex": 3,
19685
- "endIndex": 5
19686
- },
20086
+ "isReadonly": true,
20087
+ "isOptional": false,
19687
20088
  "releaseTag": "Public",
20089
+ "name": "effectiveWorldInversePrincipalAngularInertiaSqrt",
20090
+ "propertyTypeTokenRange": {
20091
+ "startIndex": 1,
20092
+ "endIndex": 3
20093
+ },
20094
+ "isStatic": false,
19688
20095
  "isProtected": false,
19689
- "overloadIndex": 1,
19690
- "parameters": [
19691
- {
19692
- "parameterName": "tag",
19693
- "parameterTypeTokenRange": {
19694
- "startIndex": 1,
19695
- "endIndex": 2
19696
- },
19697
- "isOptional": false
19698
- }
19699
- ],
19700
- "isOptional": false,
19701
- "isAbstract": false,
19702
- "name": "getCollidersByTag"
20096
+ "isAbstract": false
19703
20097
  },
19704
20098
  {
19705
- "kind": "Method",
19706
- "canonicalReference": "server!RigidBody#getDirectionFromRotation:member(1)",
19707
- "docComment": "/**\n * Gets the direction from the rotation of the rigid body.\n *\n * @returns The direction from the rotation of the rigid body.\n */\n",
20099
+ "kind": "Property",
20100
+ "canonicalReference": "server!RigidBody#enabledPositions:member",
20101
+ "docComment": "/**\n * The enabled axes of positional movement of the rigid body.\n */\n",
19708
20102
  "excerptTokens": [
19709
20103
  {
19710
20104
  "kind": "Content",
19711
- "text": "getDirectionFromRotation(): "
20105
+ "text": "get enabledPositions(): "
19712
20106
  },
19713
20107
  {
19714
20108
  "kind": "Reference",
19715
- "text": "Vector3Like",
19716
- "canonicalReference": "server!Vector3Like:interface"
20109
+ "text": "Vector3Boolean",
20110
+ "canonicalReference": "server!Vector3Boolean:interface"
19717
20111
  },
19718
20112
  {
19719
20113
  "kind": "Content",
19720
20114
  "text": ";"
19721
20115
  }
19722
20116
  ],
19723
- "isStatic": false,
19724
- "returnTypeTokenRange": {
19725
- "startIndex": 1,
19726
- "endIndex": 2
19727
- },
19728
- "releaseTag": "Public",
19729
- "isProtected": false,
19730
- "overloadIndex": 1,
19731
- "parameters": [],
20117
+ "isReadonly": true,
19732
20118
  "isOptional": false,
19733
- "isAbstract": false,
19734
- "name": "getDirectionFromRotation"
19735
- },
19736
- {
19737
- "kind": "Method",
19738
- "canonicalReference": "server!RigidBody#getDominanceGroup:member(1)",
19739
- "docComment": "/**\n * Gets the dominance group of the rigid body.\n *\n * @returns The dominance group of the rigid body.\n */\n",
19740
- "excerptTokens": [
19741
- {
19742
- "kind": "Content",
19743
- "text": "getDominanceGroup(): "
19744
- },
19745
- {
19746
- "kind": "Content",
19747
- "text": "number"
19748
- },
19749
- {
19750
- "kind": "Content",
19751
- "text": ";"
19752
- }
19753
- ],
19754
- "isStatic": false,
19755
- "returnTypeTokenRange": {
20119
+ "releaseTag": "Public",
20120
+ "name": "enabledPositions",
20121
+ "propertyTypeTokenRange": {
19756
20122
  "startIndex": 1,
19757
20123
  "endIndex": 2
19758
20124
  },
19759
- "releaseTag": "Public",
20125
+ "isStatic": false,
19760
20126
  "isProtected": false,
19761
- "overloadIndex": 1,
19762
- "parameters": [],
19763
- "isOptional": false,
19764
- "isAbstract": false,
19765
- "name": "getDominanceGroup"
20127
+ "isAbstract": false
19766
20128
  },
19767
20129
  {
19768
- "kind": "Method",
19769
- "canonicalReference": "server!RigidBody#getEffectiveAngularInertia:member(1)",
19770
- "docComment": "/**\n * Gets the effective angular inertia of the rigid body.\n *\n * @returns The effective angular inertia of the rigid body.\n */\n",
20130
+ "kind": "Property",
20131
+ "canonicalReference": "server!RigidBody#enabledRotations:member",
20132
+ "docComment": "/**\n * The enabled axes of rotational movement of the rigid body.\n */\n",
19771
20133
  "excerptTokens": [
19772
20134
  {
19773
20135
  "kind": "Content",
19774
- "text": "getEffectiveAngularInertia(): "
20136
+ "text": "get enabledRotations(): "
19775
20137
  },
19776
20138
  {
19777
20139
  "kind": "Reference",
19778
- "text": "SpdMatrix3",
19779
- "canonicalReference": "server!SpdMatrix3:interface"
19780
- },
19781
- {
19782
- "kind": "Content",
19783
- "text": " | undefined"
20140
+ "text": "Vector3Boolean",
20141
+ "canonicalReference": "server!Vector3Boolean:interface"
19784
20142
  },
19785
20143
  {
19786
20144
  "kind": "Content",
19787
20145
  "text": ";"
19788
20146
  }
19789
20147
  ],
19790
- "isStatic": false,
19791
- "returnTypeTokenRange": {
20148
+ "isReadonly": true,
20149
+ "isOptional": false,
20150
+ "releaseTag": "Public",
20151
+ "name": "enabledRotations",
20152
+ "propertyTypeTokenRange": {
19792
20153
  "startIndex": 1,
19793
- "endIndex": 3
20154
+ "endIndex": 2
19794
20155
  },
19795
- "releaseTag": "Public",
20156
+ "isStatic": false,
19796
20157
  "isProtected": false,
19797
- "overloadIndex": 1,
19798
- "parameters": [],
19799
- "isOptional": false,
19800
- "isAbstract": false,
19801
- "name": "getEffectiveAngularInertia"
20158
+ "isAbstract": false
19802
20159
  },
19803
20160
  {
19804
20161
  "kind": "Method",
19805
- "canonicalReference": "server!RigidBody#getEffectiveInverseMass:member(1)",
19806
- "docComment": "/**\n * Gets the effective inverse mass of the rigid body.\n *\n * @returns The effective inverse mass of the rigid body.\n */\n",
20162
+ "canonicalReference": "server!RigidBody#getCollidersByTag:member(1)",
20163
+ "docComment": "/**\n * Gets the colliders of the rigid body by tag.\n *\n * @param tag - The tag to filter by.\n *\n * @returns The colliders of the rigid body with the given tag.\n */\n",
19807
20164
  "excerptTokens": [
19808
20165
  {
19809
20166
  "kind": "Content",
19810
- "text": "getEffectiveInverseMass(): "
19811
- },
19812
- {
19813
- "kind": "Reference",
19814
- "text": "Vector3Like",
19815
- "canonicalReference": "server!Vector3Like:interface"
20167
+ "text": "getCollidersByTag(tag: "
19816
20168
  },
19817
20169
  {
19818
20170
  "kind": "Content",
19819
- "text": " | undefined"
20171
+ "text": "string"
19820
20172
  },
19821
20173
  {
19822
20174
  "kind": "Content",
19823
- "text": ";"
19824
- }
19825
- ],
19826
- "isStatic": false,
19827
- "returnTypeTokenRange": {
19828
- "startIndex": 1,
19829
- "endIndex": 3
19830
- },
19831
- "releaseTag": "Public",
19832
- "isProtected": false,
19833
- "overloadIndex": 1,
19834
- "parameters": [],
19835
- "isOptional": false,
19836
- "isAbstract": false,
19837
- "name": "getEffectiveInverseMass"
19838
- },
19839
- {
19840
- "kind": "Method",
19841
- "canonicalReference": "server!RigidBody#getEffectiveWorldInversePrincipalAngularInertiaSqrt:member(1)",
19842
- "docComment": "/**\n * Gets the effective world inverse principal angular inertia square root of the rigid body.\n *\n * @returns The effective world inverse principal angular inertia square root of the rigid body.\n */\n",
19843
- "excerptTokens": [
19844
- {
19845
- "kind": "Content",
19846
- "text": "getEffectiveWorldInversePrincipalAngularInertiaSqrt(): "
20175
+ "text": "): "
19847
20176
  },
19848
20177
  {
19849
20178
  "kind": "Reference",
19850
- "text": "SpdMatrix3",
19851
- "canonicalReference": "server!SpdMatrix3:interface"
19852
- },
19853
- {
19854
- "kind": "Content",
19855
- "text": " | undefined"
20179
+ "text": "Collider",
20180
+ "canonicalReference": "server!Collider:class"
19856
20181
  },
19857
20182
  {
19858
20183
  "kind": "Content",
19859
- "text": ";"
19860
- }
19861
- ],
19862
- "isStatic": false,
19863
- "returnTypeTokenRange": {
19864
- "startIndex": 1,
19865
- "endIndex": 3
19866
- },
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"
20184
+ "text": "[]"
19888
20185
  },
19889
20186
  {
19890
20187
  "kind": "Content",
@@ -19893,57 +20190,34 @@
19893
20190
  ],
19894
20191
  "isStatic": false,
19895
20192
  "returnTypeTokenRange": {
19896
- "startIndex": 1,
19897
- "endIndex": 2
20193
+ "startIndex": 3,
20194
+ "endIndex": 5
19898
20195
  },
19899
20196
  "releaseTag": "Public",
19900
20197
  "isProtected": false,
19901
20198
  "overloadIndex": 1,
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
- },
20199
+ "parameters": [
19921
20200
  {
19922
- "kind": "Content",
19923
- "text": ";"
20201
+ "parameterName": "tag",
20202
+ "parameterTypeTokenRange": {
20203
+ "startIndex": 1,
20204
+ "endIndex": 2
20205
+ },
20206
+ "isOptional": false
19924
20207
  }
19925
20208
  ],
19926
- "isStatic": false,
19927
- "returnTypeTokenRange": {
19928
- "startIndex": 1,
19929
- "endIndex": 2
19930
- },
19931
- "releaseTag": "Public",
19932
- "isProtected": false,
19933
- "overloadIndex": 1,
19934
- "parameters": [],
19935
20209
  "isOptional": false,
19936
20210
  "isAbstract": false,
19937
- "name": "getEnabledTranslations"
20211
+ "name": "getCollidersByTag"
19938
20212
  },
19939
20213
  {
19940
- "kind": "Method",
19941
- "canonicalReference": "server!RigidBody#getGravityScale:member(1)",
19942
- "docComment": "/**\n * Gets the gravity scale of the rigid body.\n *\n * @returns The gravity scale of the rigid body.\n */\n",
20214
+ "kind": "Property",
20215
+ "canonicalReference": "server!RigidBody#gravityScale:member",
20216
+ "docComment": "/**\n * The gravity scale of the rigid body.\n */\n",
19943
20217
  "excerptTokens": [
19944
20218
  {
19945
20219
  "kind": "Content",
19946
- "text": "getGravityScale(): "
20220
+ "text": "get gravityScale(): "
19947
20221
  },
19948
20222
  {
19949
20223
  "kind": "Content",
@@ -19954,27 +20228,26 @@
19954
20228
  "text": ";"
19955
20229
  }
19956
20230
  ],
19957
- "isStatic": false,
19958
- "returnTypeTokenRange": {
20231
+ "isReadonly": true,
20232
+ "isOptional": false,
20233
+ "releaseTag": "Public",
20234
+ "name": "gravityScale",
20235
+ "propertyTypeTokenRange": {
19959
20236
  "startIndex": 1,
19960
20237
  "endIndex": 2
19961
20238
  },
19962
- "releaseTag": "Public",
20239
+ "isStatic": false,
19963
20240
  "isProtected": false,
19964
- "overloadIndex": 1,
19965
- "parameters": [],
19966
- "isOptional": false,
19967
- "isAbstract": false,
19968
- "name": "getGravityScale"
20241
+ "isAbstract": false
19969
20242
  },
19970
20243
  {
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",
20244
+ "kind": "Property",
20245
+ "canonicalReference": "server!RigidBody#inverseMass:member",
20246
+ "docComment": "/**\n * The inverse mass of the rigid body.\n */\n",
19974
20247
  "excerptTokens": [
19975
20248
  {
19976
20249
  "kind": "Content",
19977
- "text": "getInverseMass(): "
20250
+ "text": "get inverseMass(): "
19978
20251
  },
19979
20252
  {
19980
20253
  "kind": "Content",
@@ -19985,27 +20258,26 @@
19985
20258
  "text": ";"
19986
20259
  }
19987
20260
  ],
19988
- "isStatic": false,
19989
- "returnTypeTokenRange": {
20261
+ "isReadonly": true,
20262
+ "isOptional": false,
20263
+ "releaseTag": "Public",
20264
+ "name": "inverseMass",
20265
+ "propertyTypeTokenRange": {
19990
20266
  "startIndex": 1,
19991
20267
  "endIndex": 2
19992
20268
  },
19993
- "releaseTag": "Public",
20269
+ "isStatic": false,
19994
20270
  "isProtected": false,
19995
- "overloadIndex": 1,
19996
- "parameters": [],
19997
- "isOptional": false,
19998
- "isAbstract": false,
19999
- "name": "getInverseMass"
20271
+ "isAbstract": false
20000
20272
  },
20001
20273
  {
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",
20274
+ "kind": "Property",
20275
+ "canonicalReference": "server!RigidBody#inversePrincipalAngularInertiaSqrt:member",
20276
+ "docComment": "/**\n * The inverse principal angular inertia square root of the rigid body.\n */\n",
20005
20277
  "excerptTokens": [
20006
20278
  {
20007
20279
  "kind": "Content",
20008
- "text": "getInversePrincipalAngularInertiaSqrt(): "
20280
+ "text": "get inversePrincipalAngularInertiaSqrt(): "
20009
20281
  },
20010
20282
  {
20011
20283
  "kind": "Reference",
@@ -20021,448 +20293,296 @@
20021
20293
  "text": ";"
20022
20294
  }
20023
20295
  ],
20024
- "isStatic": false,
20025
- "returnTypeTokenRange": {
20296
+ "isReadonly": true,
20297
+ "isOptional": false,
20298
+ "releaseTag": "Public",
20299
+ "name": "inversePrincipalAngularInertiaSqrt",
20300
+ "propertyTypeTokenRange": {
20026
20301
  "startIndex": 1,
20027
20302
  "endIndex": 3
20028
20303
  },
20029
- "releaseTag": "Public",
20304
+ "isStatic": false,
20030
20305
  "isProtected": false,
20031
- "overloadIndex": 1,
20032
- "parameters": [],
20033
- "isOptional": false,
20034
- "isAbstract": false,
20035
- "name": "getInversePrincipalAngularInertiaSqrt"
20306
+ "isAbstract": false
20036
20307
  },
20037
20308
  {
20038
- "kind": "Method",
20039
- "canonicalReference": "server!RigidBody#getLinearDamping:member(1)",
20040
- "docComment": "/**\n * Gets the linear damping of the rigid body.\n *\n * @returns The linear damping of the rigid body.\n */\n",
20309
+ "kind": "Property",
20310
+ "canonicalReference": "server!RigidBody#isCcdEnabled:member",
20311
+ "docComment": "/**\n * Whether the rigid body has continuous collision detection enabled.\n */\n",
20041
20312
  "excerptTokens": [
20042
20313
  {
20043
20314
  "kind": "Content",
20044
- "text": "getLinearDamping(): "
20315
+ "text": "get isCcdEnabled(): "
20045
20316
  },
20046
20317
  {
20047
20318
  "kind": "Content",
20048
- "text": "number"
20319
+ "text": "boolean"
20049
20320
  },
20050
20321
  {
20051
20322
  "kind": "Content",
20052
20323
  "text": ";"
20053
20324
  }
20054
20325
  ],
20055
- "isStatic": false,
20056
- "returnTypeTokenRange": {
20057
- "startIndex": 1,
20058
- "endIndex": 2
20059
- },
20060
- "releaseTag": "Public",
20061
- "isProtected": false,
20062
- "overloadIndex": 1,
20063
- "parameters": [],
20326
+ "isReadonly": true,
20064
20327
  "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
20328
  "releaseTag": "Public",
20093
- "isProtected": false,
20094
- "overloadIndex": 1,
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": {
20329
+ "name": "isCcdEnabled",
20330
+ "propertyTypeTokenRange": {
20121
20331
  "startIndex": 1,
20122
20332
  "endIndex": 2
20123
20333
  },
20124
- "releaseTag": "Public",
20334
+ "isStatic": false,
20125
20335
  "isProtected": false,
20126
- "overloadIndex": 1,
20127
- "parameters": [],
20128
- "isOptional": false,
20129
- "isAbstract": false,
20130
- "name": "getLocalCenterOfMass"
20336
+ "isAbstract": false
20131
20337
  },
20132
20338
  {
20133
- "kind": "Method",
20134
- "canonicalReference": "server!RigidBody#getMass:member(1)",
20135
- "docComment": "/**\n * Gets the mass of the rigid body.\n *\n * @returns The mass of the rigid body.\n */\n",
20339
+ "kind": "Property",
20340
+ "canonicalReference": "server!RigidBody#isDynamic:member",
20341
+ "docComment": "/**\n * Whether the rigid body is dynamic.\n */\n",
20136
20342
  "excerptTokens": [
20137
20343
  {
20138
20344
  "kind": "Content",
20139
- "text": "getMass(): "
20345
+ "text": "get isDynamic(): "
20140
20346
  },
20141
20347
  {
20142
20348
  "kind": "Content",
20143
- "text": "number"
20349
+ "text": "boolean"
20144
20350
  },
20145
20351
  {
20146
20352
  "kind": "Content",
20147
20353
  "text": ";"
20148
20354
  }
20149
20355
  ],
20150
- "isStatic": false,
20151
- "returnTypeTokenRange": {
20152
- "startIndex": 1,
20153
- "endIndex": 2
20154
- },
20155
- "releaseTag": "Public",
20156
- "isProtected": false,
20157
- "overloadIndex": 1,
20158
- "parameters": [],
20356
+ "isReadonly": true,
20159
20357
  "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": {
20358
+ "releaseTag": "Public",
20359
+ "name": "isDynamic",
20360
+ "propertyTypeTokenRange": {
20184
20361
  "startIndex": 1,
20185
20362
  "endIndex": 2
20186
20363
  },
20187
- "releaseTag": "Public",
20364
+ "isStatic": false,
20188
20365
  "isProtected": false,
20189
- "overloadIndex": 1,
20190
- "parameters": [],
20191
- "isOptional": false,
20192
- "isAbstract": false,
20193
- "name": "getNextKinematicRotation"
20366
+ "isAbstract": false
20194
20367
  },
20195
20368
  {
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",
20369
+ "kind": "Property",
20370
+ "canonicalReference": "server!RigidBody#isEnabled:member",
20371
+ "docComment": "/**\n * Whether the rigid body is enabled.\n */\n",
20199
20372
  "excerptTokens": [
20200
20373
  {
20201
20374
  "kind": "Content",
20202
- "text": "getNextKinematicTranslation(): "
20375
+ "text": "get isEnabled(): "
20203
20376
  },
20204
20377
  {
20205
- "kind": "Reference",
20206
- "text": "Vector3Like",
20207
- "canonicalReference": "server!Vector3Like:interface"
20378
+ "kind": "Content",
20379
+ "text": "boolean"
20208
20380
  },
20209
20381
  {
20210
20382
  "kind": "Content",
20211
20383
  "text": ";"
20212
20384
  }
20213
20385
  ],
20214
- "isStatic": false,
20215
- "returnTypeTokenRange": {
20386
+ "isReadonly": true,
20387
+ "isOptional": false,
20388
+ "releaseTag": "Public",
20389
+ "name": "isEnabled",
20390
+ "propertyTypeTokenRange": {
20216
20391
  "startIndex": 1,
20217
20392
  "endIndex": 2
20218
20393
  },
20219
- "releaseTag": "Public",
20394
+ "isStatic": false,
20220
20395
  "isProtected": false,
20221
- "overloadIndex": 1,
20222
- "parameters": [],
20223
- "isOptional": false,
20224
- "isAbstract": false,
20225
- "name": "getNextKinematicTranslation"
20396
+ "isAbstract": false
20226
20397
  },
20227
20398
  {
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",
20399
+ "kind": "Property",
20400
+ "canonicalReference": "server!RigidBody#isFixed:member",
20401
+ "docComment": "/**\n * Whether the rigid body is fixed.\n */\n",
20231
20402
  "excerptTokens": [
20232
20403
  {
20233
20404
  "kind": "Content",
20234
- "text": "getPrincipalAngularInertia(): "
20405
+ "text": "get isFixed(): "
20235
20406
  },
20236
20407
  {
20237
- "kind": "Reference",
20238
- "text": "Vector3Like",
20239
- "canonicalReference": "server!Vector3Like:interface"
20408
+ "kind": "Content",
20409
+ "text": "boolean"
20240
20410
  },
20241
20411
  {
20242
20412
  "kind": "Content",
20243
20413
  "text": ";"
20244
20414
  }
20245
20415
  ],
20246
- "isStatic": false,
20247
- "returnTypeTokenRange": {
20416
+ "isReadonly": true,
20417
+ "isOptional": false,
20418
+ "releaseTag": "Public",
20419
+ "name": "isFixed",
20420
+ "propertyTypeTokenRange": {
20248
20421
  "startIndex": 1,
20249
20422
  "endIndex": 2
20250
20423
  },
20251
- "releaseTag": "Public",
20424
+ "isStatic": false,
20252
20425
  "isProtected": false,
20253
- "overloadIndex": 1,
20254
- "parameters": [],
20255
- "isOptional": false,
20256
- "isAbstract": false,
20257
- "name": "getPrincipalAngularInertia"
20426
+ "isAbstract": false
20258
20427
  },
20259
20428
  {
20260
- "kind": "Method",
20261
- "canonicalReference": "server!RigidBody#getPrincipalAngularInertiaLocalFrame:member(1)",
20262
- "docComment": "/**\n * Gets the principal angular inertia local frame of the rigid body.\n *\n * @returns The principal angular inertia local frame of the rigid body.\n */\n",
20429
+ "kind": "Property",
20430
+ "canonicalReference": "server!RigidBody#isKinematic:member",
20431
+ "docComment": "/**\n * Whether the rigid body is kinematic.\n */\n",
20263
20432
  "excerptTokens": [
20264
20433
  {
20265
20434
  "kind": "Content",
20266
- "text": "getPrincipalAngularInertiaLocalFrame(): "
20267
- },
20268
- {
20269
- "kind": "Reference",
20270
- "text": "QuaternionLike",
20271
- "canonicalReference": "server!QuaternionLike:interface"
20435
+ "text": "get isKinematic(): "
20272
20436
  },
20273
20437
  {
20274
20438
  "kind": "Content",
20275
- "text": " | undefined"
20439
+ "text": "boolean"
20276
20440
  },
20277
20441
  {
20278
20442
  "kind": "Content",
20279
20443
  "text": ";"
20280
20444
  }
20281
20445
  ],
20282
- "isStatic": false,
20283
- "returnTypeTokenRange": {
20284
- "startIndex": 1,
20285
- "endIndex": 3
20286
- },
20287
- "releaseTag": "Public",
20288
- "isProtected": false,
20289
- "overloadIndex": 1,
20290
- "parameters": [],
20446
+ "isReadonly": true,
20291
20447
  "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": {
20448
+ "releaseTag": "Public",
20449
+ "name": "isKinematic",
20450
+ "propertyTypeTokenRange": {
20316
20451
  "startIndex": 1,
20317
20452
  "endIndex": 2
20318
20453
  },
20319
- "releaseTag": "Public",
20454
+ "isStatic": false,
20320
20455
  "isProtected": false,
20321
- "overloadIndex": 1,
20322
- "parameters": [],
20323
- "isOptional": false,
20324
- "isAbstract": false,
20325
- "name": "getRotation"
20456
+ "isAbstract": false
20326
20457
  },
20327
20458
  {
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",
20459
+ "kind": "Property",
20460
+ "canonicalReference": "server!RigidBody#isKinematicPositionBased:member",
20461
+ "docComment": "/**\n * Whether the rigid body is kinematic position based.\n */\n",
20331
20462
  "excerptTokens": [
20332
20463
  {
20333
20464
  "kind": "Content",
20334
- "text": "getSoftCcdPrediction(): "
20465
+ "text": "get isKinematicPositionBased(): "
20335
20466
  },
20336
20467
  {
20337
20468
  "kind": "Content",
20338
- "text": "number"
20469
+ "text": "boolean"
20339
20470
  },
20340
20471
  {
20341
20472
  "kind": "Content",
20342
20473
  "text": ";"
20343
20474
  }
20344
20475
  ],
20345
- "isStatic": false,
20346
- "returnTypeTokenRange": {
20476
+ "isReadonly": true,
20477
+ "isOptional": false,
20478
+ "releaseTag": "Public",
20479
+ "name": "isKinematicPositionBased",
20480
+ "propertyTypeTokenRange": {
20347
20481
  "startIndex": 1,
20348
20482
  "endIndex": 2
20349
20483
  },
20350
- "releaseTag": "Public",
20484
+ "isStatic": false,
20351
20485
  "isProtected": false,
20352
- "overloadIndex": 1,
20353
- "parameters": [],
20354
- "isOptional": false,
20355
- "isAbstract": false,
20356
- "name": "getSoftCcdPrediction"
20486
+ "isAbstract": false
20357
20487
  },
20358
20488
  {
20359
- "kind": "Method",
20360
- "canonicalReference": "server!RigidBody#getTranslation:member(1)",
20361
- "docComment": "/**\n * Gets the translation of the rigid body.\n *\n * @returns The translation of the rigid body.\n */\n",
20489
+ "kind": "Property",
20490
+ "canonicalReference": "server!RigidBody#isKinematicVelocityBased:member",
20491
+ "docComment": "/**\n * Whether the rigid body is kinematic velocity based.\n */\n",
20362
20492
  "excerptTokens": [
20363
20493
  {
20364
20494
  "kind": "Content",
20365
- "text": "getTranslation(): "
20495
+ "text": "get isKinematicVelocityBased(): "
20366
20496
  },
20367
20497
  {
20368
- "kind": "Reference",
20369
- "text": "Vector3Like",
20370
- "canonicalReference": "server!Vector3Like:interface"
20498
+ "kind": "Content",
20499
+ "text": "boolean"
20371
20500
  },
20372
20501
  {
20373
20502
  "kind": "Content",
20374
20503
  "text": ";"
20375
20504
  }
20376
20505
  ],
20377
- "isStatic": false,
20378
- "returnTypeTokenRange": {
20506
+ "isReadonly": true,
20507
+ "isOptional": false,
20508
+ "releaseTag": "Public",
20509
+ "name": "isKinematicVelocityBased",
20510
+ "propertyTypeTokenRange": {
20379
20511
  "startIndex": 1,
20380
20512
  "endIndex": 2
20381
20513
  },
20382
- "releaseTag": "Public",
20514
+ "isStatic": false,
20383
20515
  "isProtected": false,
20384
- "overloadIndex": 1,
20385
- "parameters": [],
20386
- "isOptional": false,
20387
- "isAbstract": false,
20388
- "name": "getTranslation"
20516
+ "isAbstract": false
20389
20517
  },
20390
20518
  {
20391
- "kind": "Method",
20392
- "canonicalReference": "server!RigidBody#getType:member(1)",
20393
- "docComment": "/**\n * Gets the type of the rigid body.\n *\n * @returns The type of the rigid body.\n */\n",
20519
+ "kind": "Property",
20520
+ "canonicalReference": "server!RigidBody#isMoving:member",
20521
+ "docComment": "/**\n * Whether the rigid body is moving.\n */\n",
20394
20522
  "excerptTokens": [
20395
20523
  {
20396
20524
  "kind": "Content",
20397
- "text": "getType(): "
20525
+ "text": "get isMoving(): "
20398
20526
  },
20399
20527
  {
20400
- "kind": "Reference",
20401
- "text": "RigidBodyType",
20402
- "canonicalReference": "server!RigidBodyType:enum"
20528
+ "kind": "Content",
20529
+ "text": "boolean"
20403
20530
  },
20404
20531
  {
20405
20532
  "kind": "Content",
20406
20533
  "text": ";"
20407
20534
  }
20408
20535
  ],
20409
- "isStatic": false,
20410
- "returnTypeTokenRange": {
20536
+ "isReadonly": true,
20537
+ "isOptional": false,
20538
+ "releaseTag": "Public",
20539
+ "name": "isMoving",
20540
+ "propertyTypeTokenRange": {
20411
20541
  "startIndex": 1,
20412
20542
  "endIndex": 2
20413
20543
  },
20414
- "releaseTag": "Public",
20544
+ "isStatic": false,
20415
20545
  "isProtected": false,
20416
- "overloadIndex": 1,
20417
- "parameters": [],
20418
- "isOptional": false,
20419
- "isAbstract": false,
20420
- "name": "getType"
20546
+ "isAbstract": false
20421
20547
  },
20422
20548
  {
20423
- "kind": "Method",
20424
- "canonicalReference": "server!RigidBody#getWorldCenterOfMass:member(1)",
20425
- "docComment": "/**\n * Gets the world center of mass of the rigid body.\n *\n * @returns The world center of mass of the rigid body.\n */\n",
20549
+ "kind": "Property",
20550
+ "canonicalReference": "server!RigidBody#isRemoved:member",
20551
+ "docComment": "/**\n * Whether the rigid body has been removed from the simulation.\n */\n",
20426
20552
  "excerptTokens": [
20427
20553
  {
20428
20554
  "kind": "Content",
20429
- "text": "getWorldCenterOfMass(): "
20430
- },
20431
- {
20432
- "kind": "Reference",
20433
- "text": "Vector3Like",
20434
- "canonicalReference": "server!Vector3Like:interface"
20555
+ "text": "get isRemoved(): "
20435
20556
  },
20436
20557
  {
20437
20558
  "kind": "Content",
20438
- "text": " | undefined"
20559
+ "text": "boolean"
20439
20560
  },
20440
20561
  {
20441
20562
  "kind": "Content",
20442
20563
  "text": ";"
20443
20564
  }
20444
20565
  ],
20445
- "isStatic": false,
20446
- "returnTypeTokenRange": {
20566
+ "isReadonly": true,
20567
+ "isOptional": false,
20568
+ "releaseTag": "Public",
20569
+ "name": "isRemoved",
20570
+ "propertyTypeTokenRange": {
20447
20571
  "startIndex": 1,
20448
- "endIndex": 3
20572
+ "endIndex": 2
20449
20573
  },
20450
- "releaseTag": "Public",
20574
+ "isStatic": false,
20451
20575
  "isProtected": false,
20452
- "overloadIndex": 1,
20453
- "parameters": [],
20454
- "isOptional": false,
20455
- "isAbstract": false,
20456
- "name": "getWorldCenterOfMass"
20576
+ "isAbstract": false
20457
20577
  },
20458
20578
  {
20459
20579
  "kind": "Property",
20460
- "canonicalReference": "server!RigidBody#isCcdEnabled:member",
20461
- "docComment": "/**\n * Whether the rigid body has continuous collision detection enabled.\n */\n",
20580
+ "canonicalReference": "server!RigidBody#isSimulated:member",
20581
+ "docComment": "/**\n * Whether the rigid body is simulated.\n */\n",
20462
20582
  "excerptTokens": [
20463
20583
  {
20464
20584
  "kind": "Content",
20465
- "text": "get isCcdEnabled(): "
20585
+ "text": "get isSimulated(): "
20466
20586
  },
20467
20587
  {
20468
20588
  "kind": "Content",
@@ -20476,7 +20596,7 @@
20476
20596
  "isReadonly": true,
20477
20597
  "isOptional": false,
20478
20598
  "releaseTag": "Public",
20479
- "name": "isCcdEnabled",
20599
+ "name": "isSimulated",
20480
20600
  "propertyTypeTokenRange": {
20481
20601
  "startIndex": 1,
20482
20602
  "endIndex": 2
@@ -20487,12 +20607,12 @@
20487
20607
  },
20488
20608
  {
20489
20609
  "kind": "Property",
20490
- "canonicalReference": "server!RigidBody#isDynamic:member",
20491
- "docComment": "/**\n * Whether the rigid body is dynamic.\n */\n",
20610
+ "canonicalReference": "server!RigidBody#isSleeping:member",
20611
+ "docComment": "/**\n * Whether the rigid body is sleeping.\n */\n",
20492
20612
  "excerptTokens": [
20493
20613
  {
20494
20614
  "kind": "Content",
20495
- "text": "get isDynamic(): "
20615
+ "text": "get isSleeping(): "
20496
20616
  },
20497
20617
  {
20498
20618
  "kind": "Content",
@@ -20506,7 +20626,7 @@
20506
20626
  "isReadonly": true,
20507
20627
  "isOptional": false,
20508
20628
  "releaseTag": "Public",
20509
- "name": "isDynamic",
20629
+ "name": "isSleeping",
20510
20630
  "propertyTypeTokenRange": {
20511
20631
  "startIndex": 1,
20512
20632
  "endIndex": 2
@@ -20517,16 +20637,16 @@
20517
20637
  },
20518
20638
  {
20519
20639
  "kind": "Property",
20520
- "canonicalReference": "server!RigidBody#isEnabled:member",
20521
- "docComment": "/**\n * Whether the rigid body is enabled.\n */\n",
20640
+ "canonicalReference": "server!RigidBody#linearDamping:member",
20641
+ "docComment": "/**\n * The linear damping of the rigid body.\n */\n",
20522
20642
  "excerptTokens": [
20523
20643
  {
20524
20644
  "kind": "Content",
20525
- "text": "get isEnabled(): "
20645
+ "text": "get linearDamping(): "
20526
20646
  },
20527
20647
  {
20528
20648
  "kind": "Content",
20529
- "text": "boolean"
20649
+ "text": "number"
20530
20650
  },
20531
20651
  {
20532
20652
  "kind": "Content",
@@ -20536,7 +20656,7 @@
20536
20656
  "isReadonly": true,
20537
20657
  "isOptional": false,
20538
20658
  "releaseTag": "Public",
20539
- "name": "isEnabled",
20659
+ "name": "linearDamping",
20540
20660
  "propertyTypeTokenRange": {
20541
20661
  "startIndex": 1,
20542
20662
  "endIndex": 2
@@ -20547,16 +20667,17 @@
20547
20667
  },
20548
20668
  {
20549
20669
  "kind": "Property",
20550
- "canonicalReference": "server!RigidBody#isFixed:member",
20551
- "docComment": "/**\n * Whether the rigid body is fixed.\n */\n",
20670
+ "canonicalReference": "server!RigidBody#linearVelocity:member",
20671
+ "docComment": "/**\n * The linear velocity of the rigid body.\n */\n",
20552
20672
  "excerptTokens": [
20553
20673
  {
20554
20674
  "kind": "Content",
20555
- "text": "get isFixed(): "
20675
+ "text": "get linearVelocity(): "
20556
20676
  },
20557
20677
  {
20558
- "kind": "Content",
20559
- "text": "boolean"
20678
+ "kind": "Reference",
20679
+ "text": "Vector3Like",
20680
+ "canonicalReference": "server!Vector3Like:interface"
20560
20681
  },
20561
20682
  {
20562
20683
  "kind": "Content",
@@ -20566,7 +20687,7 @@
20566
20687
  "isReadonly": true,
20567
20688
  "isOptional": false,
20568
20689
  "releaseTag": "Public",
20569
- "name": "isFixed",
20690
+ "name": "linearVelocity",
20570
20691
  "propertyTypeTokenRange": {
20571
20692
  "startIndex": 1,
20572
20693
  "endIndex": 2
@@ -20577,16 +20698,17 @@
20577
20698
  },
20578
20699
  {
20579
20700
  "kind": "Property",
20580
- "canonicalReference": "server!RigidBody#isKinematic:member",
20581
- "docComment": "/**\n * Whether the rigid body is kinematic.\n */\n",
20701
+ "canonicalReference": "server!RigidBody#localCenterOfMass:member",
20702
+ "docComment": "/**\n * The local center of mass of the rigid body.\n */\n",
20582
20703
  "excerptTokens": [
20583
20704
  {
20584
20705
  "kind": "Content",
20585
- "text": "get isKinematic(): "
20706
+ "text": "get localCenterOfMass(): "
20586
20707
  },
20587
20708
  {
20588
- "kind": "Content",
20589
- "text": "boolean"
20709
+ "kind": "Reference",
20710
+ "text": "Vector3Like",
20711
+ "canonicalReference": "server!Vector3Like:interface"
20590
20712
  },
20591
20713
  {
20592
20714
  "kind": "Content",
@@ -20596,7 +20718,7 @@
20596
20718
  "isReadonly": true,
20597
20719
  "isOptional": false,
20598
20720
  "releaseTag": "Public",
20599
- "name": "isKinematic",
20721
+ "name": "localCenterOfMass",
20600
20722
  "propertyTypeTokenRange": {
20601
20723
  "startIndex": 1,
20602
20724
  "endIndex": 2
@@ -20606,77 +20728,79 @@
20606
20728
  "isAbstract": false
20607
20729
  },
20608
20730
  {
20609
- "kind": "Property",
20610
- "canonicalReference": "server!RigidBody#isKinematicPositionBased:member",
20611
- "docComment": "/**\n * Whether the rigid body is kinematic position based.\n */\n",
20731
+ "kind": "Method",
20732
+ "canonicalReference": "server!RigidBody#lockAllPositions:member(1)",
20733
+ "docComment": "/**\n * Locks all positional movement of the rigid body.\n */\n",
20612
20734
  "excerptTokens": [
20613
20735
  {
20614
20736
  "kind": "Content",
20615
- "text": "get isKinematicPositionBased(): "
20737
+ "text": "lockAllPositions(): "
20616
20738
  },
20617
20739
  {
20618
20740
  "kind": "Content",
20619
- "text": "boolean"
20741
+ "text": "void"
20620
20742
  },
20621
20743
  {
20622
20744
  "kind": "Content",
20623
20745
  "text": ";"
20624
20746
  }
20625
20747
  ],
20626
- "isReadonly": true,
20627
- "isOptional": false,
20628
- "releaseTag": "Public",
20629
- "name": "isKinematicPositionBased",
20630
- "propertyTypeTokenRange": {
20748
+ "isStatic": false,
20749
+ "returnTypeTokenRange": {
20631
20750
  "startIndex": 1,
20632
20751
  "endIndex": 2
20633
20752
  },
20634
- "isStatic": false,
20753
+ "releaseTag": "Public",
20635
20754
  "isProtected": false,
20636
- "isAbstract": false
20755
+ "overloadIndex": 1,
20756
+ "parameters": [],
20757
+ "isOptional": false,
20758
+ "isAbstract": false,
20759
+ "name": "lockAllPositions"
20637
20760
  },
20638
20761
  {
20639
- "kind": "Property",
20640
- "canonicalReference": "server!RigidBody#isKinematicVelocityBased:member",
20641
- "docComment": "/**\n * Whether the rigid body is kinematic velocity based.\n */\n",
20762
+ "kind": "Method",
20763
+ "canonicalReference": "server!RigidBody#lockAllRotations:member(1)",
20764
+ "docComment": "/**\n * Locks all rotations of the rigid body.\n */\n",
20642
20765
  "excerptTokens": [
20643
20766
  {
20644
20767
  "kind": "Content",
20645
- "text": "get isKinematicVelocityBased(): "
20768
+ "text": "lockAllRotations(): "
20646
20769
  },
20647
20770
  {
20648
20771
  "kind": "Content",
20649
- "text": "boolean"
20772
+ "text": "void"
20650
20773
  },
20651
20774
  {
20652
20775
  "kind": "Content",
20653
20776
  "text": ";"
20654
20777
  }
20655
20778
  ],
20656
- "isReadonly": true,
20657
- "isOptional": false,
20658
- "releaseTag": "Public",
20659
- "name": "isKinematicVelocityBased",
20660
- "propertyTypeTokenRange": {
20779
+ "isStatic": false,
20780
+ "returnTypeTokenRange": {
20661
20781
  "startIndex": 1,
20662
20782
  "endIndex": 2
20663
20783
  },
20664
- "isStatic": false,
20784
+ "releaseTag": "Public",
20665
20785
  "isProtected": false,
20666
- "isAbstract": false
20786
+ "overloadIndex": 1,
20787
+ "parameters": [],
20788
+ "isOptional": false,
20789
+ "isAbstract": false,
20790
+ "name": "lockAllRotations"
20667
20791
  },
20668
20792
  {
20669
20793
  "kind": "Property",
20670
- "canonicalReference": "server!RigidBody#isMoving:member",
20671
- "docComment": "/**\n * Whether the rigid body is moving.\n */\n",
20794
+ "canonicalReference": "server!RigidBody#mass:member",
20795
+ "docComment": "/**\n * The mass of the rigid body.\n */\n",
20672
20796
  "excerptTokens": [
20673
20797
  {
20674
20798
  "kind": "Content",
20675
- "text": "get isMoving(): "
20799
+ "text": "get mass(): "
20676
20800
  },
20677
20801
  {
20678
20802
  "kind": "Content",
20679
- "text": "boolean"
20803
+ "text": "number"
20680
20804
  },
20681
20805
  {
20682
20806
  "kind": "Content",
@@ -20686,7 +20810,7 @@
20686
20810
  "isReadonly": true,
20687
20811
  "isOptional": false,
20688
20812
  "releaseTag": "Public",
20689
- "name": "isMoving",
20813
+ "name": "mass",
20690
20814
  "propertyTypeTokenRange": {
20691
20815
  "startIndex": 1,
20692
20816
  "endIndex": 2
@@ -20697,16 +20821,17 @@
20697
20821
  },
20698
20822
  {
20699
20823
  "kind": "Property",
20700
- "canonicalReference": "server!RigidBody#isRemoved:member",
20701
- "docComment": "/**\n * Whether the rigid body has been removed from the simulation.\n */\n",
20824
+ "canonicalReference": "server!RigidBody#nextKinematicPosition:member",
20825
+ "docComment": "/**\n * The next kinematic position of the rigid body.\n */\n",
20702
20826
  "excerptTokens": [
20703
20827
  {
20704
20828
  "kind": "Content",
20705
- "text": "get isRemoved(): "
20829
+ "text": "get nextKinematicPosition(): "
20706
20830
  },
20707
20831
  {
20708
- "kind": "Content",
20709
- "text": "boolean"
20832
+ "kind": "Reference",
20833
+ "text": "Vector3Like",
20834
+ "canonicalReference": "server!Vector3Like:interface"
20710
20835
  },
20711
20836
  {
20712
20837
  "kind": "Content",
@@ -20716,7 +20841,7 @@
20716
20841
  "isReadonly": true,
20717
20842
  "isOptional": false,
20718
20843
  "releaseTag": "Public",
20719
- "name": "isRemoved",
20844
+ "name": "nextKinematicPosition",
20720
20845
  "propertyTypeTokenRange": {
20721
20846
  "startIndex": 1,
20722
20847
  "endIndex": 2
@@ -20727,16 +20852,17 @@
20727
20852
  },
20728
20853
  {
20729
20854
  "kind": "Property",
20730
- "canonicalReference": "server!RigidBody#isSimulated:member",
20731
- "docComment": "/**\n * Whether the rigid body is simulated.\n */\n",
20855
+ "canonicalReference": "server!RigidBody#nextKinematicRotation:member",
20856
+ "docComment": "/**\n * The next kinematic rotation of the rigid body.\n */\n",
20732
20857
  "excerptTokens": [
20733
20858
  {
20734
20859
  "kind": "Content",
20735
- "text": "get isSimulated(): "
20860
+ "text": "get nextKinematicRotation(): "
20736
20861
  },
20737
20862
  {
20738
- "kind": "Content",
20739
- "text": "boolean"
20863
+ "kind": "Reference",
20864
+ "text": "QuaternionLike",
20865
+ "canonicalReference": "server!QuaternionLike:interface"
20740
20866
  },
20741
20867
  {
20742
20868
  "kind": "Content",
@@ -20746,7 +20872,7 @@
20746
20872
  "isReadonly": true,
20747
20873
  "isOptional": false,
20748
20874
  "releaseTag": "Public",
20749
- "name": "isSimulated",
20875
+ "name": "nextKinematicRotation",
20750
20876
  "propertyTypeTokenRange": {
20751
20877
  "startIndex": 1,
20752
20878
  "endIndex": 2
@@ -20757,16 +20883,16 @@
20757
20883
  },
20758
20884
  {
20759
20885
  "kind": "Property",
20760
- "canonicalReference": "server!RigidBody#isSleeping:member",
20761
- "docComment": "/**\n * Whether the rigid body is sleeping.\n */\n",
20886
+ "canonicalReference": "server!RigidBody#numColliders:member",
20887
+ "docComment": "/**\n * The number of colliders in the rigid body.\n */\n",
20762
20888
  "excerptTokens": [
20763
20889
  {
20764
20890
  "kind": "Content",
20765
- "text": "get isSleeping(): "
20891
+ "text": "get numColliders(): "
20766
20892
  },
20767
20893
  {
20768
20894
  "kind": "Content",
20769
- "text": "boolean"
20895
+ "text": "number"
20770
20896
  },
20771
20897
  {
20772
20898
  "kind": "Content",
@@ -20776,7 +20902,7 @@
20776
20902
  "isReadonly": true,
20777
20903
  "isOptional": false,
20778
20904
  "releaseTag": "Public",
20779
- "name": "isSleeping",
20905
+ "name": "numColliders",
20780
20906
  "propertyTypeTokenRange": {
20781
20907
  "startIndex": 1,
20782
20908
  "endIndex": 2
@@ -20786,79 +20912,84 @@
20786
20912
  "isAbstract": false
20787
20913
  },
20788
20914
  {
20789
- "kind": "Method",
20790
- "canonicalReference": "server!RigidBody#lockAllRotations:member(1)",
20791
- "docComment": "/**\n * Locks all rotations of the rigid body.\n */\n",
20915
+ "kind": "Property",
20916
+ "canonicalReference": "server!RigidBody#position:member",
20917
+ "docComment": "/**\n * The position of the rigid body.\n */\n",
20792
20918
  "excerptTokens": [
20793
20919
  {
20794
20920
  "kind": "Content",
20795
- "text": "lockAllRotations(): "
20921
+ "text": "get position(): "
20796
20922
  },
20797
20923
  {
20798
- "kind": "Content",
20799
- "text": "void"
20924
+ "kind": "Reference",
20925
+ "text": "Vector3Like",
20926
+ "canonicalReference": "server!Vector3Like:interface"
20800
20927
  },
20801
20928
  {
20802
20929
  "kind": "Content",
20803
20930
  "text": ";"
20804
20931
  }
20805
20932
  ],
20806
- "isStatic": false,
20807
- "returnTypeTokenRange": {
20933
+ "isReadonly": true,
20934
+ "isOptional": false,
20935
+ "releaseTag": "Public",
20936
+ "name": "position",
20937
+ "propertyTypeTokenRange": {
20808
20938
  "startIndex": 1,
20809
20939
  "endIndex": 2
20810
20940
  },
20811
- "releaseTag": "Public",
20941
+ "isStatic": false,
20812
20942
  "isProtected": false,
20813
- "overloadIndex": 1,
20814
- "parameters": [],
20815
- "isOptional": false,
20816
- "isAbstract": false,
20817
- "name": "lockAllRotations"
20943
+ "isAbstract": false
20818
20944
  },
20819
20945
  {
20820
- "kind": "Method",
20821
- "canonicalReference": "server!RigidBody#lockAllTranslations:member(1)",
20822
- "docComment": "/**\n * Locks all translations of the rigid body.\n */\n",
20946
+ "kind": "Property",
20947
+ "canonicalReference": "server!RigidBody#principalAngularInertia:member",
20948
+ "docComment": "/**\n * The principal angular inertia of the rigid body.\n */\n",
20823
20949
  "excerptTokens": [
20824
20950
  {
20825
20951
  "kind": "Content",
20826
- "text": "lockAllTranslations(): "
20952
+ "text": "get principalAngularInertia(): "
20827
20953
  },
20828
20954
  {
20829
- "kind": "Content",
20830
- "text": "void"
20955
+ "kind": "Reference",
20956
+ "text": "Vector3Like",
20957
+ "canonicalReference": "server!Vector3Like:interface"
20831
20958
  },
20832
20959
  {
20833
20960
  "kind": "Content",
20834
20961
  "text": ";"
20835
20962
  }
20836
20963
  ],
20837
- "isStatic": false,
20838
- "returnTypeTokenRange": {
20964
+ "isReadonly": true,
20965
+ "isOptional": false,
20966
+ "releaseTag": "Public",
20967
+ "name": "principalAngularInertia",
20968
+ "propertyTypeTokenRange": {
20839
20969
  "startIndex": 1,
20840
20970
  "endIndex": 2
20841
20971
  },
20842
- "releaseTag": "Public",
20972
+ "isStatic": false,
20843
20973
  "isProtected": false,
20844
- "overloadIndex": 1,
20845
- "parameters": [],
20846
- "isOptional": false,
20847
- "isAbstract": false,
20848
- "name": "lockAllTranslations"
20974
+ "isAbstract": false
20849
20975
  },
20850
20976
  {
20851
20977
  "kind": "Property",
20852
- "canonicalReference": "server!RigidBody#numColliders:member",
20853
- "docComment": "/**\n * The number of colliders in the rigid body.\n */\n",
20978
+ "canonicalReference": "server!RigidBody#principalAngularInertiaLocalFrame:member",
20979
+ "docComment": "/**\n * The principal angular inertia local frame of the rigid body.\n */\n",
20854
20980
  "excerptTokens": [
20855
20981
  {
20856
20982
  "kind": "Content",
20857
- "text": "get numColliders(): "
20983
+ "text": "get principalAngularInertiaLocalFrame(): "
20984
+ },
20985
+ {
20986
+ "kind": "Reference",
20987
+ "text": "QuaternionLike",
20988
+ "canonicalReference": "server!QuaternionLike:interface"
20858
20989
  },
20859
20990
  {
20860
20991
  "kind": "Content",
20861
- "text": "number"
20992
+ "text": " | undefined"
20862
20993
  },
20863
20994
  {
20864
20995
  "kind": "Content",
@@ -20868,10 +20999,10 @@
20868
20999
  "isReadonly": true,
20869
21000
  "isOptional": false,
20870
21001
  "releaseTag": "Public",
20871
- "name": "numColliders",
21002
+ "name": "principalAngularInertiaLocalFrame",
20872
21003
  "propertyTypeTokenRange": {
20873
21004
  "startIndex": 1,
20874
- "endIndex": 2
21005
+ "endIndex": 3
20875
21006
  },
20876
21007
  "isStatic": false,
20877
21008
  "isProtected": false,
@@ -20943,6 +21074,37 @@
20943
21074
  "isAbstract": false,
20944
21075
  "name": "removeFromSimulation"
20945
21076
  },
21077
+ {
21078
+ "kind": "Property",
21079
+ "canonicalReference": "server!RigidBody#rotation:member",
21080
+ "docComment": "/**\n * The rotation of the rigid body.\n */\n",
21081
+ "excerptTokens": [
21082
+ {
21083
+ "kind": "Content",
21084
+ "text": "get rotation(): "
21085
+ },
21086
+ {
21087
+ "kind": "Reference",
21088
+ "text": "QuaternionLike",
21089
+ "canonicalReference": "server!QuaternionLike:interface"
21090
+ },
21091
+ {
21092
+ "kind": "Content",
21093
+ "text": ";"
21094
+ }
21095
+ ],
21096
+ "isReadonly": true,
21097
+ "isOptional": false,
21098
+ "releaseTag": "Public",
21099
+ "name": "rotation",
21100
+ "propertyTypeTokenRange": {
21101
+ "startIndex": 1,
21102
+ "endIndex": 2
21103
+ },
21104
+ "isStatic": false,
21105
+ "isProtected": false,
21106
+ "isAbstract": false
21107
+ },
20946
21108
  {
20947
21109
  "kind": "Method",
20948
21110
  "canonicalReference": "server!RigidBody#setAdditionalMass:member(1)",
@@ -21380,12 +21542,12 @@
21380
21542
  },
21381
21543
  {
21382
21544
  "kind": "Method",
21383
- "canonicalReference": "server!RigidBody#setEnabledRotations:member(1)",
21384
- "docComment": "/**\n * Sets whether the rigid body has enabled rotations.\n *\n * @param enabledRotations - Whether the rigid body has enabled rotations.\n */\n",
21545
+ "canonicalReference": "server!RigidBody#setEnabledPositions:member(1)",
21546
+ "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
21547
  "excerptTokens": [
21386
21548
  {
21387
21549
  "kind": "Content",
21388
- "text": "setEnabledRotations(enabledRotations: "
21550
+ "text": "setEnabledPositions(enabledPositions: "
21389
21551
  },
21390
21552
  {
21391
21553
  "kind": "Reference",
@@ -21415,7 +21577,7 @@
21415
21577
  "overloadIndex": 1,
21416
21578
  "parameters": [
21417
21579
  {
21418
- "parameterName": "enabledRotations",
21580
+ "parameterName": "enabledPositions",
21419
21581
  "parameterTypeTokenRange": {
21420
21582
  "startIndex": 1,
21421
21583
  "endIndex": 2
@@ -21425,16 +21587,16 @@
21425
21587
  ],
21426
21588
  "isOptional": false,
21427
21589
  "isAbstract": false,
21428
- "name": "setEnabledRotations"
21590
+ "name": "setEnabledPositions"
21429
21591
  },
21430
21592
  {
21431
21593
  "kind": "Method",
21432
- "canonicalReference": "server!RigidBody#setEnabledTranslations:member(1)",
21433
- "docComment": "/**\n * Sets whether the rigid body has enabled translations.\n *\n * @param enabledTranslations - Whether the rigid body has enabled translations.\n */\n",
21594
+ "canonicalReference": "server!RigidBody#setEnabledRotations:member(1)",
21595
+ "docComment": "/**\n * Sets whether the rigid body has enabled rotations.\n *\n * @param enabledRotations - Whether the rigid body has enabled rotations.\n */\n",
21434
21596
  "excerptTokens": [
21435
21597
  {
21436
21598
  "kind": "Content",
21437
- "text": "setEnabledTranslations(enabledTranslations: "
21599
+ "text": "setEnabledRotations(enabledRotations: "
21438
21600
  },
21439
21601
  {
21440
21602
  "kind": "Reference",
@@ -21464,7 +21626,7 @@
21464
21626
  "overloadIndex": 1,
21465
21627
  "parameters": [
21466
21628
  {
21467
- "parameterName": "enabledTranslations",
21629
+ "parameterName": "enabledRotations",
21468
21630
  "parameterTypeTokenRange": {
21469
21631
  "startIndex": 1,
21470
21632
  "endIndex": 2
@@ -21474,7 +21636,7 @@
21474
21636
  ],
21475
21637
  "isOptional": false,
21476
21638
  "isAbstract": false,
21477
- "name": "setEnabledTranslations"
21639
+ "name": "setEnabledRotations"
21478
21640
  },
21479
21641
  {
21480
21642
  "kind": "Method",
@@ -21623,17 +21785,17 @@
21623
21785
  },
21624
21786
  {
21625
21787
  "kind": "Method",
21626
- "canonicalReference": "server!RigidBody#setNextKinematicRotation:member(1)",
21627
- "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",
21788
+ "canonicalReference": "server!RigidBody#setNextKinematicPosition:member(1)",
21789
+ "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
21790
  "excerptTokens": [
21629
21791
  {
21630
21792
  "kind": "Content",
21631
- "text": "setNextKinematicRotation(nextKinematicRotation: "
21793
+ "text": "setNextKinematicPosition(nextKinematicPosition: "
21632
21794
  },
21633
21795
  {
21634
21796
  "kind": "Reference",
21635
- "text": "QuaternionLike",
21636
- "canonicalReference": "server!QuaternionLike:interface"
21797
+ "text": "Vector3Like",
21798
+ "canonicalReference": "server!Vector3Like:interface"
21637
21799
  },
21638
21800
  {
21639
21801
  "kind": "Content",
@@ -21658,7 +21820,7 @@
21658
21820
  "overloadIndex": 1,
21659
21821
  "parameters": [
21660
21822
  {
21661
- "parameterName": "nextKinematicRotation",
21823
+ "parameterName": "nextKinematicPosition",
21662
21824
  "parameterTypeTokenRange": {
21663
21825
  "startIndex": 1,
21664
21826
  "endIndex": 2
@@ -21668,21 +21830,21 @@
21668
21830
  ],
21669
21831
  "isOptional": false,
21670
21832
  "isAbstract": false,
21671
- "name": "setNextKinematicRotation"
21833
+ "name": "setNextKinematicPosition"
21672
21834
  },
21673
21835
  {
21674
21836
  "kind": "Method",
21675
- "canonicalReference": "server!RigidBody#setNextKinematicTranslation:member(1)",
21676
- "docComment": "/**\n * Sets the next kinematic translation of the rigid body.\n *\n * @param nextKinematicTranslation - The next kinematic translation of the rigid body.\n */\n",
21837
+ "canonicalReference": "server!RigidBody#setNextKinematicRotation:member(1)",
21838
+ "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
21839
  "excerptTokens": [
21678
21840
  {
21679
21841
  "kind": "Content",
21680
- "text": "setNextKinematicTranslation(nextKinematicTranslation: "
21842
+ "text": "setNextKinematicRotation(nextKinematicRotation: "
21681
21843
  },
21682
21844
  {
21683
21845
  "kind": "Reference",
21684
- "text": "Vector3Like",
21685
- "canonicalReference": "server!Vector3Like:interface"
21846
+ "text": "QuaternionLike",
21847
+ "canonicalReference": "server!QuaternionLike:interface"
21686
21848
  },
21687
21849
  {
21688
21850
  "kind": "Content",
@@ -21707,7 +21869,7 @@
21707
21869
  "overloadIndex": 1,
21708
21870
  "parameters": [
21709
21871
  {
21710
- "parameterName": "nextKinematicTranslation",
21872
+ "parameterName": "nextKinematicRotation",
21711
21873
  "parameterTypeTokenRange": {
21712
21874
  "startIndex": 1,
21713
21875
  "endIndex": 2
@@ -21717,21 +21879,21 @@
21717
21879
  ],
21718
21880
  "isOptional": false,
21719
21881
  "isAbstract": false,
21720
- "name": "setNextKinematicTranslation"
21882
+ "name": "setNextKinematicRotation"
21721
21883
  },
21722
21884
  {
21723
21885
  "kind": "Method",
21724
- "canonicalReference": "server!RigidBody#setRotation:member(1)",
21725
- "docComment": "/**\n * Sets the rotation of the rigid body.\n *\n * @param rotation - The rotation of the rigid body.\n */\n",
21886
+ "canonicalReference": "server!RigidBody#setPosition:member(1)",
21887
+ "docComment": "/**\n * Sets the position of the rigid body.\n *\n * @param position - The position of the rigid body.\n */\n",
21726
21888
  "excerptTokens": [
21727
21889
  {
21728
21890
  "kind": "Content",
21729
- "text": "setRotation(rotation: "
21891
+ "text": "setPosition(position: "
21730
21892
  },
21731
21893
  {
21732
21894
  "kind": "Reference",
21733
- "text": "QuaternionLike",
21734
- "canonicalReference": "server!QuaternionLike:interface"
21895
+ "text": "Vector3Like",
21896
+ "canonicalReference": "server!Vector3Like:interface"
21735
21897
  },
21736
21898
  {
21737
21899
  "kind": "Content",
@@ -21756,7 +21918,7 @@
21756
21918
  "overloadIndex": 1,
21757
21919
  "parameters": [
21758
21920
  {
21759
- "parameterName": "rotation",
21921
+ "parameterName": "position",
21760
21922
  "parameterTypeTokenRange": {
21761
21923
  "startIndex": 1,
21762
21924
  "endIndex": 2
@@ -21766,20 +21928,21 @@
21766
21928
  ],
21767
21929
  "isOptional": false,
21768
21930
  "isAbstract": false,
21769
- "name": "setRotation"
21931
+ "name": "setPosition"
21770
21932
  },
21771
21933
  {
21772
21934
  "kind": "Method",
21773
- "canonicalReference": "server!RigidBody#setSleeping:member(1)",
21774
- "docComment": "/**\n * Sets whether the rigid body is sleeping.\n *\n * @param sleeping - Whether the rigid body is sleeping.\n */\n",
21935
+ "canonicalReference": "server!RigidBody#setRotation:member(1)",
21936
+ "docComment": "/**\n * Sets the rotation of the rigid body.\n *\n * @param rotation - The rotation of the rigid body.\n */\n",
21775
21937
  "excerptTokens": [
21776
21938
  {
21777
21939
  "kind": "Content",
21778
- "text": "setSleeping(sleeping: "
21940
+ "text": "setRotation(rotation: "
21779
21941
  },
21780
21942
  {
21781
- "kind": "Content",
21782
- "text": "boolean"
21943
+ "kind": "Reference",
21944
+ "text": "QuaternionLike",
21945
+ "canonicalReference": "server!QuaternionLike:interface"
21783
21946
  },
21784
21947
  {
21785
21948
  "kind": "Content",
@@ -21804,7 +21967,7 @@
21804
21967
  "overloadIndex": 1,
21805
21968
  "parameters": [
21806
21969
  {
21807
- "parameterName": "sleeping",
21970
+ "parameterName": "rotation",
21808
21971
  "parameterTypeTokenRange": {
21809
21972
  "startIndex": 1,
21810
21973
  "endIndex": 2
@@ -21814,20 +21977,20 @@
21814
21977
  ],
21815
21978
  "isOptional": false,
21816
21979
  "isAbstract": false,
21817
- "name": "setSleeping"
21980
+ "name": "setRotation"
21818
21981
  },
21819
21982
  {
21820
21983
  "kind": "Method",
21821
- "canonicalReference": "server!RigidBody#setSoftCcdPrediction:member(1)",
21822
- "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",
21984
+ "canonicalReference": "server!RigidBody#setSleeping:member(1)",
21985
+ "docComment": "/**\n * Sets whether the rigid body is sleeping.\n *\n * @param sleeping - Whether the rigid body is sleeping.\n */\n",
21823
21986
  "excerptTokens": [
21824
21987
  {
21825
21988
  "kind": "Content",
21826
- "text": "setSoftCcdPrediction(softCcdPrediction: "
21989
+ "text": "setSleeping(sleeping: "
21827
21990
  },
21828
21991
  {
21829
21992
  "kind": "Content",
21830
- "text": "number"
21993
+ "text": "boolean"
21831
21994
  },
21832
21995
  {
21833
21996
  "kind": "Content",
@@ -21852,7 +22015,7 @@
21852
22015
  "overloadIndex": 1,
21853
22016
  "parameters": [
21854
22017
  {
21855
- "parameterName": "softCcdPrediction",
22018
+ "parameterName": "sleeping",
21856
22019
  "parameterTypeTokenRange": {
21857
22020
  "startIndex": 1,
21858
22021
  "endIndex": 2
@@ -21862,21 +22025,20 @@
21862
22025
  ],
21863
22026
  "isOptional": false,
21864
22027
  "isAbstract": false,
21865
- "name": "setSoftCcdPrediction"
22028
+ "name": "setSleeping"
21866
22029
  },
21867
22030
  {
21868
22031
  "kind": "Method",
21869
- "canonicalReference": "server!RigidBody#setTranslation:member(1)",
21870
- "docComment": "/**\n * Sets the translation of the rigid body.\n *\n * @param translation - The translation of the rigid body.\n */\n",
22032
+ "canonicalReference": "server!RigidBody#setSoftCcdPrediction:member(1)",
22033
+ "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
22034
  "excerptTokens": [
21872
22035
  {
21873
22036
  "kind": "Content",
21874
- "text": "setTranslation(translation: "
22037
+ "text": "setSoftCcdPrediction(softCcdPrediction: "
21875
22038
  },
21876
22039
  {
21877
- "kind": "Reference",
21878
- "text": "Vector3Like",
21879
- "canonicalReference": "server!Vector3Like:interface"
22040
+ "kind": "Content",
22041
+ "text": "number"
21880
22042
  },
21881
22043
  {
21882
22044
  "kind": "Content",
@@ -21901,7 +22063,7 @@
21901
22063
  "overloadIndex": 1,
21902
22064
  "parameters": [
21903
22065
  {
21904
- "parameterName": "translation",
22066
+ "parameterName": "softCcdPrediction",
21905
22067
  "parameterTypeTokenRange": {
21906
22068
  "startIndex": 1,
21907
22069
  "endIndex": 2
@@ -21911,7 +22073,7 @@
21911
22073
  ],
21912
22074
  "isOptional": false,
21913
22075
  "isAbstract": false,
21914
- "name": "setTranslation"
22076
+ "name": "setSoftCcdPrediction"
21915
22077
  },
21916
22078
  {
21917
22079
  "kind": "Method",
@@ -21993,6 +22155,67 @@
21993
22155
  "isAbstract": false,
21994
22156
  "name": "sleep"
21995
22157
  },
22158
+ {
22159
+ "kind": "Property",
22160
+ "canonicalReference": "server!RigidBody#softCcdPrediction:member",
22161
+ "docComment": "/**\n * The soft continuous collision detection prediction of the rigid body.\n */\n",
22162
+ "excerptTokens": [
22163
+ {
22164
+ "kind": "Content",
22165
+ "text": "get softCcdPrediction(): "
22166
+ },
22167
+ {
22168
+ "kind": "Content",
22169
+ "text": "number"
22170
+ },
22171
+ {
22172
+ "kind": "Content",
22173
+ "text": ";"
22174
+ }
22175
+ ],
22176
+ "isReadonly": true,
22177
+ "isOptional": false,
22178
+ "releaseTag": "Public",
22179
+ "name": "softCcdPrediction",
22180
+ "propertyTypeTokenRange": {
22181
+ "startIndex": 1,
22182
+ "endIndex": 2
22183
+ },
22184
+ "isStatic": false,
22185
+ "isProtected": false,
22186
+ "isAbstract": false
22187
+ },
22188
+ {
22189
+ "kind": "Property",
22190
+ "canonicalReference": "server!RigidBody#type:member",
22191
+ "docComment": "/**\n * The type of the rigid body.\n */\n",
22192
+ "excerptTokens": [
22193
+ {
22194
+ "kind": "Content",
22195
+ "text": "get type(): "
22196
+ },
22197
+ {
22198
+ "kind": "Reference",
22199
+ "text": "RigidBodyType",
22200
+ "canonicalReference": "server!RigidBodyType:enum"
22201
+ },
22202
+ {
22203
+ "kind": "Content",
22204
+ "text": ";"
22205
+ }
22206
+ ],
22207
+ "isReadonly": true,
22208
+ "isOptional": false,
22209
+ "releaseTag": "Public",
22210
+ "name": "type",
22211
+ "propertyTypeTokenRange": {
22212
+ "startIndex": 1,
22213
+ "endIndex": 2
22214
+ },
22215
+ "isStatic": false,
22216
+ "isProtected": false,
22217
+ "isAbstract": false
22218
+ },
21996
22219
  {
21997
22220
  "kind": "Method",
21998
22221
  "canonicalReference": "server!RigidBody#wakeUp:member(1)",
@@ -22023,6 +22246,41 @@
22023
22246
  "isOptional": false,
22024
22247
  "isAbstract": false,
22025
22248
  "name": "wakeUp"
22249
+ },
22250
+ {
22251
+ "kind": "Property",
22252
+ "canonicalReference": "server!RigidBody#worldCenterOfMass:member",
22253
+ "docComment": "/**\n * The world center of mass of the rigid body.\n */\n",
22254
+ "excerptTokens": [
22255
+ {
22256
+ "kind": "Content",
22257
+ "text": "get worldCenterOfMass(): "
22258
+ },
22259
+ {
22260
+ "kind": "Reference",
22261
+ "text": "Vector3Like",
22262
+ "canonicalReference": "server!Vector3Like:interface"
22263
+ },
22264
+ {
22265
+ "kind": "Content",
22266
+ "text": " | undefined"
22267
+ },
22268
+ {
22269
+ "kind": "Content",
22270
+ "text": ";"
22271
+ }
22272
+ ],
22273
+ "isReadonly": true,
22274
+ "isOptional": false,
22275
+ "releaseTag": "Public",
22276
+ "name": "worldCenterOfMass",
22277
+ "propertyTypeTokenRange": {
22278
+ "startIndex": 1,
22279
+ "endIndex": 3
22280
+ },
22281
+ "isStatic": false,
22282
+ "isProtected": false,
22283
+ "isAbstract": false
22026
22284
  }
22027
22285
  ],
22028
22286
  "implementsTokenRanges": []
@@ -22347,12 +22605,12 @@
22347
22605
  },
22348
22606
  {
22349
22607
  "kind": "PropertySignature",
22350
- "canonicalReference": "server!RigidBodyOptions#enabledRotations:member",
22351
- "docComment": "/**\n * The enabled rotations of the rigid body.\n */\n",
22608
+ "canonicalReference": "server!RigidBodyOptions#enabledPositions:member",
22609
+ "docComment": "/**\n * The enabled axes of positional movement of the rigid body.\n */\n",
22352
22610
  "excerptTokens": [
22353
22611
  {
22354
22612
  "kind": "Content",
22355
- "text": "enabledRotations?: "
22613
+ "text": "enabledPositions?: "
22356
22614
  },
22357
22615
  {
22358
22616
  "kind": "Reference",
@@ -22367,7 +22625,7 @@
22367
22625
  "isReadonly": false,
22368
22626
  "isOptional": true,
22369
22627
  "releaseTag": "Public",
22370
- "name": "enabledRotations",
22628
+ "name": "enabledPositions",
22371
22629
  "propertyTypeTokenRange": {
22372
22630
  "startIndex": 1,
22373
22631
  "endIndex": 2
@@ -22375,12 +22633,12 @@
22375
22633
  },
22376
22634
  {
22377
22635
  "kind": "PropertySignature",
22378
- "canonicalReference": "server!RigidBodyOptions#enabledTranslations:member",
22379
- "docComment": "/**\n * The enabled translations of the rigid body.\n */\n",
22636
+ "canonicalReference": "server!RigidBodyOptions#enabledRotations:member",
22637
+ "docComment": "/**\n * The enabled rotations of the rigid body.\n */\n",
22380
22638
  "excerptTokens": [
22381
22639
  {
22382
22640
  "kind": "Content",
22383
- "text": "enabledTranslations?: "
22641
+ "text": "enabledRotations?: "
22384
22642
  },
22385
22643
  {
22386
22644
  "kind": "Reference",
@@ -22395,7 +22653,7 @@
22395
22653
  "isReadonly": false,
22396
22654
  "isOptional": true,
22397
22655
  "releaseTag": "Public",
22398
- "name": "enabledTranslations",
22656
+ "name": "enabledRotations",
22399
22657
  "propertyTypeTokenRange": {
22400
22658
  "startIndex": 1,
22401
22659
  "endIndex": 2
@@ -22483,6 +22741,34 @@
22483
22741
  "endIndex": 2
22484
22742
  }
22485
22743
  },
22744
+ {
22745
+ "kind": "PropertySignature",
22746
+ "canonicalReference": "server!RigidBodyOptions#position:member",
22747
+ "docComment": "/**\n * The position of the rigid body.\n */\n",
22748
+ "excerptTokens": [
22749
+ {
22750
+ "kind": "Content",
22751
+ "text": "position?: "
22752
+ },
22753
+ {
22754
+ "kind": "Reference",
22755
+ "text": "Vector3Like",
22756
+ "canonicalReference": "server!Vector3Like:interface"
22757
+ },
22758
+ {
22759
+ "kind": "Content",
22760
+ "text": ";"
22761
+ }
22762
+ ],
22763
+ "isReadonly": false,
22764
+ "isOptional": true,
22765
+ "releaseTag": "Public",
22766
+ "name": "position",
22767
+ "propertyTypeTokenRange": {
22768
+ "startIndex": 1,
22769
+ "endIndex": 2
22770
+ }
22771
+ },
22486
22772
  {
22487
22773
  "kind": "PropertySignature",
22488
22774
  "canonicalReference": "server!RigidBodyOptions#rotation:member",
@@ -22593,34 +22879,6 @@
22593
22879
  "endIndex": 2
22594
22880
  }
22595
22881
  },
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
22882
  {
22625
22883
  "kind": "PropertySignature",
22626
22884
  "canonicalReference": "server!RigidBodyOptions#type:member",