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

13 lines
201 B
C#

namespace Valve.VR
{
public enum EVRScreenshotError
{
None = 0,
RequestFailed = 1,
IncompatibleVersion = 100,
NotFound = 101,
BufferTooSmall = 102,
ScreenshotAlreadyInProgress = 108
}
}