Shape
@objc
public protocol Shape
Shape protocol
-
Shape 표출
Declaration
Swift
func show()
-
Shape 숨김
Declaration
Swift
func hide()
-
Shape ID
Declaration
Swift
var shapeID: String { get }
-
Shape이 속한 레이어 ID
Declaration
Swift
var layerID: String? { get }
-
Shape orientation
Declaration
Swift
var orientation: Double { get set }
-
Shape 표출 여부
Declaration
Swift
var isShow: Bool { get }
-
사용자 객체
Declaration
Swift
var userObject: AnyObject? { get set }