CAAction.as constructor
CAAction.as(
- ObjCObject other
Constructs a CAAction that points to the same underlying object as other.
Implementation
CAAction.as(objc.ObjCObject other) : object$ = other;
Constructs a CAAction that points to the same underlying object as other.
CAAction.as(objc.ObjCObject other) : object$ = other;