AsReadOnlySpan()
Get the convex-hull vertices as a read-only span.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public readonly ReadOnlySpan<Vector2> AsReadOnlySpan()
Returns
Type | Description |
|---|---|
| ReadOnlySpan<Vector2> | The read-only span representing the vertices in the geometry. |