API Reference › Trace
PhysSurfacePropertiesAudioTrace
StructNamespace: SwiftlyS2.Shared.Trace · Assembly: SwiftlyS2.CS2.dll
public struct PhysSurfacePropertiesAudioTraceProperties
The threshold for hardness in audio processing.
public readonly float HardThreshold { get; }Property Value
The velocity threshold for hard surface impacts in audio processing.
public readonly float HardVelocityThreshold { get; }Property Value
The hardness factor of the surface for audio processing.
public readonly float HardnessFactor { get; }Property Value
The occlusion factor for audio, affecting how sound propagates through or around the surface.
public readonly float OcclusionFactor { get; }Property Value
The reflectivity of the surface for audio, affecting how sound bounces off it.
public readonly float Reflectivity { get; }Property Value
The threshold for roughness in audio processing.
public readonly float RoughThreshold { get; }Property Value
The roughness factor of the surface for audio processing.
public readonly float RoughnessFactor { get; }Property Value
The static impact volume for this surface.
public readonly float StaticImpactVolume { get; }Property Value
Methods
Returns the fully qualified type name of this instance.
public override string ToString()