Class SFS2X.Requests.MMO.MapLimits
A subset of the MMORoomSettings defining the limits of the virtual environment represented by an MMORoom.
Constructor Attributes | Constructor Name and Description |
---|---|
SFS2X.Requests.MMO.MapLimits(lowerLimit, higherLimit)
Creates a new MapLimits instance.
|
Field Summary
Class Detail
SFS2X.Requests.MMO.MapLimits(lowerLimit, higherLimit)
Creates a new MapLimits instance.
The MMORoomSettings.mapLimits property must be set to this instance during MMORoom creation.
- Parameters:
- lowerLimit
- higherLimit
- See also:
- SFS2X.Requests.MMORoomSettings#mapLimits
- SFS2X.Requests.System.CreateRoomRequest
Field Detail
{Vec3D}
higherLimit
Returns the higher coordinates limit of the virtual environment along the X,Y,Z axes.
{Vec3D}
lowerLimit
Returns the lower coordinates limit of the virtual environment along the X,Y,Z axes.