Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
ESettingsDOF::Type |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsSettings.h |
| Include Path |
#include "PhysicsEngine/PhysicsSettings.h" |
Syntax
namespace ESettingsDOF
{
enum Type
{
Full3D,
YZPlane,
XZPlane,
XYPlane,
}
}
Values
| Name |
Remarks |
| Full3D |
Allows for full 3D movement and rotation. |
| YZPlane |
Allows 2D movement along the Y-Z plane. |
| XZPlane |
Allows 2D movement along the X-Z plane. |
| XYPlane |
Allows 2D movement along the X-Y plane. |