PhysicsServerBodyParameter Enumeration |
[Missing <summary> documentation for "T:Godot.PhysicsServer.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. | |
| GravityScale | 3 | Constant to set/get a body's gravity multiplier. | |
| LinearDamp | 4 | Constant to set/get a body's linear dampening factor. | |
| AngularDamp | 5 | Constant to set/get a body's angular dampening factor. | |
| Max | 6 | Represents the size of the PhysicsServerBodyParameter enum. |