Modifier

Partager via


SCNHitTestOptions.FirstFoundOnly Property

Definition

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.

Applies to