# Sandbox.ModelEditor.HingeJointAttribute

A helper that draws axis of rotation and angle limit of a hinge joint.

- Kind: attribute
- Namespace: `Sandbox.ModelEditor`
- Assembly: `Sandbox.Engine`
- Inherits: [Sandbox.ModelEditor.Internal.BaseTransformAttribute](/api/Sandbox.ModelEditor.Internal.BaseTransformAttribute)

## Constructors

- [`HingeJointAttribute`](/api/Sandbox.ModelEditor.HingeJointAttribute/.ctor)

## Properties

- [`EnableLimit`](/api/Sandbox.ModelEditor.HingeJointAttribute/EnableLimit): Key name that dictates whether the hinge limit is enabled or not.
- [`MaxAngle`](/api/Sandbox.ModelEditor.HingeJointAttribute/MaxAngle): Key name that stores the maximum angle value for the revolute joint.
- [`MinAngle`](/api/Sandbox.ModelEditor.HingeJointAttribute/MinAngle): Key name that stores the minimum angle value for the revolute joint.
