KS.Reactor.Client.Unity.Editor.ksLoginMenu Class Reference

Kinematicsoup Service Login GUI. More...

Inheritance diagram for KS.Reactor.Client.Unity.Editor.ksLoginMenu:
KS.Unity.Editor.ksBaseLoginMenu< ksLoginMenu > KS.Unity.Editor.ksIMenu

Protected Member Functions

override void Login ()
 Send a login request. More...
 
override ksAuthenticatedMenu GetNextMenu (ksWindow window)
 Get the menu to show when the user is logged in. More...
 

Properties

Texture Icon [get]
 Icon to display. More...
 
override string ConsoleURL [get]
 Return the KS console URL. More...
 
- Properties inherited from KS.Unity.Editor.ksIMenu
bool DestroyOnClose [get]
 Should we destroy this menu when it is closed? More...
 
Texture Icon [get]
 The icon for this menu. More...
 

Additional Inherited Members

- Public Member Functions inherited from KS.Unity.Editor.ksIMenu
void OnOpen (ksWindow window)
 Called when the menu is opened. More...
 
void OnClose (ksWindow window)
 Called when the menu is closed. More...
 
void Draw (ksWindow window)
 Draws the GUI. More...
 

Detailed Description

Kinematicsoup Service Login GUI.

Member Function Documentation

◆ GetNextMenu()

override ksAuthenticatedMenu KS.Reactor.Client.Unity.Editor.ksLoginMenu.GetNextMenu ( ksWindow  window)
protectedvirtual

Get the menu to show when the user is logged in.

Parameters
windowWindow to render the next menu in.
Returns
Menu to show when the user is logged in.

Implements KS.Unity.Editor.ksBaseLoginMenu< ksLoginMenu >.

◆ Login()

override void KS.Reactor.Client.Unity.Editor.ksLoginMenu.Login ( )
protectedvirtual

Send a login request.

Implements KS.Unity.Editor.ksBaseLoginMenu< ksLoginMenu >.

Property Documentation

◆ ConsoleURL

override string KS.Reactor.Client.Unity.Editor.ksLoginMenu.ConsoleURL
getprotected

Return the KS console URL.

◆ Icon

Texture KS.Reactor.Client.Unity.Editor.ksLoginMenu.Icon
get

Icon to display.