Table of Contents

Enum BodyMotionType

Namespace
Gravitas
Assembly
Gravitas.dll

Selects whether a body is solver controlled, host controlled, or immobile.

public enum BodyMotionType : byte

Fields

Dynamic = 0

The solver controls the body subject to its frozen degrees of freedom.

Kinematic = 1

The host controls the body while the solver treats it as infinite mass.

Static = 2

The body is excluded from per-frame motion and treated as infinite mass.