DrawRectFilled
Enqueue a filled rectangle in the current build buffer.
Syntax
Susano.DrawRectFilled(x, y, w, h, r, g, b[, a]) -> voidParameters
Return(s)
Behavior
Example(s)
Susano.BeginFrame()
Susano.DrawRectFilled(460,100, 120,80, 0,0,1, 0.6)
Susano.SubmitFrame()Last updated