# Functions
NewRenderer creates new rendering engine instance.
NewRendererWithFileSystem creates new rendering engine instance with a custom file system.
# Variables
ErrOutOfBounds represents an error that the index is out of bounds.
ErrUnsupportedOrientation represents an error in the unsupported orientation for rendering.
ErrUnsupportedRenderOrder represents an error in the unsupported order for rendering.
# Structs
OrthogonalRendererEngine represents orthogonal rendering engine.
Renderer represents an rendering engine.
# Interfaces
RendererEngine is the interface implemented by objects that provide rendering engine for Tiled maps.