unreal.LinearConstraintMotion

class unreal.LinearConstraintMotion

Bases: unreal.EnumBase

LINEAR DOF

C++ Source:

  • Module: PhysicsCore

  • File: ChaosEngineInterface.h

LCM_FREE

No constraint against this axis.

Type

0

LCM_LIMITED

Limited freedom along this axis.

Type

1

LCM_LOCKED

Fully constraint against this axis.

Type

2