SpatialQueryObb Struct

Definition

Input parameters for performing a spatial query with an oriented bounding box. Mesh components that overlap with it will be returned.

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

Fields

MaxResults

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

Obb

The bounds in world-space to perform the query.

Applies to

See also