CALayerDelegate.as constructor

CALayerDelegate.as(
  1. ObjCObject other
)

Constructs a CALayerDelegate that points to the same underlying object as other.

Implementation

CALayerDelegate.as(objc.ObjCObject other) : object$ = other;