Class DistanceJoint2D
Inherited Members
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public sealed class DistanceJoint2D : AnchoredJoint2D
Properties
autoConfigureDistance
Declaration
public bool autoConfigureDistance { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
distance
Declaration
public float distance { get; set; }
Property Value
Type | Description |
---|---|
Single |
maxDistanceOnly
Declaration
public bool maxDistanceOnly { get; set; }
Property Value
Type | Description |
---|---|
Boolean |