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.
The MMORoomSettings#mapLimits property must be set to this instance during MMORoom creation.
Parameters:
| Name | Type | Description |
|---|---|---|
lowerLimit | Vec3D | The lower coordinates limit of the virtual environment along the X,Y,Z axes. |
higherLimit | Vec3D | The 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: