Namespace TallComponents.Interaction
Class InteractorCollection
An ordered collection of Interactors. The Interactor that is at the end of the collection will be drawn last, and thus, be on top.
Duplicate interactors are avoided. If an interactor is added that already exists, it will be moved to the new position.
Syntax
public class InteractorCollection : Collection<Interactor>