public interface Cullable
When Group is given a culling rectangle with Group.setCullingArea(Rectangle), it will automatically call
setCullingArea(Rectangle) on its children.
| Modifier and Type | Method and Description |
|---|---|
void |
setCullingArea(Rectangle cullingArea) |
void setCullingArea(Rectangle cullingArea)
cullingArea - The culling area in the child actor's coordinates.