render/render_batch

Contains information about a current render batch which is soon to be drawn

Methods

All methods contained in this type

add()

Puts the given render_template into the batch, make sure it matches the type you defined on creation

Parameters

nametypedescription
templaterendertemplateThe render template to add, you can find a list of available render templates in types.template

render()

Renders this current render_batch, this can only be done once

This method does not have any parameters