Click or drag to resize

Constraint2D_FixedOnCreateConstraint Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected override Joint OnCreateConstraint(
	PhysicalBody2D creationBodyA,
	PhysicalBody2D creationBodyB
)

Parameters

creationBodyA  PhysicalBody2D
 
creationBodyB  PhysicalBody2D
 

Return Value

Joint
See Also