class MAGES::SceneGraph::ChoiceBehavior¶
Overview¶
Behavior for a MAGES.SceneGraph.ChoiceActionData. More…
class ChoiceBehavior: public MonoBehaviour { public: // properties UnityEventOnChoiceChanged; System.Action SetChoiceDelegate; };
Detailed Documentation¶
Behavior for a MAGES.SceneGraph.ChoiceActionData.
Properties¶
UnityEventOnChoiceChanged
Gets the event called when the choice is changed.
System.ActionSetChoiceDelegate
Gets the set choice delegate.