Click or drag to resize

Physics2DServerAreaParameter Enumeration

[Missing <summary> documentation for "T:Godot.Physics2DServer.AreaParameter"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum AreaParameter
Members
  Member nameValueDescription
Gravity0

Constant to set/get gravity strength in an area.

GravityVector1

Constant to set/get gravity vector/center in an area.

GravityIsPoint2

Constant to set/get whether the gravity vector of an area is a direction, or a center point.

GravityDistanceScale3

Constant to set/get the falloff factor for point gravity of an area. The greater this value is, the faster the strength of gravity decreases with the square of distance.

GravityPointAttenuation4

This constant was used to set/get the falloff factor for point gravity. It has been superseded by .

LinearDamp5

Constant to set/get the linear dampening factor of an area.

AngularDamp6

Constant to set/get the angular dampening factor of an area.

Priority7

Constant to set/get the priority (order of processing) of an area.

See Also