ArcTo(Vector2, Vector2, float)
Adds an arc to the current sub-path to the provided position using a control point.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public void ArcTo(Vector2 p1, Vector2 p2, float radius)