Click or drag to resize

PolygonShape(Single) Constructor

Create a new PolygonShape with the specified density.

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(
	float density
)

Parameters

density  Single
The density.
See Also