Struct PickingTexture.PickingResponse ​
Namespace: ValveResourceFormat.Renderer
Assembly: Renderer.dll
Object picking response containing intent and pixel data.
csharp
public readonly struct PickingTexture.PickingResponseProperties ​
Intent ​
Gets the interaction intent that triggered this pick.
csharp
public PickingTexture.PickingIntent Intent { get; init; }Property Value ​
PixelInfo ​
Gets the pixel data read back from the picking framebuffer.
csharp
public PickingTexture.PixelInfo PixelInfo { get; init; }
