public final class ImPlotStairsFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
None
default
|
static int |
PreStep
the y value is continued constantly to the left from every x position, i.e.
|
static int |
Shaded
a filled region between the stairs and horizontal origin will be rendered; use PlotShaded for more advanced cases
|
public static final int None
Definition: 0
public static final int PreStep
Definition: 1 << 10
public static final int Shaded
Definition: 1 << 11