Enumerations
The following enumerations are available globally.
-
Values describing Cubes display type.
See more// 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. }Declaration
Swift
public enum CKDisplay
Enumerations Reference