SFS2X Objective-C API  1.7.13
iOS / macOS / tvOS
MapLimits Class Reference

#import <MapLimits.h>

Inherits NSObject.

Class Methods

(id) + limitWithLowerValue:higherValue:
 

Properties

Vec3DlowerLimit
 
Vec3DhigherLimit
 

Detailed Description

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.

See also
MMORoom
MMORoomSettings
Vec3D

Method Documentation

◆ limitWithLowerValue:higherValue:

+ (id) limitWithLowerValue: (Vec3D*)  lower
higherValue: (Vec3D*)  higher 
Parameters
lowerthe lower coordinate limit
higherthe higher coordinate limit
See also
MMORoom
MMORoomSettings

Property Documentation

◆ higherLimit

- (Vec3D*) higherLimit
readnonatomicstrong

The higher MMORoom coordinates

See also
Vec3D
MMORoom

◆ lowerLimit

- (Vec3D*) lowerLimit
readnonatomicstrong

The lower MMORoom coordinates

See also
Vec3D
MMORoom