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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Body DeepClone(
	World world = null
)

Parameters

world (Optional)
Type: Internal.tainicom.Aether.Physics2D.DynamicsWorld

Return Value

Type: Body
See Also