Click or drag to resize

PolygonShape(Vertices, Single) Constructor

Initializes a new instance of the PolygonShape class.

Namespace: Internal.tainicom.Aether.Physics2D.Collision.Shapes
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public PolygonShape(
	Vertices vertices,
	float density
)

Parameters

vertices  Vertices
The vertices.
density  Single
The density.
See Also