VolumeHasChanged

Swift
public struct VolumeHasChanged: Sendable

Steamworks VolumeHasChanged_t


Topics

var newVolume: Float

Steamworks m_flNewVolume

Declaration
Swift
public let newVolume: Float

init(newVolume: Float)

Create a customized VolumeHasChanged

Declaration
Swift
public init(newVolume: Float = 0)