Click or drag to resize

Physics2DServerBodyParameter Enumeration

[Missing <summary> documentation for "T:Godot.Physics2DServer.BodyParameter"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum BodyParameter
Members
  Member nameValueDescription
Bounce0

Constant to set/get a body's bounce factor.

Friction1

Constant to set/get a body's friction.

Mass2

Constant to set/get a body's mass.

Inertia3

Constant to set/get a body's inertia.

GravityScale4

Constant to set/get a body's gravity multiplier.

LinearDamp5

Constant to set/get a body's linear dampening factor.

AngularDamp6

Constant to set/get a body's angular dampening factor.

Max7

Represents the size of the Physics2DServerBodyParameter enum.

See Also