Свойство | Type | Description | |
---|---|---|---|
KiPrimitive | KiPrimitiveDelegate |
Свойство | Type | Description | |
---|---|---|---|
m_agentsInTransit | List |
||
m_regionInfo | |||
m_scene | |||
regionCommsHost | OpenSim.Framework.RegionCommsListener |
Méthode | Description | |
---|---|---|
Close ( ) : void |
This region is shutting down, de-register all events! De-Register region from Grid!
|
|
InformNeighborsThatRegionisUp ( INeighbourService neighbourService, |
||
RegisterRegion ( IInterregionCommsOut comms_out, |
Register a region with the grid
|
|
RequestNamedRegions ( string name, int maxNumber ) : List |
||
SceneCommunicationService ( ) : System | ||
SendChildAgentDataUpdate ( |
||
SendCloseChildAgentConnections ( UUID agentID, List |
||
SetScene ( |
Méthode | Description | |
---|---|---|
SendCloseChildAgentAsync ( UUID agentID, ulong regionHandle ) : void |
This Closes child agents on neighboring regions Calls an asynchronous method to do so.. so it doesn't lag the sim.
|
Méthode | Description | |
---|---|---|
InformNeighborsThatRegionisUpCompleted ( IAsyncResult iar ) : void | ||
InformNeighboursThatRegionIsUpAsync ( INeighbourService neighbourService, |
Asynchronous call to information neighbouring regions that this region is up
|
|
SendChildAgentDataUpdateAsync ( |
This informs all neighboring regions about the settings of it's child agent. Calls an asynchronous method to do so.. so it doesn't lag the sim. This contains information, such as, Draw Distance, Camera location, Current Position, Current throttle settings, etc.
|
|
SendChildAgentDataUpdateCompleted ( IAsyncResult iar ) : void | ||
SendCloseChildAgentCompleted ( IAsyncResult iar ) : void |
public InformNeighborsThatRegionisUp ( INeighbourService neighbourService, |
||
neighbourService | INeighbourService | |
region | ||
Résultat | void |
public RegisterRegion ( IInterregionCommsOut comms_out, |
||
comms_out | IInterregionCommsOut | |
regionInfos | ||
Résultat | void |
public RequestNamedRegions ( string name, int maxNumber ) : List |
||
name | string | |
maxNumber | int | |
Résultat | List |
public SceneCommunicationService ( ) : System | ||
Résultat | System |
public SendChildAgentDataUpdate ( |
||
cAgentData | ||
presence | ||
Résultat | void |
protected SendCloseChildAgentAsync ( UUID agentID, ulong regionHandle ) : void | ||
agentID | UUID | |
regionHandle | ulong | |
Résultat | void |
public SendCloseChildAgentConnections ( UUID agentID, List |
||
agentID | UUID | |
regionslst | List |
|
Résultat | void |
protected RegionInfo,OpenSim.Framework m_regionInfo | ||
Résultat |
protected Scene,OpenSim.Region.Framework.Scenes m_scene | ||
Résultat |