BaseRenderableEntity Fields |
The BaseRenderableEntity type exposes the following members.
Name | Description | |
---|---|---|
BlendingState |
Blending state for this entity.
| |
OnDraw |
Callback that triggers every time an entity is rendered.
Note: entities that are culled out will not trigger this event.
| |
RenderingQueue |
Which rendering queue to use for this entity.
Rendering queues determine different rendering settings (like opacity support, blending, sorting etc) + the order
in which the entities are drawn.
|