MapLimits

Stores a subset of the settings required to create an MMORoom, relative to the limits of the virtual environment represented by the MMORoom.


These limits represent the minimum and maximum coordinate values (2D or 3D) that the MMORoom should expect.

Constructor

new MapLimits(lowerLimit, higherLimit)

Creates a new instance of the MapLimits class.
The MMORoomSettings#mapLimits property must be set to this instance during MMORoom creation.
Parameters:
NameTypeDescription
lowerLimitVec3DThe lower coordinates limit of the virtual environment along the X,Y,Z axes.
higherLimitVec3DThe higher coordinates limit of the virtual environment along the X,Y,Z axes.

Members

higherLimit :Vec3D

Higher coordinates limit of the virtual environment along the X,Y,Z axes.
Type:

lowerLimit :Vec3D

Lower coordinates limit of the virtual environment along the X,Y,Z axes.
Type: