Vixen
02b45cc4
csharp
public readonly record struct PickResult

A pick that has come back.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • public uint Id

    What was under the pointer, or zero for nothing.

  • public bool Additive

    Whether the answer extends the selection.

  • public long Sequence

    Which pick this answers.

  • public bool IsHit

    Whether anything was hit.

Methods (1)

  • public PickResult(uint Id, bool Additive, long Sequence)

    A pick that has come back.

Used by (2)

  • PickingBufferVixen.Editor.SceneView
  • SceneViewportVixen.Editor.SceneView