Click or drag to resize

MotorJoint Constructor

Constructor for MotorJoint.

Namespace:  Internal.tainicom.Aether.Physics2D.Dynamics.Joints
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public MotorJoint(
	Body bodyA,
	Body bodyB,
	bool useWorldCoordinates = false
)

Parameters

bodyA
Type: Internal.tainicom.Aether.Physics2D.DynamicsBody
The first body
bodyB
Type: Internal.tainicom.Aether.Physics2D.DynamicsBody
The second body
useWorldCoordinates (Optional)
Type: SystemBoolean
Set to true if you are using world coordinates as anchors.
See Also