The type of the interaction data
The interaction data of the user interaction. Cannot be null.
Readonly
dynamicThe nodes for which the user interaction will register their child nodes dynamically.
Readonly
fsmThe FSM of the user interaction.
Readonly
nameThe real name of the interaction.
Sets whether the default behavior associated to the event will be executed.
True: the default behavior associated to the event will be ignored.
Readonly
registeredThe registered nodes.
Sets whether the user interaction will stop immediately the propagation of events processed by this user interaction to others listeners.
True: the propagation of the events will stop immediately.
Visiting the interaction and its FSM.
The visitor.
Permits to listen any change in the content (ie children) of the given node. For all child nodes of the given node, this interaction subscribes to it. This is dynamic: on new child nodes, the interaction registers to them. On child removals, the interaction unregisters to them.
The node which children will be observed by the interaction.
Generated using TypeDoc
The concept of user interaction.