IRenderQueue.Add

IRenderQueue.Add method

Add render task to the render queue.

public void Add(RenderQueueGroupId groupId, IPipeline pipeline, object renderableResource, 
    int subEntity)
ParameterTypeDescription
groupIdRenderQueueGroupIdWhich group of the queue the render task will be in
pipelineIPipelineThe pipeline instance used for this render task
renderableResourceObjectCustom object that will be sent to RenderEntity
subEntityInt32The index of sub entities, useful when the entity is consisting of more than one sub renderable components.

See Also