AsReadOnlySpan()
Get the polygon vertices as a read-only span.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.LowLevelPhysics2D
- Assembly: UnityEngine.Physics2DModule
public ReadOnlySpan<Vector2> AsReadOnlySpan()
Returns
Type | Description |
|---|---|
| ReadOnlySpan<Vector2> | The read-only span representing the vertices in the geometry. |