FlipSegment(BezierSegment)
Flips a segment direction.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: Unity.VectorGraphics
- Assembly: UnityEngine.VectorGraphicsModule
public static BezierSegment FlipSegment(BezierSegment segment)
Parameters
The segment to flip
Returns
Type | Description |
|---|---|
| BezierSegment | The flipped segment |