Namespace Squiggles.Core.Interaction
Interfaces
- IInteractable
An interface for allowing an object to be interacted with. Requires some processing in the controller otherwise, but works quite well.
- ISelectable
An interface to show that a particular object is capable of being selected (which implies a graphical feedback when selected). Typically used in conjunction with IInteractable