SFS2X Objective-C API
1.7.13
iOS / macOS / tvOS
|
#import <MapLimits.h>
Inherits NSObject.
Class Methods | |
(id) | + limitWithLowerValue:higherValue: |
Properties | |
Vec3D * | lowerLimit |
Vec3D * | higherLimit |
The MapLimits class is used to set the limits of the virtual environment represented by an MMORoom when creating it. The limits represent the minimum and maximum coordinate values (2D or 3D) that the MMORoom should expect.
lower | the lower coordinate limit |
higher | the higher coordinate limit |