enum MAGES::Experimental::SceneGraph::ImpactActionData::ImpactDirection

Overview

From what direction the impact will be registered. More…

enum ImpactDirection
{
    All,
    Up,
    Down,
    Left,
    Right,
    Front,
    Back,
    Custom,
};

Detailed Documentation

From what direction the impact will be registered.

Enum Values

All

Impact is registered from every direction.

Up

Impact is registered from the top of the impact object.

Down

Impact is registered from the bottom of the impact object.

Left

Impact is registered from the left of the impact object.

Right

Impact is registered from the right of the impact object.

Front

Impact is registered from the front of the impact object.

Back

Impact is registered from the back of the impact object.

Custom

Impact is registered a custom direction of the impact object.