GKQuadTree.RemoveElement Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- element
- NSObject
Retours
- Attributs
S’applique à
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
Paramètres
- data
- NSObject
- node
- GKQuadTreeNode
Retours
- Attributs