Enum RigidBody2D.DampMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum RigidBody2D.DampMode : long
Fields
Combine = 0
In this mode, the body's damping value is added to any value set in areas or the default value.
Replace = 1
In this mode, the body's damping value replaces any value set in areas or the default value.