Click or drag to resize

PolygonShape Constructor (Vertices, Single)

Initializes a new instance of the PolygonShape class.

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

Parameters

vertices
Type: Internal.tainicom.Aether.Physics2D.CommonVertices
The vertices.
density
Type: SystemSingle
The density.
See Also