add method

add

Add render task to the render queue.

def add(self, group_id, pipeline, renderable_resource, sub_entity):
    ...
ParameterTypeDescription
group_idRenderQueueGroupIdWhich group of the queue the render task will be in
pipelineIPipelineThe pipeline instance used for this render task
renderable_resourceanyCustom object that will be sent to EntityRenderer.render_entity
sub_entityintThe index of sub entities, useful when the entity is consisting of more than one sub renderable components.

See Also