Table of Contents

Enum b3BodyType

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

The body simulation type. Mirror of b3BodyType.

public enum b3BodyType

Fields

b3_staticBody = 0

Zero mass and zero velocity. May be moved manually.

b3_kinematicBody = 1

Zero mass, velocity set by the user, moved by the solver.

b3_dynamicBody = 2

Positive mass, velocity determined by forces, moved by the solver.

b3_bodyTypeCount = 3

The number of body types.