package
0.0.0-20230514135511-d21f05dcd31f
Repository: https://github.com/magtil/g3nt.git
Documentation: pkg.go.dev
# Functions
NewDispatcher creates and returns a new event dispatcher.
NewNode returns a pointer to a new Node.
NewTimerManager creates and returns a new timer manager.
# Constants
Dispatched when a descendent is added or removed.
# Structs
Dispatcher implements an event dispatcher.
Node represents an object in 3D space existing within a hierarchy.
RenderInfo is passed into Render/RenderSetup calls.
TimerManager manages multiple timers.
# Interfaces
IDispatcher is the interface for event dispatchers.
INode is the interface for all node types.
# Type aliases
Callback is the type for Dispatcher callback functions.
TimerCallback is the type for timer callback functions.