Files
UltimateFishing/Assets/Scripts/Assembly-CSharp/Valve/VR/CameraVideoStreamFrameHeader_t.cs
2026-02-21 16:45:37 +08:00

18 lines
288 B
C#

namespace Valve.VR
{
public struct CameraVideoStreamFrameHeader_t
{
public EVRTrackedCameraFrameType eFrameType;
public uint nWidth;
public uint nHeight;
public uint nBytesPerPixel;
public uint nFrameSequence;
public TrackedDevicePose_t standingTrackedDevicePose;
}
}