class HingeJointAttribute
in global :: Sandbox . ModelEditor
A helper that draws axis of rotation and angle limit of a hinge joint.
public string EnableLimit { get; set; }
Key name that dictates whether the hinge limit is enabled or not.
public string MinAngle { get; set; }
Key name that stores the minimum angle value for the revolute joint.
public string MaxAngle { get; set; }
Key name that stores the maximum angle value for the revolute joint.
public Type GetType( )
😔 No documentation found.
public bool IsDefaultAttribute( )
😔 No documentation found.
public bool Match( object obj )
😔 No documentation found.
public object TypeId { get; }
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public HingeJointAttribute( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public void AddHelpers( List<Tuple<string,string[]>> helpers )
😔 No documentation found.
public string Angles { get; set; }
😔 No documentation found.
public string Origin { get; set; }
😔 No documentation found.
public string Attachment { get; set; }
😔 No documentation found.
public string Bone { get; set; }
😔 No documentation found.
public void AddMetaData( Dictionary<string,object> meta_data )
😔 No documentation found.
public void AddTags( List<string> tags )
😔 No documentation found.