GKQuadTree.RemoveData Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
RemoveData(NSObject) | |
RemoveData(NSObject, GKQuadTreeNode) |
RemoveData(NSObject)
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Empty stub (always return `false`) as this API is now rejected).")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Empty stub (always return `false`) as this API is now rejected).")]
public virtual bool RemoveData (Foundation.NSObject data);
abstract member RemoveData : Foundation.NSObject -> bool
override this.RemoveData : Foundation.NSObject -> bool
Parametri
- data
- NSObject
Restituisce
- Attributi
Si applica a
RemoveData(NSObject, GKQuadTreeNode)
[Foundation.Export("removeData:withNode:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, null)]
public virtual bool RemoveData (Foundation.NSObject data, GameplayKit.GKQuadTreeNode node);
abstract member RemoveData : Foundation.NSObject * GameplayKit.GKQuadTreeNode -> bool
override this.RemoveData : Foundation.NSObject * GameplayKit.GKQuadTreeNode -> bool
Parametri
- data
- NSObject
- node
- GKQuadTreeNode
Restituisce
- Attributi