Inheritance Hierarchy
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
The Batch type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Batch | Initializes a new instance of the Batch class |
Methods
Name | Description | |
---|---|---|
![]() | AddIndices | |
![]() | AddIndicesReversedWinding | |
![]() | Draw | |
![]() | IsBufferFullAndResizeIfPossible | |
![]() | Reset | |
![]() | ResizeColorUVVertices | |
![]() | ResizeColorVertices | |
![]() | ResizeUVVertices |
Fields
Name | Description | |
---|---|---|
![]() | hasColor | |
![]() | hasUV | |
![]() | indices | |
![]() | indicesIndex | |
![]() ![]() | IndicesPerQuad | |
![]() ![]() | MinNumberOfQuads | |
![]() | verticesIndex | |
![]() ![]() | VerticesPerQuad |
Properties
Name | Description | |
---|---|---|
![]() | BlendMode | |
![]() | Material |
See Also