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

14 lines
172 B
C#

using System;
namespace Valve.VR
{
public struct VRTextureDepthInfo_t
{
public IntPtr handle;
public HmdMatrix44_t mProjection;
public HmdVector2_t vRange;
}
}