Struct PickingTexture.PixelInfo ​
Namespace: ValveResourceFormat.Renderer
Assembly: Renderer.dll
Pixel data read back from the picking framebuffer.
csharp
public struct PickingTexture.PixelInfoFields ​
IsSkybox ​
Non-zero when the picked pixel belongs to the skybox.
csharp
public uint IsSkyboxField Value ​
MeshId ​
The mesh ID within the picked object.
csharp
public uint MeshIdField Value ​
ObjectId ​
The scene node object ID under the cursor.
csharp
public uint ObjectIdField Value ​
Unused2 ​
Reserved padding field.
csharp
public uint Unused2
