Table of Contents

Enum PhysicsServer3D.BodyParameter

Namespace
Godot
Assembly
GodotSharp.dll
public enum PhysicsServer3D.BodyParameter : long

Fields

AngularDamp = 9

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

AngularDampMode = 7

Constant to set/get a body's angular damping mode. See PhysicsServer3D.BodyDampMode for possible values.

Bounce = 0

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

CenterOfMass = 4

Constant to set/get a body's center of mass position in the body's local coordinate system.

Friction = 1

Constant to set/get a body's friction.

GravityScale = 5

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

Inertia = 3

Constant to set/get a body's inertia.

LinearDamp = 8

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

LinearDampMode = 6

Constant to set/get a body's linear damping mode. See PhysicsServer3D.BodyDampMode for possible values.

Mass = 2

Constant to set/get a body's mass.

Max = 10

Represents the size of the PhysicsServer3D.BodyParameter enum.