VertexUpdater

Description

abstract class Tinman.Terrain.Kernel.VertexUpdater

Derived from

Disposable abstract
IVertexUpdater

Extended by

VertexBufferUpdater sealed

Abstract base class for IVertexUpdater implementations.

The default implementation of IVertexUpdater.UpdateAll simply delegates to IVertexUpdater.Update; subclasses can provide a more efficient implementation for this.

Protected / Attributes

vertex​Arrays


protected attribute vertexArrays → (VertexArrays)

The vertex arrays.