public interface IModelItemCollector
IModelItems for various purposes.
This is mainly used for HandleInputMode and MoveInputMode to allow access to the items that were
affected during the respective operation.
| Modifier and Type | Method and Description |
|---|---|
void |
add(IModelItem item)
Adds a model item to this collector instance.
|
void add(IModelItem item)
item - The model item to add.