BNBAttachmentType

Objective-C

NS_ENUM(NSInteger, BNBAttachmentType)
{
    BNBAttachmentTypeColor,
    BNBAttachmentTypeDepth,
}

Swift

enum BNBAttachmentType : Int, @unchecked Sendable

Undocumented