enum MAGES::SceneGraphModule::ActionCategory

Overview

The action category. More…

enum ActionCategory
{
    Generic,
    Start,
    End,
};

Detailed Documentation

The action category.

Enum Values

Generic

The action is a generic action.

Start

The action is a start action.

End

The action is an end action.