Class ImPlotCond

java.lang.Object
imgui.extension.implot.flag.ImPlotCond

public final class ImPlotCond extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    No condition (always set the variable)
    static final int
    No condition (always set the variable), same as _Always
    static final int
    Set the variable once per runtime session (only the first call will succeed)
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • None

      public static final int None
      No condition (always set the variable), same as _Always
      See Also:
    • Always

      public static final int Always
      No condition (always set the variable)
      See Also:
    • Once

      public static final int Once
      Set the variable once per runtime session (only the first call will succeed)
      See Also: