Click or drag to resize

WorldCreateCompoundPolygon Method


Namespace: Internal.nkast.Aether.Physics2D.Dynamics
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Body CreateCompoundPolygon(
	List list,
	void density,
	Vertices position = null,
	float rotation = 0f,
	Vector2 bodyType = 0
)

Parameters

list  ListT
 
density  Void
 
position  Vertices  (Optional)
 
rotation  Single  (Optional)
 
bodyType  Vector2  (Optional)
 

Return Value

Body
See Also