Skip to content

Commit

Permalink
add circle opt to types.ts (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoncoder047 authored and lajbel committed Oct 22, 2024
1 parent 8c4b2fb commit 221f4f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import type {
BuoyancyEffectorComp,
BuoyancyEffectorCompOpt,
CircleComp,
CircleCompOpt,
ColorComp,
ConstantForceComp,
ConstantForceCompOpt,
Expand Down Expand Up @@ -518,7 +519,7 @@ export interface KAPLAYCtx<
*
* @group Components
*/
circle(radius: number): CircleComp;
circle(radius: number, opt?: CircleCompOpt): CircleComp;
/**
* Attach and render a UV quad to a Game Object.
*
Expand Down

0 comments on commit 221f4f5

Please sign in to comment.