SCNHitTestOptions.SortResults Property

Definition

If set, sorts the returned hit-test results from nearest to farthest.

public Nullable<bool> SortResults { get; set; }
member this.SortResults : Nullable<bool> with get, set

Property Value

If not specified, the value is assumed to be true, so the results are sorted.

Applies to