A callback function you can register on entity events, like on-click, on-mouse-leave, etc.
Namespace:
GeonBit.UI
Assembly:
GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public delegate void EventCallback(
Entity entity
)
Parameters
- entity
- Type: GeonBit.UI.EntitiesEntity
The entity instance the event came from.
See Also