DrawText
Enqueue a circle (filled or outline) in the current build buffer.
Syntax
Susano.DrawText(x, y, text, size_px, r, g, b[, a]) -> voidParameters
Return(s)
Behavior
Example(s)
Susano.BeginFrame()
Susano.DrawText(100,260, "Overlay", 20, 1,1,1, 1))
Susano.SubmitFrame()Last updated