# motor

> Parameters for the motor force applied to the joint.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.3/script-reference/unityengine.md)
* **Assembly:** UnityEngine.Physics2DModule

```csharp
public JointMotor2D motor { get; set; }
```

### Remarks

Additional Resources: [HingeJoint2D.useMotor](/engine/6000.3/script-reference/unityengine/hingejoint2d/usemotor.md).
