Type Aliases
The following type aliases are available globally.
-
A view for displaying 3D CubeKit content
Declaration
Swift
public typealias CK3DView = SCNView
-
A view for displaying AR experiences that augment the camera view with 3D CubeKit content.
-
An object that represents a float on iOS & tvOS, a cgfloat on macOS.
-
Undocumented
Declaration
Swift
public typealias CKFloat = CGFloat -
An object that represents an angle.
Declaration
Swift
public typealias CKAngle = CKFloat -
An object that represents a distance in space.
Declaration
Swift
public typealias CKDistance = CKFloat -
An object that represents a view.
-
An object that represents a view.
Declaration
Swift
public typealias CKView = NSView
Type Aliases Reference