Method | Description | |
---|---|---|
AddElement ( |
Adds an element to the list of elements that collaborate in the interaction.
|
|
AddInteraction ( IInteraction interaction ) : void |
Adds an interaction to the manager. Interactions listen to UI events and operate on them.
|
|
InteractionManager ( ) : System | ||
RemoveElement ( |
Removes an element from the list of elements that collaborate in the interaction.
|
Method | Description | |
---|---|---|
ChildActivated ( object sender ) : void | ||
ChildDeactivated ( ) : void | ||
EachChild ( Action |
public AddElement ( |
||
element | ||
return | void |
public AddInteraction ( IInteraction interaction ) : void | ||
interaction | IInteraction | |
return | void |
protected ChildActivated ( object sender ) : void | ||
sender | object | |
return | void |
protected EachChild ( Action |
||
action | Action |
|
where | bool>.Func | |
return | void |
public RemoveElement ( |
||
element | ||
return | void |