Property | Type | Description | |
---|---|---|---|
Agents | Agent>.Dictionary | ||
AssetServerSendKey | string | ||
AssetServerURL | string | ||
AuthToken | UUID | ||
CapsSeed | string | ||
EQ | |||
GridServerSendKey | string | ||
GridServerURL | string | ||
Home | RegionInfo | ||
InventoryServerURL | string | ||
LocalEQCAP | string | ||
NextEQ | EventQueue | ||
NextEQID | string | ||
RegClient | RegionClient | ||
TheRegion | RegionInfo | ||
UserAuth | UserAuthClient | ||
UserServerURL | string | ||
agentCircuitData | AgentCircuitData | ||
eqID | string | ||
proxy | GriderProxy | ||
regionEndPoint | IPEndPoint |
Method | Description | |
---|---|---|
Agent ( |
||
Agent ( string gridserver, string gridserverkey, ulong regionhandle, |
||
AgentCircuitDataFromXml ( |
||
Clone ( |
||
GetEventQueue ( string key ) : |
||
GetRandomCapsObjectPath ( ) : string | ||
Go ( ) : bool | ||
RemoveEventQueue ( string key ) : void | ||
Retrieve ( ) : void | ||
SetAgentCircuitData ( Hashtable hash, Hashtable appearance, string seedcap ) : void | ||
SetUserAuth ( UserAuthClient uclient ) : void | ||
SetUserData ( GriderProxy p, string userURL, string inventoryURL, string assetURL, string assetKey, UUID token ) : void | ||
Stop ( ) : void | ||
Update ( ) : void | ||
Update ( Agent oldAgent ) : void |
Method | Description | |
---|---|---|
CloseAsync ( ) : void | ||
CloseCompleted ( IAsyncResult iar ) : void | ||
SetupEQ ( ) : void |
public Agent ( |
||
regInfo | ||
pos | System.Vector3 | |
look | System.Vector3 | |
return | System |
public Agent ( string gridserver, string gridserverkey, ulong regionhandle, |
||
gridserver | string | |
gridserverkey | string | |
regionhandle | ulong | |
endpoint | ||
httpport | uint | |
return | System |
public static AgentCircuitDataFromXml ( |
||
hash | ||
return | void |
public Clone ( |
||
adata | ||
return |
public static GetEventQueue ( string key ) : |
||
key | string | |
return |
public static GetRandomCapsObjectPath ( ) : string | ||
return | string |
public static RemoveEventQueue ( string key ) : void | ||
key | string | |
return | void |
public static SetAgentCircuitData ( Hashtable hash, Hashtable appearance, string seedcap ) : void | ||
hash | Hashtable | |
appearance | Hashtable | |
seedcap | string | |
return | void |
public static SetUserAuth ( UserAuthClient uclient ) : void | ||
uclient | UserAuthClient | |
return | void |
public static SetUserData ( GriderProxy p, string userURL, string inventoryURL, string assetURL, string assetKey, UUID token ) : void | ||
p | GriderProxy | |
userURL | string | |
inventoryURL | string | |
assetURL | string | |
assetKey | string | |
token | UUID | |
return | void |
public static string AssetServerSendKey | ||
return | string |
public static string InventoryServerURL | ||
return | string |
public static AgentCircuitData agentCircuitData | ||
return | AgentCircuitData |