 | WindowConflictMode Enumeration |
The action to take when a window with the same name already exists.
Namespace:
Kit
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntaxpublic enum WindowConflictMode
Members|
| Member name | Description |
|---|
| ShowNew | Keep the previous window and show the new one as well. |
| DontShow | Just keep the previous window. |
| OverwriteData | Overwrite and show the data on the previous window instead. |
| HidePrevious | Hide the previous window (animations and all) and show the new one. |
See Also