Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AsReadOnlySpan()

Get the polygon vertices as a read-only span.
Read time 1 minuteLast updated 10 days ago

Definition

public ReadOnlySpan<Vector2> AsReadOnlySpan()

Returns

Type

Description

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