The MapLimits class is used to set the limits of the virtual environment represented by an MMORoom when creating it.
Inheritance Hierarchy SystemObject
Sfs2X.Requests.MMOMapLimits
Namespace:
Sfs2X.Requests.MMO
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax The MapLimits type exposes the following members.
Constructors
| Name | Description |
---|
| MapLimits |
Creates a new MapLimits instance.
|
TopProperties
| Name | Description |
---|
| HigherLimit |
Returns the higher coordinates limit of the virtual environment along the X,Y,Z axes.
|
| LowerLimit |
Returns the lower coordinates limit of the virtual environment along the X,Y,Z axes.
|
TopRemarks
The limits represent the minimum and maximum coordinate values (2D or 3D) that the MMORoom should expect.
See Also