API Reference › Trace
PhysSurfacePropertiesPhysicsTrace
StructNamespace: SwiftlyS2.Shared.Trace · Assembly: SwiftlyS2.CS2.dll
public struct PhysSurfacePropertiesPhysicsTraceProperties
The density of the surface material.
public readonly float Density { get; }Property Value
The elasticity of the surface, determining how much energy is retained in collisions.
public readonly float Elasticity { get; }Property Value
The flashpoint temperature of the surface material.
public readonly float Flashpoint { get; }Property Value
The friction coefficient of the surface, affecting how objects slide on it.
public readonly float Friction { get; }Property Value
The heat conductivity of the surface material.
public readonly float HeatConductivity { get; }Property Value
The damping ratio for soft contact interactions with this surface.
public readonly float SoftContactDampingRatio { get; }Property Value
The frequency of soft contact interactions with this surface.
public readonly float SoftContactFrequency { get; }Property Value
The thickness of the surface material.
public readonly float Thickness { get; }Property Value
The wheel drag value for this surface, affecting vehicle movement.
public readonly float WheelDrag { get; }Property Value
Methods
Returns the fully qualified type name of this instance.
public override string ToString()