Struct PickerOptions
  
A collection of settings defining how mesh element picking behaves.
 
Syntax
public struct PickerOptions
 
Properties
  
Default
Declaration
public static PickerOptions Default { get; }
 
Property Value
| Type | 
Description | 
| PickerOptions | 
A set of options with default values. 
 | 
depthTest
Declaration
public bool depthTest { get; set; }
 
Property Value
| Type | 
Description | 
| Boolean | 
Should depth testing be performed when hit testing elements?
Enable to select only visible elements, disable to select all elements regardless of visibility. 
 | 
rectSelectMode
Declaration
public RectSelectMode rectSelectMode { get; set; }
 
Property Value
| Type | 
Description | 
| RectSelectMode | 
Require elements to be completely encompassed by the rect selection (Complete) or only touched (Partial). 
 | 
Methods
  
Equals(Object)
Declaration
public override bool Equals(object obj)
 
Parameters
| Type | 
Name | 
Description | 
| Object | 
obj | 
 | 
Returns
Overrides
Equals(PickerOptions)
Declaration
public bool Equals(PickerOptions other)
 
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
 
Returns
Overrides
Operators
  
Equality(PickerOptions, PickerOptions)
Declaration
public static bool operator ==(PickerOptions a, PickerOptions b)
 
Parameters
Returns
Inequality(PickerOptions, PickerOptions)
Declaration
public static bool operator !=(PickerOptions a, PickerOptions b)
 
Parameters
Returns