Kinematicsoup Service Login GUI. More...
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... | |
![]() | |
virtual void | DrawPasswordField (Rect rect) |
Draw the password field. More... | |
void | OnLogin (ksJSON response, string error) |
Handle a login response More... | |
Properties | |
Texture | Icon [get] |
Icon to display. More... | |
override string | ConsoleURL [get] |
Return the KS console URL. More... | |
![]() | |
static T | Instance [get] |
Singleton Instance More... | |
bool | DestroyOnClose [get] |
Destroy this menu on close. More... | |
abstract string | ConsoleURL [get] |
Get the console url More... | |
![]() | |
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 | |
![]() | |
void | OnOpen (ksWindow window) |
Called when the menu is opened. More... | |
void | OnClose (ksWindow window) |
Clear the password when the menu is closed if the password is not saved. More... | |
void | Draw (ksWindow window) |
Creates the GUI. More... | |
![]() | |
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... | |
![]() | |
ksWindow | m_window |
string | m_consoleUrl |
string | m_email |
string | m_password |
Kinematicsoup Service Login GUI.
|
protectedvirtual |
Get the menu to show when the user is logged in.
window | Window to render the next menu in. |
Implements KS.Unity.Editor.ksBaseLoginMenu< ksLoginMenu >.
|
protectedvirtual |
Send a login request.
Implements KS.Unity.Editor.ksBaseLoginMenu< ksLoginMenu >.
|
getprotected |
Return the KS console URL.
|
get |
Icon to display.