QueryReportFixtureDelegate Delegate |
Called for each fixture found in the query.
Return Value
Booleantrue: Continues the query, false: Terminate the query
Namespace: Internal.tainicom.Aether.Physics2D.DynamicsAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic delegate bool QueryReportFixtureDelegate(
Fixture fixture
)
Parameters
- fixture Fixture
-
Return Value
Boolean
See Also