-
Notifications
You must be signed in to change notification settings - Fork 0
3.5 Arc
Jonas de Luna Skulberg edited this page Oct 14, 2023
·
1 revision
The arc is a component that visualizes an angle. It is constructed with 3 points, A, B, and C. The angle visualized is the angle ABC.
- none
-
pointA: InputPositionStart point for the angle. -
pointB: InputPositionVertex of the angle. -
pointC: InputPositionEnd point of the angle.
-
radius: numberRadius of the angle. -
hasLabel: booleanWhether the angle should be displayed as a label. -
color: numberFill color of the angle.
radius: 40;
hasLabel: true;
color: 0xfaa307;
- none
- none