Click or drag to resize

QueryReportFixtureDelegate Delegate

Called for each fixture found in the query.

Return Value

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

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 delegate bool QueryReportFixtureDelegate(
	Fixture fixture
)

Parameters

fixture
Type: Internal.tainicom.Aether.Physics2D.DynamicsFixture

Return Value

Type: Boolean
See Also