Enumerations

enum ARMethod

case Lidar case Legacy case Floorplan case ShaderPainting case Abnormalities

enum ARTrackingState

case error(Int) case initializing case normal(Date) case ready case resetting

enum TouchMode

case color1 case color2 case color3 case brightness case painting

enum PlaceWallState

case done case placingBasePlane case placingFirstCorner case placingSecondCorner

enum WallState

case addingWall case idle

enum CreateWallsState

case selectingFloor case placingCorners case settingWallHeight case paintingWalls case idle

enum ScanMode

case scanning case paused

enum SurfaceType

case wall case floor case ceiling

enum WallState

case addingWall case idle

enum Corners

case upperLeftCorner case upperRightCorner case lowerRightCorner case lowerLeftCorner

If at any point you need help from the Passio team, please reach out to us at support@passiolife.com

Last updated