.. _drawing_batch_api: .. py:currentmodule:: arcade Shape Lists ----------- .. autoclass:: arcade.shape_list.Shape :members: .. autoclass:: arcade.shape_list.ShapeElementList :members: .. autofunction:: arcade.shape_list.create_line .. autofunction:: arcade.shape_list.create_line_generic_with_colors .. autofunction:: arcade.shape_list.create_line_generic .. autofunction:: arcade.shape_list.create_line_strip .. autofunction:: arcade.shape_list.create_line_loop .. autofunction:: arcade.shape_list.create_lines .. autofunction:: arcade.shape_list.create_lines_with_colors .. autofunction:: arcade.shape_list.create_polygon .. autofunction:: arcade.shape_list.create_rectangle_filled .. autofunction:: arcade.shape_list.create_rectangle_outline .. autofunction:: arcade.shape_list.get_rectangle_points .. autofunction:: arcade.shape_list.create_rectangle .. autofunction:: arcade.shape_list.create_rectangle_filled_with_colors .. autofunction:: arcade.shape_list.create_rectangles_filled_with_colors .. autofunction:: arcade.shape_list.create_triangles_filled_with_colors .. autofunction:: arcade.shape_list.create_triangles_strip_filled_with_colors .. autofunction:: arcade.shape_list.create_ellipse_filled .. autofunction:: arcade.shape_list.create_ellipse_outline .. autofunction:: arcade.shape_list.create_ellipse .. autofunction:: arcade.shape_list.create_ellipse_filled_with_colors