Click or drag to resize

PhysicsServerBodyParameter Enumeration

[Missing <summary> documentation for "T:Godot.PhysicsServer.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.

GravityScale3

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

LinearDamp4

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

AngularDamp5

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

Max6

Represents the size of the PhysicsServerBodyParameter enum.

See Also