class MAGES::ExampleScene::ChoiceActionUI¶
Overview¶
Class to handle the UI for the ChoiceActionData. More…
class ChoiceActionUI: public MonoBehaviour, public MAGES::SceneGraph::ChoiceActionData::IDecisionHandler { public: // methods void SetCallbackHandle(ActioncompleteAction); void SelectChoice(int choice); };
Inherited Members¶
public: // methods void SetCallbackHandle(ActioncompleteAction);
Detailed Documentation¶
Class to handle the UI for the ChoiceActionData.
Methods¶
void SetCallbackHandle(ActioncompleteAction)
Method to set the callback handle for the decision.
Parameters:
completeAction |
The given Action. |
void SelectChoice(int choice)
Slects the choice for the ChoiceActionData.
Parameters:
choice |
The id of the path. |