Click or drag to resize

CircleShape Constructor

Create a new circle with the desired radius and 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 CircleShape(
	float radius,
	float density
)

Parameters

radius
Type: SystemSingle
The radius of the circle.
density
Type: SystemSingle
The density of the circle.
See Also