Module dagon.graphics.components
Provides reusable components for Entity
.
Components extend the functionality of entities by adding logic or
behavior that can be attached to any Entity
. This module includes
components such as PositionSync
, which synchronizes an entity's position
with another entity, enabling hierarchical or dependent transformations.
Classes
Name | Description |
---|---|
PositionSync
|
A component that synchronizes an entity's position with another entity. |