RemoteStoragePlatform
Swift
public struct RemoteStoragePlatform: OptionSet, Sendable
Steamworks ERemoteStoragePlatform
Topics
var rawValue: CUnsignedInt
var rawValue: CUnsignedInt
The flags value.
Declaration
Swift
public let rawValue: CUnsignedInt
init(rawValue: CUnsignedInt)
init(rawValue: CUnsignedInt)
Create a new instance with rawValue
flags set.
Declaration
Swift
public init(rawValue: CUnsignedInt)
static var none: RemoteStoragePlatform
static var none: RemoteStoragePlatform
Steamworks k_ERemoteStoragePlatformNone
Declaration
Swift
public static let none: RemoteStoragePlatform
static var windows: RemoteStoragePlatform
static var windows: RemoteStoragePlatform
Steamworks k_ERemoteStoragePlatformWindows
Declaration
Swift
public static let windows: RemoteStoragePlatform
static var osx: RemoteStoragePlatform
static var osx: RemoteStoragePlatform
Steamworks k_ERemoteStoragePlatformOSX
Declaration
Swift
public static let osx: RemoteStoragePlatform
static var ps3: RemoteStoragePlatform
static var ps3: RemoteStoragePlatform
Steamworks k_ERemoteStoragePlatformPS3
Declaration
Swift
public static let ps3: RemoteStoragePlatform
static var linux: RemoteStoragePlatform
static var linux: RemoteStoragePlatform
Steamworks k_ERemoteStoragePlatformLinux
Declaration
Swift
public static let linux: RemoteStoragePlatform
static var switch: RemoteStoragePlatform
static var switch: RemoteStoragePlatform
Steamworks k_ERemoteStoragePlatformSwitch
Declaration
Swift
public static let `switch`: RemoteStoragePlatform
static var android: RemoteStoragePlatform
static var android: RemoteStoragePlatform
Steamworks k_ERemoteStoragePlatformAndroid
Declaration
Swift
public static let android: RemoteStoragePlatform
static var ios: RemoteStoragePlatform
static var ios: RemoteStoragePlatform
Steamworks k_ERemoteStoragePlatformIOS
Declaration
Swift
public static let ios: RemoteStoragePlatform
static var all: RemoteStoragePlatform
static var all: RemoteStoragePlatform
Steamworks k_ERemoteStoragePlatformAll
Declaration
Swift
public static let all: RemoteStoragePlatform