Clones the fixture onto the specified body.
Namespace: Internal.tainicom.Aether.Physics2D.DynamicsAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Fixture CloneOnto(
Body body
)
Parameters
- body Body
- The body you wish to clone the fixture onto.
Return Value
FixtureThe cloned fixture.
See Also