unreal.LinearConstraintMotion

class unreal.LinearConstraintMotion

Bases: EnumBase

LINEAR DOF

C++ Source:

  • Module: PhysicsCore

  • File: ChaosEngineInterface.h

LCM_FREE: LinearConstraintMotion

No constraint against this axis.

Type:

0

LCM_LIMITED: LinearConstraintMotion

Limited freedom along this axis.

Type:

1

LCM_LOCKED: LinearConstraintMotion

Fully constraint against this axis.

Type:

2