Skip to content

Commit

Permalink
Update Capsule.md
Browse files Browse the repository at this point in the history
  • Loading branch information
epfly6 committed Jan 14, 2024
1 parent 2c12d84 commit af67833
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/Capsule.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ An example mod using the Capsule class can be found [here.](./examples/Capsules.
## Constructors
### Capsule () {: aria-label='Constructors' }
#### [Capsule](Capsule.md) Capsule ( [Vector](Vector.md) Position, [Vector](Vector.md) SizeMult, float Direction = 0.0, float Size = 1.0 ) {: .copyable aria-label='Constructors' }
#### [Capsule](Capsule.md) Capsule ( [Vector](Vector.md) Position, [Vector](Vector.md) SizeMult, float Direction, float Size ) {: .copyable aria-label='Constructors' }
#### [Capsule](Capsule.md) Capsule ( [Vector](Vector.md) Position, [Vector](Vector.md) TargetPosition, float Size ) {: .copyable aria-label='Constructors' }

## Functions

Expand Down

0 comments on commit af67833

Please sign in to comment.