Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ChainGeometry

Create the geometry of a Chain using the specified vertices.
Read time 1 minuteLast updated 13 days ago

Definition

ChainGeometry(NativeArray<Vector2>)

Create the geometry of a Chain using the specified vertices.
public ChainGeometry(NativeArray<Vector2> vertices)

Parameters

The vertices that will create the ChainSegment shapes.

ChainGeometry(ReadOnlySpan<Vector2>)

Create the geometry of a chain using the specified vertices.
public ChainGeometry(ReadOnlySpan<Vector2> vertices)

Parameters

The vertices that will create the ChainSegment shapes.