Batch ClassDelta Engine Documentation
Inheritance Hierarchy

System Object
  DeltaEngine.Rendering2D Batch
    DeltaEngine.Rendering2D Batch2D
    DeltaEngine.Rendering3D Batch3D

Namespace: DeltaEngine.Rendering2D
Assembly: DeltaEngine.Rendering2D (in DeltaEngine.Rendering2D.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public abstract class Batch

The Batch type exposes the following members.

Constructors

  NameDescription
Protected methodBatch
Initializes a new instance of the Batch class
Top
Methods

  NameDescription
Public methodAddIndices
Public methodAddIndicesReversedWinding
Public methodDraw
Public methodIsBufferFullAndResizeIfPossible
Public methodReset
Protected methodResizeColorUVVertices
Protected methodResizeColorVertices
Protected methodResizeUVVertices
Top
Fields

  NameDescription
Protected fieldhasColor
Protected fieldhasUV
Protected fieldindices
Protected fieldindicesIndex
Protected fieldStatic memberIndicesPerQuad
Protected fieldStatic memberMinNumberOfQuads
Public fieldverticesIndex
Protected fieldStatic memberVerticesPerQuad
Top
Properties

  NameDescription
Public propertyBlendMode
Public propertyMaterial
Top
See Also