OpenSim
|
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... | |
Definition at line 35 of file IRegionData.cs.
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.
|
get |
Return the x-coordinate of this region in region units.
Definition at line 57 of file IRegionData.cs.
|
get |
Return the y-coordinate of this region in region units.
Definition at line 62 of file IRegionData.cs.