Module dagon.graphics.updateable
Provides the core interface for updateable objects.
Description
The dagon module provides the Updateable interface,
which must be implemented by any object that can be updated per frame.
This is typically used for entities, components, and other systems that require
time-based updates.
Interfaces
| Name | Description |
|---|---|
Updateable
|
Interface for objects that can be updated each frame. Implement this interface to receive per-frame update calls with timing information. |