Physics2DServerAreaParameter Enumeration |
[Missing <summary> documentation for "T:Godot.Physics2DServer.AreaParameter"]
Namespace: Godot
public enum AreaParameter
Member name | Value | Description | |
---|---|---|---|
Gravity | 0 | Constant to set/get gravity strength in an area. | |
GravityVector | 1 | Constant to set/get gravity vector/center in an area. | |
GravityIsPoint | 2 | Constant to set/get whether the gravity vector of an area is a direction, or a center point. | |
GravityDistanceScale | 3 | 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. | |
GravityPointAttenuation | 4 | This constant was used to set/get the falloff factor for point gravity. It has been superseded by . | |
LinearDamp | 5 | Constant to set/get the linear dampening factor of an area. | |
AngularDamp | 6 | Constant to set/get the angular dampening factor of an area. | |
Priority | 7 | Constant to set/get the priority (order of processing) of an area. |