Allows us to have a persistent connection to Second Life Grid. More...
Public Member Functions | |
LoginManager (GridClient client, int timerFrequency) | |
Class Constructor. | |
void | StayInSim (ulong handle, Vector3 desiredPosition) |
Static Public Member Functions | |
static bool | PersistentLogin (GridClient client, string firstName, string lastName, string password, string userAgent, string start, string author) |
Establish a permanent Grid connection. |
Allows us to have a persistent connection to Second Life Grid.
VIAgents.LoginManager.LoginManager | ( | GridClient | client, | |
int | timerFrequency | |||
) |
Class Constructor.
static bool VIAgents.LoginManager.PersistentLogin | ( | GridClient | client, | |
string | firstName, | |||
string | lastName, | |||
string | password, | |||
string | userAgent, | |||
string | start, | |||
string | author | |||
) | [static] |
Establish a permanent Grid connection.
void VIAgents.LoginManager.StayInSim | ( | ulong | handle, | |
Vector3 | desiredPosition | |||
) |