unreal.AngularConstraintMotion

class unreal.AngularConstraintMotion

Bases: unreal.EnumBase

Specifies angular degrees of freedom

C++ Source:

  • Module: PhysicsCore

  • File: ChaosEngineInterface.h

ACM_FREE

No constraint against this axis.

Type

0

ACM_LIMITED

Limited freedom along this axis.

Type

1

ACM_LOCKED

Fully constraint against this axis.

Type

2