unreal.AngularConstraintMotion

class unreal.AngularConstraintMotion

Bases: EnumBase

Specifies angular degrees of freedom

C++ Source:

  • Module: PhysicsCore

  • File: ChaosEngineInterface.h

ACM_FREE: AngularConstraintMotion = Ellipsis

No constraint against this axis.

Type:

0

ACM_LIMITED: AngularConstraintMotion = Ellipsis

Limited freedom along this axis.

Type:

1

ACM_LOCKED: AngularConstraintMotion = Ellipsis

Fully constraint against this axis.

Type:

2