Enum PhysicsServer3D.BodyDampMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum PhysicsServer3D.BodyDampMode : long
Fields
Combine = 0
The body's damping value is added to any value set in areas or the default value.
Replace = 1
The body's damping value replaces any value set in areas or the default value.