Classes | |
| class | EntityDrawer |
Functions | |
| entity_within_bounds (entity, drawer) | |
| entity_drawer.entity_within_bounds | ( | entity, | |
| drawer | |||
| ) |
Checks if an entity is within the visible bounds of the drawer. @param entity: The entity to check. @param drawer: The drawer object managing the rendering context. @return: True if the entity is within the visible bounds, otherwise False.