Click or drag to resize

MMORoomLowerMapLimit Property

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

Namespace:  Sfs2X.Entities
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public Vec3D LowerMapLimit { get; set; }

Property Value

Type: Vec3D
Remarks
If null is returned, then no limits were set at Room creation time.
See Also