Click or drag to resize

Contact Constructor

Initializes a new instance of the Contact class

Namespace: Internal.tainicom.Aether.Physics2D.Dynamics.Contacts
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected Contact(
	Fixture fA,
	int indexA,
	Fixture fB,
	int indexB
)

Parameters

fA  Fixture
 
indexA  Int32
 
fB  Fixture
 
indexB  Int32
 
See Also