Click or drag to resize

Constraint2DOnCreateConstraint Method

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

Parameters

creationBodyA
Type: NeoAxisPhysicalBody2D
creationBodyB
Type: NeoAxisPhysicalBody2D

Return Value

Type: Joint
See Also