Click or drag to resize

BodyCreateSolidArc Method

Namespace:  Internal.tainicom.Aether.Physics2D.Dynamics
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public List<Fixture> CreateSolidArc(
	float density,
	float radians,
	int sides,
	float radius
)

Parameters

density
Type: SystemSingle
radians
Type: SystemSingle
sides
Type: SystemInt32
radius
Type: SystemSingle

Return Value

Type: ListFixture
See Also