Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AsReadOnlySpan(int)

Get the shape array as a read-only span, callable from a readonly context without copying.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: Unity.U2D.Physics
  • Assembly: UnityEngine.PhysicsCore2DModule
public readonly ReadOnlySpan<Vector2> AsReadOnlySpan(int count = 8)

Parameters

count

The number of shape array elements to return.

Returns

Type

Description

ReadOnlySpan<Vector2>The read-only span representing the shape array.