IBatchRendererBase

Description

interface Tinman.Terrain.Meshing.IBatchRendererBase

Derived from

IBatchContainerBase

Extended by

IBatchRenderer
Planting sealed

Base interface for classes that render terrain sector batches.

Public / Methods

Compute​Batches


public method ComputeBatches → ()

Computes the render batches.

Before computing render batches, this method clears the current list of batches. Before returning, the method sorts the computed batches, according to their natural sort order, as defined by the IComparable.CompareTo method of IBatch.