unreal.AngularConstraintMotion

class unreal.AngularConstraintMotion

Bases: EnumBase

Specifies angular degrees of freedom

C++ Source:

  • Module: PhysicsCore

  • File: ChaosEngineInterface.h

ACM_FREE: AngularConstraintMotion

No constraint against this axis.

Type:

0

ACM_LIMITED: AngularConstraintMotion

Limited freedom along this axis.

Type:

1

ACM_LOCKED: AngularConstraintMotion

Fully constraint against this axis.

Type:

2