Share via


GKOctree<ElementType>.RemoveElement Method

Definition

Overloads

RemoveElement(ElementType)

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

Parameters

element
ElementType

Returns

Attributes

Applies to

RemoveElement(ElementType, GKOctreeNode)

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

Parameters

element
ElementType

Returns

Attributes

Applies to