1 2 3 4 5 6 7 8 9 10 11
namespace Steamworks; public enum EVRScreenshotType { k_EVRScreenshotType_None, k_EVRScreenshotType_Mono, k_EVRScreenshotType_Stereo, k_EVRScreenshotType_MonoCubemap, k_EVRScreenshotType_MonoPanorama, k_EVRScreenshotType_StereoPanorama }