csharp
public enum SubObjectKindWhat one element of a mesh is.
Fields and properties (4)
NoneNothing was under the pointer.
FaceA face, indexed by triangle.
EdgeAn edge, indexed into Edges.
VertexA 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