Click or drag to resize

PolygonShape Constructor (Single)

Create a new PolygonShape with the specified density.

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

Parameters

density
Type: SystemSingle
The density.
See Also