Vixen
02b45cc4
csharp
public enum SubObjectFilter

Which kinds of element a query may answer with.

Read the guide page for this →

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)

  • None

    Nothing, which answers nothing.

  • Vertex

    Shared positions.

  • Edge

    Edges.

  • Face

    Faces.

  • All

    All 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