Click or drag to resize

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
Syntax
C#
public enum WindowConflictMode
Members
  Member nameDescription
ShowNewKeep the previous window and show the new one as well.
DontShowJust keep the previous window.
OverwriteDataOverwrite and show the data on the previous window instead.
HidePreviousHide the previous window (animations and all) and show the new one.
See Also

Reference