Share via


SCNCameraController.EndInteraction(CGPoint, CGSize, CGPoint) Method

Definition

[Foundation.Export("endInteraction:withViewport:velocity:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void EndInteraction(CoreGraphics.CGPoint location, CoreGraphics.CGSize viewport, CoreGraphics.CGPoint velocity);
[<Foundation.Export("endInteraction:withViewport:velocity:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EndInteraction : CoreGraphics.CGPoint * CoreGraphics.CGSize * CoreGraphics.CGPoint -> unit
override this.EndInteraction : CoreGraphics.CGPoint * CoreGraphics.CGSize * CoreGraphics.CGPoint -> unit

Parameters

location
CGPoint
viewport
CGSize
velocity
CGPoint
Attributes

Applies to