Click or drag to resize

BodyDeepClone Method

Clones the body and all attached fixtures and shapes. Simply said, it makes a complete copy of the body.

Namespace: Internal.tainicom.Aether.Physics2D.Dynamics
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Body DeepClone(
	World world = null
)

Parameters

world  World  (Optional)

Return Value

Body
See Also