class
HingeJointAttribute
public class HingeJointAttribute : BaseTransformAttribute A helper that draws axis of rotation and angle limit of a hinge joint.
Constructors
HingeJointAttribute() Properties
| Name | Type | Description |
|---|---|---|
EnableLimit | String | Key name that dictates whether the hinge limit is enabled or not. |
MinAngle | String | Key name that stores the minimum angle value for the revolute joint. |
MaxAngle | String | Key name that stores the maximum angle value for the revolute joint. |
Assembly:
Sandbox.Engine Namespace: Sandbox.ModelEditor Full Name: Sandbox.ModelEditor.HingeJointAttribute