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

[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})"]

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
)

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})"]

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})"]

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})"]

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})"]

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})"]

See Also