Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AsReadOnlySpan()

Get the polygon 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 ReadOnlySpan<Vector2> AsReadOnlySpan()

Returns

Type

Description

ReadOnlySpan<Vector2>The read-only span representing the vertices in the geometry.