SCNHitTestOptions.FirstFoundOnly Property
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.
Controls whether only the first hit match is returned. Caveat: the first match returned might not be the nearest object.
public Nullable<bool> FirstFoundOnly { get; set; }
member this.FirstFoundOnly : Nullable<bool> with get, set
Property Value
If not specified, the value assumed is false.