 | WindowManagerGoBack Method |
Returns to previous window of the window with the specified id if any available in window stack.
Namespace: Slash.Unity.Common.ScenesAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic void GoBack(
WindowManagerWindow window,
Object returnValue
)
Public Sub GoBack (
window As WindowManagerWindow,
returnValue As Object
)
public:
void GoBack(
WindowManagerWindow^ window,
Object^ returnValue
)
member GoBack :
window : WindowManagerWindow *
returnValue : Object -> unit
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