Remodel-AR
  • Overview
  • ios guides
    • iOS Quick Start
    • iOS Walkthrough
      • SwiftUI Walkthrough
        • Section 1 - Setting up Remodel-AR in SwiftUI
        • Section 2 - Add a color picker
        • Section 3 - Add Export Features
        • Section 4 - Add Textured Paints
      • UIKit Walkthrough
        • Setting up Remodel-AR in UIKit
        • Adding a Color Picker
        • Getting to know Lidar scanning
        • Getting to know Legacy
        • Getting to know Floorplan
        • Getting to know Shader Paint
        • Section 2 - Add a color picker
        • Section 3 - Add Export Features
        • Section 4 - Add Textured Paints
    • iOS Library Documentation
      • Classes
        • ARController
        • ARStateModel
        • RemodelARLib
        • PassioConfiguration
      • Structures
      • Enumerations
      • Protocols
  • android guides
    • Android Quick Start
    • Android Walkthrough
      • Setting up Remodel-AR in Android
      • Paint Approaches
      • Getting to know Legacy
      • Getting to know Floor Plan
      • Getting to know Shader Approach
    • Android Library Documentation
      • Classes
        • PaintARActivity
        • OnCornerPlaced
        • GetWallPatchInfos
        • GetSavedImage
        • GetRawCameraImage
        • PassioSDKStatus
        • WallPatchInfo
    • ❔FAQs
Powered by GitBook
On this page
  • enum ARMethod
  • enum ARTrackingState
  • enum TouchMode
  • enum PlaceWallState
  • enum WallState
  • enum CreateWallsState
  • enum ScanMode
  • enum SurfaceType
  • enum WallState
  • enum Corners
  1. ios guides
  2. iOS Library Documentation

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

PreviousStructuresNextProtocols

Last updated 1 year ago