Click or drag to resize
WindowManagerOpenWindow Method (String, Object, WindowManagerWindow, ActionObject, ActionWindowManagerWindow)

[Missing <summary> documentation for "M:Slash.Unity.Common.Scenes.WindowManager.OpenWindow(System.String,System.Object,Slash.Unity.Common.Scenes.WindowManager.Window,System.Action{System.Object},System.Action{Slash.Unity.Common.Scenes.WindowManager.Window})"]

Namespace: Slash.Unity.Common.Scenes
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public WindowManagerWindow OpenWindow(
	string windowId,
	Object context,
	WindowManagerWindow parentWindow,
	Action<Object> onCloseCallback,
	Action<WindowManagerWindow> onOpenCallback
)

Parameters

windowId
Type: SystemString

[Missing <param name="windowId"/> documentation for "M:Slash.Unity.Common.Scenes.WindowManager.OpenWindow(System.String,System.Object,Slash.Unity.Common.Scenes.WindowManager.Window,System.Action{System.Object},System.Action{Slash.Unity.Common.Scenes.WindowManager.Window})"]

context
Type: SystemObject

[Missing <param name="context"/> documentation for "M:Slash.Unity.Common.Scenes.WindowManager.OpenWindow(System.String,System.Object,Slash.Unity.Common.Scenes.WindowManager.Window,System.Action{System.Object},System.Action{Slash.Unity.Common.Scenes.WindowManager.Window})"]

parentWindow
Type: Slash.Unity.Common.ScenesWindowManagerWindow

[Missing <param name="parentWindow"/> documentation for "M:Slash.Unity.Common.Scenes.WindowManager.OpenWindow(System.String,System.Object,Slash.Unity.Common.Scenes.WindowManager.Window,System.Action{System.Object},System.Action{Slash.Unity.Common.Scenes.WindowManager.Window})"]

onCloseCallback
Type: SystemActionObject

[Missing <param name="onCloseCallback"/> documentation for "M:Slash.Unity.Common.Scenes.WindowManager.OpenWindow(System.String,System.Object,Slash.Unity.Common.Scenes.WindowManager.Window,System.Action{System.Object},System.Action{Slash.Unity.Common.Scenes.WindowManager.Window})"]

onOpenCallback
Type: SystemActionWindowManagerWindow

[Missing <param name="onOpenCallback"/> documentation for "M:Slash.Unity.Common.Scenes.WindowManager.OpenWindow(System.String,System.Object,Slash.Unity.Common.Scenes.WindowManager.Window,System.Action{System.Object},System.Action{Slash.Unity.Common.Scenes.WindowManager.Window})"]

Return Value

Type: WindowManagerWindow

[Missing <returns> documentation for "M:Slash.Unity.Common.Scenes.WindowManager.OpenWindow(System.String,System.Object,Slash.Unity.Common.Scenes.WindowManager.Window,System.Action{System.Object},System.Action{Slash.Unity.Common.Scenes.WindowManager.Window})"]

See Also