Type
DrawLineOpt
: Omit<RenderProps, "angle" | "scale"> & {p1
: Vec2Starting point of the line.
p2
: Vec2Ending point of the line.
width
?: numberThe width, or thickness of the line,
How the line should look like.
group
Draw
subgroup
Types