Class RelativeJoint2D
Inheritance
RelativeJoint2D
Assembly: UnityEngine.dll
Syntax
public sealed class RelativeJoint2D : Joint2D
Properties
angularOffset
Declaration
public float angularOffset { get; set; }
Property Value
Declaration
public bool autoConfigureOffset { get; set; }
Property Value
correctionScale
Declaration
public float correctionScale { get; set; }
Property Value
linearOffset
Declaration
public Vector2 linearOffset { get; set; }
Property Value
maxForce
Declaration
public float maxForce { get; set; }
Property Value
maxTorque
Declaration
public float maxTorque { get; set; }
Property Value
target
Declaration
public Vector2 target { get; }
Property Value
Extension Methods