PlanetKitCameraPosition
@objc
@frozen
public enum PlanetKitCameraPosition : Int
extension PlanetKitCameraPosition: CustomStringConvertible
Represents the position of the camera in the PlanetKit framework.
-
The camera position is unknown.
Declaration
Swift
case unknown
-
The camera is positioned at the front.
Declaration
Swift
case front
-
The camera is positioned at the back.
Declaration
Swift
case back
-
A string representation of the camera position.
Declaration
Swift
public var description: String { get }