Click or drag to resize
WindowManagerGoBack Method
Returns to previous window of the window with the specified id if any available in window stack.

Namespace: Slash.Unity.Common.Scenes
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public void GoBack(
	WindowManagerWindow window,
	Object returnValue
)

Parameters

window
Type: Slash.Unity.Common.ScenesWindowManagerWindow

[Missing <param name="window"/> documentation for "M:Slash.Unity.Common.Scenes.WindowManager.GoBack(Slash.Unity.Common.Scenes.WindowManager.Window,System.Object)"]

returnValue
Type: SystemObject

[Missing <param name="returnValue"/> documentation for "M:Slash.Unity.Common.Scenes.WindowManager.GoBack(Slash.Unity.Common.Scenes.WindowManager.Window,System.Object)"]

See Also