ChainGeometry
Create the geometry of a Chain using the specified vertices.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.LowLevelPhysics2D
- Assembly: UnityEngine.Physics2DModule
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.