Classes
The following classes are available globally.
-
A collection of properties used by CubeKit.
Important
CKConfigurationis an object singleton. The shared instance is stored in staticsharedproperty.Note
By default the
CKConfiguration.sharedobject is set to auto.
See more// Tells CubeKit to use iPhone prefab configuration. CKConfiguration.shared = .iPhoneDeclaration
Swift
public final class CKConfiguration
-
An abstract object that defines
See moreCKCubeimplementation basic behaviors.Declaration
Swift
public class CKCube : NSObject
-
A scene graph—a hierarchy of nodes with attached geometries, lights, cameras and other attributes that together form a displayable scene.
See moreNote
Read this guide: Convention CKScene GuideDeclaration
Swift
public final class CKScene
Classes Reference