Click or drag to resize

MMORoomSettingsMapLimits Property

Defines the limits of the virtual environment represented by the MMORoom.

Namespace:  Sfs2X.Requests.MMO
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public MapLimits MapLimits { get; set; }

Property Value

Type: MapLimits
Remarks
When specified, this property must contain two non-null Vec3D objects representing the minimum and maximum limits of the 2D/3D coordinates systems. Any positional value that falls outside the provided limit will be refused by the server.

This setting is optional but its usage is highly recommended.

See Also