Module dagon.graphics.drawable
Provides the core interface and grouping utilities for renderable objects.
Description
The dagon module provides the Drawable interface,
which must be implemented by any object that can be rendered,
and the DrawableGroup class, which allows grouping multiple drawables
for batched rendering.
Interfaces
| Name | Description |
|---|---|
Drawable
|
Interface for renderable objects. |
Classes
| Name | Description |
|---|---|
DrawableGroup
|
A group of drawables that can be rendered together. |