Properties

new MapLimits(lowerLimit, higherLimit)

Creates a new MapLimits instance.

The MMORoomSettings.mapLimits property must be set to this instance during MMORoom creation.

Parameters

Name Type Optional Description

lowerLimit

 

 

The lower coordinates limit of the virtual environment along the X,Y,Z axes.

higherLimit

 

 

The higher coordinates limit of the virtual environment along the X,Y,Z axes.

See also
MMORoomSettings#mapLimits
CreateRoomRequest

Properties

higherLimit  Vec3D

Returns the higher coordinates limit of the virtual environment along the X,Y,Z axes.

lowerLimit  Vec3D

Returns the lower coordinates limit of the virtual environment along the X,Y,Z axes.