csharp
public readonly record struct PickRequestA 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 XWhere, in render pixels from the viewport's top-left.
public int YDitto.
public bool AdditiveWhether the answer extends the selection rather than replacing it.
public long SequenceWhich 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