Package imgui.extension.implot.flag
Class ImPlotCond
java.lang.Object
imgui.extension.implot.flag.ImPlotCond
-
Field Summary
Fields -
Method Summary
-
Field Details
-
None
public static final int NoneNo condition (always set the variable), same as _Always- See Also:
-
Always
public static final int AlwaysNo condition (always set the variable)- See Also:
-
Once
public static final int OnceSet the variable once per runtime session (only the first call will succeed)- See Also:
-