Click or drag to resize

Constraint2D_WeldOnCreateConstraint Method

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

Parameters

creationBodyA
Type: NeoAxisPhysicalBody2D
creationBodyB
Type: NeoAxisPhysicalBody2D

Return Value

Type: Joint
See Also