Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LeXXik committed Oct 2, 2024
1 parent 2d759b8 commit 8c02f41
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/physics/jolt/front/shape/component.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -382,15 +382,27 @@ class ShapeComponent extends Component {
/**
* Changes the shape type. Following constants available:
* ```
* SHAPE_EMPTY
* ```
* ```
* SHAPE_PLANE
* ```
* ```
* SHAPE_BOX
* ```
* ```
* SHAPE_CAPSULE
* ```
* ```
* SHAPE_TAPERED_CAPSULE
* ```
* ```
* SHAPE_CYLINDER
* ```
* ```
* SHAPE_TAPERED_CYLINDER
* ```
* ```
* SHAPE_SPHERE
* ```
* ```
Expand Down

0 comments on commit 8c02f41

Please sign in to comment.