SpatialQuerySphere Struct

Definition

Input parameters for performing a spatial query with a sphere. Mesh components that overlap with it will be returned.

public value class SpatialQuerySphere
public struct SpatialQuerySphere
type SpatialQuerySphere = struct
Public Structure SpatialQuerySphere
Inheritance
SpatialQuerySphere

Fields

MaxResults

The maximum number of mesh components to be returned. Use 0 for the internal maximum limit.

Sphere

The bounds in world-space to perform the query.

Applies to

See also