Click or drag to resize

QueryReportFixtureDelegate Delegate

Called for each fixture found in the query.

Return Value

Boolean
true: Continues the query, false: Terminate the query

Namespace: Internal.tainicom.Aether.Physics2D.Dynamics
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public delegate bool QueryReportFixtureDelegate(
	Fixture fixture
)

Parameters

fixture  Fixture
 

Return Value

Boolean
See Also