BNBAttachmentType
Objective-C
NS_ENUM(NSInteger, BNBAttachmentType)
{
BNBAttachmentTypeColor,
BNBAttachmentTypeDepth,
}
Swift
enum BNBAttachmentType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
BNBAttachmentTypeColor
Swift
case color = 0
-
Undocumented
Declaration
Objective-C
BNBAttachmentTypeDepth
Swift
case depth = 1