PathSegmentAtIndex(IList<BezierPathSegment>, int)
Computes the BezierSegment at a given index from a list of BezierPathSegments.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.VectorGraphics
- Assembly: UnityEngine.VectorGraphicsModule
public static BezierSegment PathSegmentAtIndex(IList<BezierPathSegment> path, int index)
Parameters
Returns
Type | Description |
|---|---|
| BezierSegment | The BezierSegment at the given index |