Namespace UILib.Behaviours
Classes
- MouseEvent
An event type which passes a
Vector2position to listeners when the mouse is clicked/dragged. This will be the current position of the mouse.
- Timer
Runs a timer.
- ValueEvent<T>
An event type which passes a value to its listeners.
- ValueEvent<T1, T2>
An event type which passes two values to its listeners.