Click or drag to resize

MapLimits Class

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
C#
public class MapLimits

The MapLimits type exposes the following members.

Constructors
  NameDescription
Public methodMapLimits
Creates a new MapLimits instance.
Top
Properties
  NameDescription
Public propertyHigherLimit
Returns the higher coordinates limit of the virtual environment along the X,Y,Z axes.
Public propertyLowerLimit
Returns the lower coordinates limit of the virtual environment along the X,Y,Z axes.
Top
Remarks
The limits represent the minimum and maximum coordinate values (2D or 3D) that the MMORoom should expect.
See Also