Table of Contents

Enum PhysicsServer2D.BodyDampMode

Namespace
Godot
Assembly
GodotSharp.dll
public enum PhysicsServer2D.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.