CollisionFilterDelegate Delegate |
Namespace: Internal.Physics2D.DynamicsAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntaxpublic delegate bool CollisionFilterDelegate(
Fixture fixtureA,
Fixture fixtureB
)
Parameters
- fixtureA Fixture
-
- fixtureB Fixture
-
Return Value
Boolean
See Also