unreal.LinearConstraintMotion

class unreal.LinearConstraintMotion

Bases: EnumBase

LINEAR DOF

C++ Source:

  • Module: PhysicsCore

  • File: ChaosEngineInterface.h

LCM_FREE: LinearConstraintMotion = Ellipsis

No constraint against this axis.

Type:

0

LCM_LIMITED: LinearConstraintMotion = Ellipsis

Limited freedom along this axis.

Type:

1

LCM_LOCKED: LinearConstraintMotion = Ellipsis

Fully constraint against this axis.

Type:

2