Physics2DServerBodyParameter Enumeration |
[Missing <summary> documentation for "T:Godot.Physics2DServer.BodyParameter"]
Namespace: Godot
public enum BodyParameter
Member name | Value | Description | |
---|---|---|---|
Bounce | 0 | Constant to set/get a body's bounce factor. | |
Friction | 1 | Constant to set/get a body's friction. | |
Mass | 2 | Constant to set/get a body's mass. | |
Inertia | 3 | Constant to set/get a body's inertia. | |
GravityScale | 4 | Constant to set/get a body's gravity multiplier. | |
LinearDamp | 5 | Constant to set/get a body's linear dampening factor. | |
AngularDamp | 6 | Constant to set/get a body's angular dampening factor. | |
Max | 7 | Represents the size of the Physics2DServerBodyParameter enum. |