Поделиться через


GKQuadTree.RemoveData Метод

Определение

Перегрузки

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

Параметры

data
NSObject

Возвращаемое значение

Атрибуты

Применяется к

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

Параметры

data
NSObject

Возвращаемое значение

Атрибуты

Применяется к