Sdílet prostřednictvím


SKNode.UserInteractionEnabled Property

Definition

Gets or sets a value that controls whether the node responds to touch.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool UserInteractionEnabled { [Foundation.Export("isUserInteractionEnabled")] get; [Foundation.Export("setUserInteractionEnabled:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isUserInteractionEnabled")>]
[<set: Foundation.Export("setUserInteractionEnabled:")>]
member this.UserInteractionEnabled : bool with get, set

Property Value

Attributes

Applies to