csharp
public readonly record struct PickResultA 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 IdWhat was under the pointer, or zero for nothing.
public bool AdditiveWhether the answer extends the selection.
public long SequenceWhich pick this answers.
public bool IsHitWhether 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