CKDisplay

public enum CKDisplay

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.
}