QuadraticCurveTo(Vector2, Vector2)
Adds a quadratic bezier curve to the current sub-path to the provided position using a control point.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public void QuadraticCurveTo(Vector2 p1, Vector2 p2)