GKQuadTree.QueryData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
QueryData(Vector2) | |
QueryData(Vector2, Vector2) |
QueryData(Vector2)
[Foundation.Export("queryDataForPoint:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, null)]
public virtual Foundation.NSObject[] QueryData (OpenTK.Vector2 point);
abstract member QueryData : OpenTK.Vector2 -> Foundation.NSObject[]
override this.QueryData : OpenTK.Vector2 -> Foundation.NSObject[]
Parameters
- point
- Vector2
Returns
NSObject[]
- Attributes
Applies to
QueryData(Vector2, Vector2)
[Foundation.Export("queryDataForQuad:quadSize:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, null)]
public virtual Foundation.NSObject[] QueryData (OpenTK.Vector2 quadOrigin, OpenTK.Vector2 quadSize);
abstract member QueryData : OpenTK.Vector2 * OpenTK.Vector2 -> Foundation.NSObject[]
override this.QueryData : OpenTK.Vector2 * OpenTK.Vector2 -> Foundation.NSObject[]
Parameters
- quadOrigin
- Vector2
- quadSize
- Vector2
Returns
NSObject[]
- Attributes