Click or drag to resize

RevoluteJoint(Body, Body, Vector2, Boolean) Constructor

Constructor of RevoluteJoint.

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 RevoluteJoint(
	Body bodyA,
	Body bodyB,
	Vector2 anchor,
	bool useWorldCoordinates = false
)

Parameters

bodyA  Body
The first body.
bodyB  Body
The second body.
anchor  Vector2
The shared anchor.
useWorldCoordinates  Boolean  (Optional)
See Also