GumBatch
Introduction
Rendering Strings
gumBatch.Begin();
gumBatch.DrawString(
font,
"I am at X=100, Y=200",
new Vector2(100, 200),
Color.White);
gumBatch.End();


Rendering TextRuntimes

Rendering Parent/Child Hierarchy

RenderTargets
Last updated
Was this helpful?

