public final class ImGuiCond
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
Always
No condition (always set the variable)
|
static int |
Appearing
Set the variable if the object/window is appearing after being hidden/inactive (or the first time)
|
static int |
FirstUseEver
Set the variable if the object/window has no persistently saved data (no entry in .ini file)
|
static int |
None
No condition (always set the variable), same as Always.
|
static int |
Once
Set the variable once per runtime session (only the first call will succeed)
|
public static final int None
public static final int Always
public static final int Once
public static final int FirstUseEver
public static final int Appearing