PlanesQuery
Public Attributes
BoundsCenter
The center of the bounding box which defines where planes extraction should occur.
public Vector3 BoundsCenter;
BoundsExtents
The size of the bounding box where planes extraction will occur.
public Vector3 BoundsExtents;
BoundsRotation
The rotation of the bounding box where planes extraction will occur.
public Quaternion BoundsRotation;
Flags
The flags to apply to this query.
public PlanesSubsystem.Extensions.MLPlanesQueryFlags Flags;
MaxResults
The maximum number of results that should be returned.
public uint MaxResults;
MinPlaneArea
The minimum area (in squared meters) of planes to be returned. This value cannot be lower than 0.04 (lower values will be capped to this minimum).
public float MinPlaneArea;