InfoKey
@objc
public final class InfoKey : NSObject, RawRepresentable
Keys for the info
dictionaries used by AboundScanControllerDelegate
methods.
-
Specifies the total number of triangles in the scanned mesh.
Declaration
Swift
@objc public static let triangleCount: AboundScanController.InfoKey
-
Specifies the absolute path to the dump file.
Declaration
Swift
@objc public static let dumpPath: AboundScanController.InfoKey
-
Declaration
Swift
public required init(rawValue: String)
-
Declaration
Swift
public var rawValue: String