Table of Contents

Enum BodyType

Namespace
Alis.Core.Physic.Dynamics
Assembly
Alis.dll

The body type.

public enum BodyType

Fields

Static = 0

Zero velocity, may be manually moved. Note: even static bodies have mass.

Kinematic = 1

Zero mass, non-zero velocity set by user, moved by solver

Dynamic = 2

Positive mass, non-zero velocity determined by forces, moved by solver