SteamRemotePlaySessionConnected

Swift
public struct SteamRemotePlaySessionConnected: Sendable

Steamworks SteamRemotePlaySessionConnected_t


Topics

var sessionID: RemotePlaySessionID

Steamworks m_unSessionID

Declaration
Swift
public let sessionID: RemotePlaySessionID

init(sessionID: RemotePlaySessionID)

Create a customized SteamRemotePlaySessionConnected

Declaration
Swift
public init(sessionID: RemotePlaySessionID = 0)