Class AnchoredJoint2D
Inheritance
AnchoredJoint2D
Inherited Members
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public class AnchoredJoint2D : Joint2D
Properties
anchor
Declaration
public Vector2 anchor { get; set; }
Property Value
| Type | Description |
|---|---|
| Vector2 |
autoConfigureConnectedAnchor
Declaration
public bool autoConfigureConnectedAnchor { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
connectedAnchor
Declaration
public Vector2 connectedAnchor { get; set; }
Property Value
| Type | Description |
|---|---|
| Vector2 |