Vixen
02b45cc4
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 (7)

  • 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