csharp
public enum SubObjectFilterWhich kinds of element a query may answer with.
Remarks
⚠ A set rather than the one kind, because the answer is not always the mode. The element modes of doc 24's inventory ask for one kind at a time, and a tool that highlights "whatever is under the pointer" asks for all three — which is the case SubObjectPicker's innermost-wins rule exists for.
Fields and properties (5)
NoneNothing, which answers nothing.
VertexShared positions.
EdgeEdges.
FaceFaces.
AllAll three.
Used by (7)
- ISubObjectPickerVixen.Editor.SceneView
- MeshEditVixen.Editor.SceneView
- PickingTestsVixen.Editor.SceneView.Tests
- ScenePickerVixen.Editor.SceneView
- SceneViewportVixen.Editor.SceneView
- SubObjectPickerVixen.Editor.SceneView
- SubObjectTestsVixen.Editor.SceneView.Tests