Click or drag to resize

JointFactoryCreateDistanceJoint(World, Body, Body, Vector2, Vector2, Boolean) Method


Namespace: Internal.tainicom.Aether.Physics2D.Dynamics.Joints
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static DistanceJoint CreateDistanceJoint(
	World world,
	Body bodyA,
	Body bodyB,
	Vector2 anchorA,
	Vector2 anchorB,
	bool useWorldCoordinates = false
)

Parameters

world  World
 
bodyA  Body
 
bodyB  Body
 
anchorA  Vector2
 
anchorB  Vector2
 
useWorldCoordinates  Boolean  (Optional)
 

Return Value

DistanceJoint
See Also