Class AreaEffector2D
Inheritance
AreaEffector2D
Assembly: UnityEngine.dll
Syntax
public class AreaEffector2D : Effector2D
Properties
angularDrag
Declaration
public float angularDrag { get; set; }
Property Value
drag
Declaration
public float drag { get; set; }
Property Value
forceAngle
Declaration
public float forceAngle { get; set; }
Property Value
forceMagnitude
Declaration
public float forceMagnitude { get; set; }
Property Value
forceTarget
Declaration
public EffectorSelection2D forceTarget { get; set; }
Property Value
forceVariation
Declaration
public float forceVariation { get; set; }
Property Value
useGlobalAngle
Declaration
public bool useGlobalAngle { get; set; }
Property Value
Extension Methods