Vixen
02b45cc4
csharp
public readonly record struct SubObject

One element of one mesh.

Read the guide page for this →

Fields and properties (4)

  • public SubObjectKind Kind

    What it is.

  • public int Index

    Which one, in the table Kind names.

  • public static SubObject None

    Nothing.

  • public bool IsHit

    Whether anything was hit.

Methods (1)

  • public SubObject(SubObjectKind Kind, int Index)

    One element of one mesh.

Used by (10)

  • EditorModeTestsVixen.Editor.App.Tests
  • ISubObjectPickerVixen.Editor.SceneView
  • MeshEditVixen.Editor.SceneView
  • MeshEditTestsVixen.Editor.SceneView.Tests
  • PickingTestsVixen.Editor.SceneView.Tests
  • SceneLinesVixen.Editor.SceneView
  • ScenePickerVixen.Editor.SceneView
  • SceneViewportVixen.Editor.SceneView
  • SubObjectPickerVixen.Editor.SceneView
  • SubObjectTestsVixen.Editor.SceneView.Tests