swiftlys2/docs/api/ai/
API Reference Trace

PhysSurfacePropertiesAudioTrace

Struct
Namespace: SwiftlyS2.Shared.Trace · Assembly: SwiftlyS2.CS2.dll
public struct PhysSurfacePropertiesAudioTrace
View source

Properties

HardThreshold

The threshold for hardness in audio processing.

public readonly float HardThreshold { get; }
Property Value

HardVelocityThreshold

The velocity threshold for hard surface impacts in audio processing.

public readonly float HardVelocityThreshold { get; }
Property Value

HardnessFactor

The hardness factor of the surface for audio processing.

public readonly float HardnessFactor { get; }
Property Value

OcclusionFactor

The occlusion factor for audio, affecting how sound propagates through or around the surface.

public readonly float OcclusionFactor { get; }
Property Value

Reflectivity

The reflectivity of the surface for audio, affecting how sound bounces off it.

public readonly float Reflectivity { get; }
Property Value

RoughThreshold

The threshold for roughness in audio processing.

public readonly float RoughThreshold { get; }
Property Value

RoughnessFactor

The roughness factor of the surface for audio processing.

public readonly float RoughnessFactor { get; }
Property Value

StaticImpactVolume

The static impact volume for this surface.

public readonly float StaticImpactVolume { get; }
Property Value

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()
Returns
The fully qualified type name.