SteamRemotePlaySessionAvatarLoaded

Swift
public struct SteamRemotePlaySessionAvatarLoaded: Sendable

Steamworks SteamRemotePlaySessionAvatarLoaded_t


Topics

var sessionID: RemotePlaySessionID

Steamworks m_unSessionID

Declaration
Swift
public let sessionID: RemotePlaySessionID

var imageIndex: Int

Steamworks m_iImage

Declaration
Swift
public let imageIndex: Int

var wideIndex: Int

Steamworks m_iWide

Declaration
Swift
public let wideIndex: Int

var tallIndex: Int

Steamworks m_iTall

Declaration
Swift
public let tallIndex: Int

init(sessionID: RemotePlaySessionID, imageIndex: Int, wideIndex: Int, tallIndex: Int)

Declaration
Swift
public init(
    sessionID: RemotePlaySessionID = 0, imageIndex: Int = 0, wideIndex: Int = 0,
    tallIndex: Int = 0)