Package | com.smartfoxserver.v2.requests.mmo |
Class | public class MapLimits |
Inheritance | MapLimits Object |
See also
Property | Defined By | ||
---|---|---|---|
higherLimit : Vec3D [read-only]
Returns the higher coordinates limit of the virtual environment along the X,Y,Z axes. | MapLimits | ||
lowerLimit : Vec3D [read-only]
Returns the lower coordinates limit of the virtual environment along the X,Y,Z axes. | MapLimits |
Method | Defined By | ||
---|---|---|---|
Creates a new MapLimits instance. | MapLimits |
higherLimit | property |
higherLimit:Vec3D
[read-only] Returns the higher coordinates limit of the virtual environment along the X,Y,Z axes.
public function get higherLimit():Vec3D
lowerLimit | property |
lowerLimit:Vec3D
[read-only] Returns the lower coordinates limit of the virtual environment along the X,Y,Z axes.
public function get lowerLimit():Vec3D
MapLimits | () | Constructor |
public function MapLimits(lowerLimit:Vec3D, higherLimit:Vec3D)
Creates a new MapLimits instance. The MMORoomSettings.mapLimits property must be set to this instance during the MMORoom creation.
ParameterslowerLimit: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.
|
See also