SplittedMesh: Difference between revisions
From Crumbled World Wiki
(Created page with "{{:SplittedMeshExampleCode}} ==Constructor== {| class="wikitable" !|function !|description |- |SplittedMesh() | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |Vec3 |getVelocity() |Returns velocity of the mesh. |- |Vec3 |getCenterPos() |Returns the centerPosition of the mesh |- |}") |
(No difference)
|
Latest revision as of 13:04, 5 July 2025
Constructor
| function | description |
|---|---|
| SplittedMesh() |
Functions
| return | function | description |
|---|---|---|
| Vec3 | getVelocity() | Returns velocity of the mesh. |
| Vec3 | getCenterPos() | Returns the centerPosition of the mesh |