OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Attributes | Properties | List of all members
OpenSim.Data.RegionData Class Reference

Public Attributes

UUID RegionID
 
UUID ScopeID
 
string RegionName
 
int posX
 The position in meters of this region. More...
 
int posY
 The position in meters of this region. More...
 
int sizeX
 
int sizeY
 
Dictionary< string, object > Data
 

Properties

int coordX [get]
 Return the x-coordinate of this region in region units. More...
 
int coordY [get]
 Return the y-coordinate of this region in region units. More...
 

Detailed Description

Definition at line 35 of file IRegionData.cs.

Member Data Documentation

Dictionary<string, object> OpenSim.Data.RegionData.Data

Definition at line 64 of file IRegionData.cs.

int OpenSim.Data.RegionData.posX

The position in meters of this region.

Definition at line 44 of file IRegionData.cs.

int OpenSim.Data.RegionData.posY

The position in meters of this region.

Definition at line 49 of file IRegionData.cs.

UUID OpenSim.Data.RegionData.RegionID

Definition at line 37 of file IRegionData.cs.

string OpenSim.Data.RegionData.RegionName

Definition at line 39 of file IRegionData.cs.

UUID OpenSim.Data.RegionData.ScopeID

Definition at line 38 of file IRegionData.cs.

int OpenSim.Data.RegionData.sizeX

Definition at line 51 of file IRegionData.cs.

int OpenSim.Data.RegionData.sizeY

Definition at line 52 of file IRegionData.cs.

Property Documentation

int OpenSim.Data.RegionData.coordX
get

Return the x-coordinate of this region in region units.

Definition at line 57 of file IRegionData.cs.

int OpenSim.Data.RegionData.coordY
get

Return the y-coordinate of this region in region units.

Definition at line 62 of file IRegionData.cs.


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