GKQuadTree.RemoveData Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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
Parámetros
- data
- NSObject
Devoluciones
- Atributos
Se aplica 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
Parámetros
- data
- NSObject
- node
- GKQuadTreeNode
Devoluciones
- Atributos