package
0.2.0
Repository: https://github.com/g3n/engine.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.