EventArgs based class that is passed to handlers subcribed to hear about begin/end events on rendering queues that are part of a RenderingSurface object.
More...
Public Attributes |
RenderQueueID | queueID |
| ID of the queue that this event has been fired for.
|
uint | handled |
| handlers should increment this if they handled the event.
|
Detailed Description
EventArgs based class that is passed to handlers subcribed to hear about begin/end events on rendering queues that are part of a RenderingSurface object.
Constructor & Destructor Documentation
CEGUI::RenderQueueEventArgs::RenderQueueEventArgs |
( |
const RenderQueueID |
id | ) |
|
Constructor for RenderQueueEventArgs objects.
- Parameters
-
id | RenderQueueID value indicating the queue that the event is being generated for. |