PLVContainerApplianceType
Objective-C
enum PLVContainerApplianceType : NSInteger {}
Swift
enum PLVContainerApplianceType : Int, @unchecked Sendable
画笔类型
-
Undocumented
Declaration
Objective-C
PLVContainerApplianceTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
PLVContainerApplianceTypeFreeLine
Swift
case freeLine = 1
-
Undocumented
Declaration
Objective-C
PLVContainerApplianceTypeArrow
Swift
case arrow = 2
-
Undocumented
Declaration
Objective-C
PLVContainerApplianceTypeChoice
Swift
case choice = 3
-
Undocumented
Declaration
Objective-C
PLVContainerApplianceTypeEraser
Swift
case eraser = 4
-
Undocumented
Declaration
Objective-C
PLVContainerApplianceTypeText
Swift
case text = 5
-
Undocumented
Declaration
Objective-C
PLVContainerApplianceTypeMove
Swift
case move = 6