Class GuiBatch
Inherited Members
Namespace: Ritchie.Toolbox.Rendering
Assembly: Ritchie.Toolbox.dll
Syntax
public sealed class GuiBatch
Constructors
GuiBatch(IGuiContext, GraphicsDevice, Texture2D?)
Declaration
public GuiBatch(IGuiContext context, GraphicsDevice device, Texture2D? texture)
Parameters
Type | Name | Description |
---|---|---|
IGuiContext | context | |
GraphicsDevice | device | |
Texture2D | texture |
Properties
VertexCount
Declaration
public int VertexCount { get; }
Property Value
Type | Description |
---|---|
int |
Methods
Submit(GuiSubMesh)
Declaration
public void Submit(GuiSubMesh subMesh)
Parameters
Type | Name | Description |
---|---|---|
GuiSubMesh | subMesh |