API Reference › Trace
PhysSurfacePropertiesTrace
ClassNamespace: SwiftlyS2.Shared.Trace · Assembly: SwiftlyS2.CS2.dll
public class PhysSurfacePropertiesTraceInherits object
Properties
The audio processing parameters for this surface.
public PhysSurfacePropertiesAudioTrace? AudioParams { get; }Property Value
The sound names associated with interactions on this surface.
public PhysSurfacePropertiesSoundNamesTrace? AudioSounds { get; }Property Value
The index of the base surface in the material list.
public int BaseListIndex { get; }Property Value
The hashed value of the base surface name this surface is derived from.
public uint BaseNameHash { get; }Property Value
The description of this surface and its properties.
public string Description { get; }Property Value
Indicates whether this surface is hidden or internal.
public bool Hidden { get; }Property Value
The index of this surface in the material list.
public int ListIndex { get; }Property Value
The hashed value of the surface name for faster lookup.
public uint NameHash { get; }Property Value
The physics properties of this surface.
public PhysSurfacePropertiesPhysicsTrace? Physics { get; }Property Value
Methods
Returns a string that represents the current object.
public override string ToString()