Function
Moderate
Canvas:DrawRect
Draws a fille Rect on the Canvas<br/></br>This method can only be called from inside <code>Update</code> event
Syntax
my_canvas:DrawRect(texture_path, screen_position, screen_size, render_color = Color.WHITE, blend_mode = BlendMode.Opaque)