Click or drag to resize

WorldCreateLoopShape 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 Body CreateLoopShape(
	Vertices vertices,
	Vector2 position = null
)

Parameters

vertices
Type: Internal.tainicom.Aether.Physics2D.CommonVertices
position (Optional)
Type: Internal.tainicom.Aether.Physics2D.CommonVector2

Return Value

Type: Body
See Also