Click or drag to resize
WindowManager Class

[Missing <summary> documentation for "T:Slash.Unity.Common.Scenes.WindowManager"]

Inheritance Hierarchy
SystemObject
  Slash.Unity.Common.ScenesWindowManager

Namespace: Slash.Unity.Common.Scenes
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public class WindowManager

The WindowManager type exposes the following members.

Constructors
  NameDescription
Public methodWindowManager
Constructor.
Top
Methods
  NameDescription
Public methodCloseWindow
Public methodGoBack
Returns to previous window of the window with the specified id if any available in window stack.
Public methodOnWindowDestroyed
Public methodOpenWindow(String)
Public methodOpenWindow(String, ActionObject)
Public methodOpenWindow(String, Object)
Public methodOpenWindow(WindowManagerWindow, WindowManagerWindow)
Public methodOpenWindow(String, Object, WindowManagerWindow)
Public methodOpenWindow(String, Object, WindowManagerWindow, ActionObject)
Public methodOpenWindow(String, Object, WindowManagerWindow, ActionObject, ActionWindowManagerWindow)
Top
Events
  NameDescription
Public eventWindowOpened
Top
Fields
  NameDescription
Public fieldRootContext
Root data context.
Top
See Also