Click or drag to resize
BaseRenderableEntity Fields

The BaseRenderableEntity type exposes the following members.

Fields
  NameDescription
Public fieldBlendingState
Blending state for this entity.
Public fieldStatic memberOnDraw
Callback that triggers every time an entity is rendered. Note: entities that are culled out will not trigger this event.
Public fieldRenderingQueue
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.
Top
See Also