Enumerations

The following enumerations are available globally.

  • Values describing Cubes display type.

    // Get the current display type for scene.
    switch CKScene.cube?.display { case .none: break
    case .augmentedReality?:
       // Scene currently displayed in augmented reality.
    case .threeDimensions?:
       // Scene currently displayed in three demensions.
    }
    
    See more

    Declaration

    Swift

    public enum CKDisplay