OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | Properties | List of all members
OpenSim.Region.RegionCombinerModule.RegionConnections Class Reference
Collaboration diagram for OpenSim.Region.RegionCombinerModule.RegionConnections:
Collaboration graph
[legend]

Public Member Functions

void UpdateExtents (Vector3 extents)
 

Public Attributes

UUID RegionId
 Root Region ID More...
 
Scene RegionScene
 Root Region Scene More...
 
ILandChannel RegionLandChannel
 LargeLandChannel for combined region More...
 
uint X
 The x map co-ordinate for this region (where each co-ordinate is a Constants.RegionSize block). More...
 
uint Y
 The y co-ordinate for this region (where each cor-odinate is a Constants.RegionSize block). More...
 
uint XEnd
 The size of the megaregion in meters. More...
 
uint YEnd
 The size of the megaregion in meters. More...
 
List< RegionDataConnectedRegions
 
RegionCombinerPermissionModule PermissionModule
 
RegionCombinerClientEventForwarder ClientEventForwarder
 

Properties

uint PosX [get]
 The X meters position of this connection. More...
 
uint PosY [get]
 The Y meters co-ordinate of this connection. More...
 

Detailed Description

Definition at line 37 of file RegionConnections.cs.

Member Function Documentation

void OpenSim.Region.RegionCombinerModule.RegionConnections.UpdateExtents ( Vector3  extents)
inline

Definition at line 88 of file RegionConnections.cs.

Member Data Documentation

RegionCombinerClientEventForwarder OpenSim.Region.RegionCombinerModule.RegionConnections.ClientEventForwarder

Definition at line 86 of file RegionConnections.cs.

List<RegionData> OpenSim.Region.RegionCombinerModule.RegionConnections.ConnectedRegions

Definition at line 84 of file RegionConnections.cs.

RegionCombinerPermissionModule OpenSim.Region.RegionCombinerModule.RegionConnections.PermissionModule

Definition at line 85 of file RegionConnections.cs.

UUID OpenSim.Region.RegionCombinerModule.RegionConnections.RegionId

Root Region ID

Definition at line 42 of file RegionConnections.cs.

ILandChannel OpenSim.Region.RegionCombinerModule.RegionConnections.RegionLandChannel

LargeLandChannel for combined region

Definition at line 52 of file RegionConnections.cs.

Scene OpenSim.Region.RegionCombinerModule.RegionConnections.RegionScene

Root Region Scene

Definition at line 47 of file RegionConnections.cs.

uint OpenSim.Region.RegionCombinerModule.RegionConnections.X

The x map co-ordinate for this region (where each co-ordinate is a Constants.RegionSize block).

Definition at line 57 of file RegionConnections.cs.

uint OpenSim.Region.RegionCombinerModule.RegionConnections.XEnd

The size of the megaregion in meters.

Definition at line 77 of file RegionConnections.cs.

uint OpenSim.Region.RegionCombinerModule.RegionConnections.Y

The y co-ordinate for this region (where each cor-odinate is a Constants.RegionSize block).

Definition at line 62 of file RegionConnections.cs.

uint OpenSim.Region.RegionCombinerModule.RegionConnections.YEnd

The size of the megaregion in meters.

Definition at line 82 of file RegionConnections.cs.

Property Documentation

uint OpenSim.Region.RegionCombinerModule.RegionConnections.PosX
get

The X meters position of this connection.

Definition at line 67 of file RegionConnections.cs.

uint OpenSim.Region.RegionCombinerModule.RegionConnections.PosY
get

The Y meters co-ordinate of this connection.

Definition at line 72 of file RegionConnections.cs.


The documentation for this class was generated from the following file: