BaseEffectPlayerView
public class BaseEffectPlayerView : UIView
extension BaseEffectPlayerView: Output
-
Declaration
Swift
public override var contentMode: UIView.ContentMode { get set }
-
Declaration
Swift
public override init(frame: CGRect)
-
Declaration
Swift
override public func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?)
-
Declaration
Swift
override public func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?)
-
Declaration
Swift
override public func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?)
-
Declaration
Swift
override public func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?)
-
Declaration
Swift
@objc public func onLongTapGesture(gesture: UITapGestureRecognizer)
-
Declaration
Swift
@objc public func onDoubleTapGesture(gesture: UITapGestureRecognizer)
-
Declaration
Swift
@objc public func onScaleGesture(gesture: UIPinchGestureRecognizer)
-
Declaration
Swift
@objc public func onRotationGesture(gesture: UIRotationGestureRecognizer)
-
Declaration
Swift
@objc public func onSwipeGesture(gesture: UISwipeGestureRecognizer)
-
Declaration
Swift
public func present(renderTarget: OffscreenRenderTarget)