Click or drag to resize
BaseRenderableEntityRenderingQueue Field
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.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public RenderingQueue RenderingQueue

Field Value

Type: RenderingQueue
See Also