Click or drag to resize

WindowHideMode Enumeration

How to hide the window?

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public enum WindowHideMode
Members
  Member nameDescription
AutoDecide automatically. Destroys if created using a prefab and de-activates if part of the scene.
DeactivateDeactivate the window GameObject.
DestroyDestroy the window GameObject.
See Also

Reference