GKQuadTree.RemoveElement Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RemoveElement(NSObject) | |
RemoveElement(NSObject, GKQuadTreeNode) |
RemoveElement(NSObject)
[Foundation.Export("removeElement:")]
public virtual bool RemoveElement (Foundation.NSObject element);
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:")]
public virtual bool RemoveElement (Foundation.NSObject data, GameplayKit.GKQuadTreeNode node);
abstract member RemoveElement : Foundation.NSObject * GameplayKit.GKQuadTreeNode -> bool
override this.RemoveElement : Foundation.NSObject * GameplayKit.GKQuadTreeNode -> bool
Parameters
- data
- NSObject
- node
- GKQuadTreeNode
Returns
- Attributes