enum MAGES::SceneGraph::QuestionActionData::QuestionUIMode

Overview

Whether the user wants to use the default Question UI or a custom one. More…

enum QuestionUIMode
{
    Default,
    Custom,
};

Detailed Documentation

Whether the user wants to use the default Question UI or a custom one.

Enum Values

Default

The default Question UI will be used.

Custom

A custom Question UI will be used.