MoveTo(Vector2)
Begins a new sub-path at the provied coordinate.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public void MoveTo(Vector2 pos)
Parameters
The position of the new sub-path in the local space of the VisualElement or the VectorImage.