VRScreenshotType

Swift
public enum VRScreenshotType: CUnsignedInt, Sendable

Steamworks EVRScreenshotType


Topics

case none

Steamworks k_EVRScreenshotType_None

Declaration
Swift
case none = 0

case mono

Steamworks k_EVRScreenshotType_Mono

Declaration
Swift
case mono = 1

case stereo

Steamworks k_EVRScreenshotType_Stereo

Declaration
Swift
case stereo = 2

case monoCubemap

Steamworks k_EVRScreenshotType_MonoCubemap

Declaration
Swift
case monoCubemap = 3

case monoPanorama

Steamworks k_EVRScreenshotType_MonoPanorama

Declaration
Swift
case monoPanorama = 4

case stereoPanorama

Steamworks k_EVRScreenshotType_StereoPanorama

Declaration
Swift
case stereoPanorama = 5

case unrepresentedInSwift

Some undocumented value

Declaration
Swift
case unrepresentedInSwift = 6