Inheritance Hierarchy
DeltaEngine.Graphics CircularBuffer
DeltaEngine.Graphics.Mocks MockCircularBuffer
Namespace: DeltaEngine.Graphics.Mocks
Assembly: DeltaEngine.Graphics.Mocks (in DeltaEngine.Graphics.Mocks.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The MockCircularBuffer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MockCircularBuffer | Initializes a new instance of the MockCircularBuffer class |
Methods
Fields
Name | Description | |
---|---|---|
![]() | blendMode | (Inherited from CircularBuffer.) |
![]() | cachedQuadIndices | (Inherited from CircularBuffer.) |
![]() | device | (Inherited from CircularBuffer.) |
![]() | drawMode | (Inherited from CircularBuffer.) |
![]() | indexSize | (Inherited from CircularBuffer.) |
![]() | isCreated | (Inherited from CircularBuffer.) |
![]() | maxNumberOfIndices | (Inherited from CircularBuffer.) |
![]() | maxNumberOfVertices | (Inherited from CircularBuffer.) |
![]() | shader | (Inherited from CircularBuffer.) |
![]() | totalIndexOffsetInBytes | (Inherited from CircularBuffer.) |
![]() | totalIndicesCount | (Inherited from CircularBuffer.) |
![]() | totalVertexOffsetInBytes | (Inherited from CircularBuffer.) |
![]() | totalVerticesCount | (Inherited from CircularBuffer.) |
![]() | vertexSize | (Inherited from CircularBuffer.) |
Properties
Name | Description | |
---|---|---|
![]() | CachedIndices | |
![]() | HasDrawn | |
![]() | IndexOffset | |
![]() | Is3D | (Inherited from CircularBuffer.) |
![]() | IsCreated | |
![]() | MaxNumberOfVertices | |
![]() | NumberOfActiveVertices | (Inherited from CircularBuffer.) |
![]() | UsesIndexBuffer | |
![]() | UsesTexturing | |
![]() | VertexOffset |
See Also