Click or drag to resize

FixtureBeforeCollision Field

Fires when two fixtures are close to each other. Due to how the broadphase works, this can be quite inaccurate as shapes are approximated using AABBs.

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 BeforeCollisionEventHandler BeforeCollision

Field Value

Type: BeforeCollisionEventHandler
See Also