Vixen
02b45cc4
csharp
public readonly record struct PickRequest

A pick somebody asked for and has not been answered yet.

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

Fields and properties (4)

  • public int X

    Where, in render pixels from the viewport's top-left.

  • public int Y

    Ditto.

  • public bool Additive

    Whether the answer extends the selection rather than replacing it.

  • public long Sequence

    Which pick this is, so a late answer to an abandoned one is recognisable.

Methods (1)

  • public PickRequest(int X, int Y, bool Additive, long Sequence)

    A pick somebody asked for and has not been answered yet.

Used by (3)

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