Click or drag to resize

BodyType Enumeration

The body type.

Namespace: Internal.Physics2D.Dynamics
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntax
C#
public enum BodyType
Members
Member nameValueDescription
Static0 Zero velocity, may be manually moved. Note: even static bodies have mass.
Kinematic1 Zero mass, non-zero velocity set by user, moved by solver
Dynamic2 Positive mass, non-zero velocity determined by forces, moved by solver
See Also