29 using System.Collections.Generic;
31 using OpenSim.Framework;
32 using OpenSim.Region.Framework.Interfaces;
33 using OpenSim.Region.Framework.Scenes;
35 namespace OpenSim.
Region.RegionCombinerModule
67 public uint PosX {
get {
return Util.RegionToWorldLoc(X); } }
72 public uint PosY {
get {
return Util.RegionToWorldLoc(Y); } }
90 XEnd = (uint)extents.X;
91 YEnd = (uint)extents.Y;
uint YEnd
The size of the megaregion in meters.
uint XEnd
The size of the megaregion in meters.
ILandChannel RegionLandChannel
LargeLandChannel for combined region
RegionCombinerPermissionModule PermissionModule
uint X
The x map co-ordinate for this region (where each co-ordinate is a Constants.RegionSize block)...
List< RegionData > ConnectedRegions
RegionCombinerClientEventForwarder ClientEventForwarder
Scene RegionScene
Root Region Scene
uint Y
The y co-ordinate for this region (where each cor-odinate is a Constants.RegionSize block)...
void UpdateExtents(Vector3 extents)
UUID RegionId
Root Region ID