Creates a new MapLimits instance.
Namespace:
Sfs2X.Requests.MMO
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public MapLimits(
Vec3D lowerLimit,
Vec3D higherLimit
)
Parameters
- lowerLimit
- Type: Sfs2X.Entities.DataVec3D
The lower coordinates limit of the virtual environment along the X,Y,Z axes. - higherLimit
- Type: Sfs2X.Entities.DataVec3D
The higher coordinates limit of the virtual environment along the X,Y,Z axes.
Remarks
The
MapLimits property must be set to this instance during the MMORoom creation.
See Also