Vixen
dd8b0a81
csharp
public enum SubObjectKind

What one element of a mesh is.

Read the guide page for this →

Fields and properties (4)

  • None

    Nothing was under the pointer.

  • Face

    A face, indexed by triangle.

  • Edge

    An edge, indexed into Edges.

  • Vertex

    A shared position, indexed into Positions.

Used by (9)

  • BlockoutHoverTestsVixen.Editor.Blockout.Tests
  • BlockoutModeVixen.Editor.Blockout
  • EditorModeTestsVixen.Editor.App.Tests
  • MeshEditTestsVixen.Editor.SceneView.Tests
  • PickingTestsVixen.Editor.SceneView.Tests
  • SceneLinesVixen.Editor.SceneView
  • SubObjectVixen.Editor.SceneView
  • SubObjectPickerVixen.Editor.SceneView
  • SubObjectTestsVixen.Editor.SceneView.Tests