Class TargetJoint2D
Inheritance
TargetJoint2D
Assembly: UnityEngine.dll
Syntax
public sealed class TargetJoint2D : Joint2D
Properties
anchor
Declaration
public Vector2 anchor { get; set; }
Property Value
Declaration
public bool autoConfigureTarget { get; set; }
Property Value
dampingRatio
Declaration
public float dampingRatio { get; set; }
Property Value
frequency
Declaration
public float frequency { get; set; }
Property Value
maxForce
Declaration
public float maxForce { get; set; }
Property Value
target
Declaration
public Vector2 target { get; set; }
Property Value
Extension Methods