unreal.SettingsDOF

class unreal.SettingsDOF

Bases: EnumBase

ESettings DOF

C++ Source:

  • Module: Engine

  • File: PhysicsSettings.h

FULL3D: SettingsDOF

Allows for full 3D movement and rotation.

Type:

0

XY_PLANE: SettingsDOF

Allows 2D movement along the X-Y plane.

Type:

3

XZ_PLANE: SettingsDOF

Allows 2D movement along the X-Z plane.

Type:

2

YZ_PLANE: SettingsDOF

Allows 2D movement along the Y-Z plane.

Type:

1