lineLoops
Renders a list of line loops based on the current drawing style and quality settings.
Parameters
A list of line loops, where each loop is represented as a list of Vector2 points.
Draws a series of line loops based on the provided list of loops.
Parameters
A list of line loops where each loop is represented as a list of Vector3
points.
Renders a series of line loops with specified weights.
Parameters
A list of line loops, where each loop is represented as a list of 2D vectors.
A list of weights corresponding to each line in the loops, determining their thickness.
Draws line loops in either performance or quality mode based on the current draw style.
Parameters
A list of lists representing the points for each line loop, where each inner list defines a single loop using Vector3 points.
A list of weights corresponding to each line loop, used in the quality drawing mode.