GKQuadTree.RemoveData Method

Definition

Overloads

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

Parameters

data
NSObject

Returns

Attributes

Applies to

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

Parameters

data
NSObject

Returns

Attributes

Applies to