GKQuadTree.RemoveElement Method

Definition

Overloads

RemoveElement(NSObject)

[Foundation.Export("removeElement:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool RemoveElement(Foundation.NSObject element);
[<Foundation.Export("removeElement:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveElement : Foundation.NSObject -> bool
override this.RemoveElement : Foundation.NSObject -> bool

Parameters

element
NSObject

Returns

Attributes

Applies to

RemoveElement(NSObject, GKQuadTreeNode)

[Foundation.Export("removeElement:withNode:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool RemoveElement(Foundation.NSObject data, GameplayKit.GKQuadTreeNode node);
[<Foundation.Export("removeElement:withNode:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveElement : Foundation.NSObject * GameplayKit.GKQuadTreeNode -> bool
override this.RemoveElement : Foundation.NSObject * GameplayKit.GKQuadTreeNode -> bool

Parameters

data
NSObject

Returns

Attributes

Applies to