Initializes a new instance of the
Contact class
Namespace: Internal.tainicom.Aether.Physics2D.Dynamics.ContactsAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected Contact(
Fixture fA,
int indexA,
Fixture fB,
int indexB
)
Parameters
- fA Fixture
-
- indexA Int32
-
- fB Fixture
-
- indexB Int32
-
See Also