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

11 lines
185 B
C#

using System.Runtime.InteropServices;
namespace Valve.VR
{
public struct RenderModel_ControllerMode_State_t
{
[MarshalAs(UnmanagedType.I1)]
public bool bScrollWheelVisible;
}
}