예제 #1
0
 public SoftwareGuiTextRenderer(GuiElementDrawCommandCollection guiElementDrawCommands)
 {
     this.guiElementDrawCommands = guiElementDrawCommands;
 }
예제 #2
0
 public SoftwareGuiRenderer(SoftwareGuiTextRenderer softwareTextRenderer, GuiElementDrawCommandCollection guiElementDrawCommands)
 {
     this.softwareTextRenderer   = softwareTextRenderer;
     this.guiElementDrawCommands = guiElementDrawCommands;
 }