Skip to content

Commit

Permalink
Merge pull request #100 from LeXXik/docs
Browse files Browse the repository at this point in the history
update docs
  • Loading branch information
LeXXik authored Oct 2, 2024
2 parents 2d759b8 + 8c02f41 commit b166f74
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 b166f74

Please sign in to comment.