SwiftlyS2

PhysSurfacePropertiesPhysicsTrace

Struct PhysSurfacePropertiesPhysicsTrace

Namespace: SwiftlyS2.Shared.Trace

Assembly: SwiftlyS2.CS2.dll

public struct PhysSurfacePropertiesPhysicsTrace

Inherited Members

Properties

Density

The density of the surface material.

public readonly float Density { get; }
Property Value

Elasticity

The elasticity of the surface, determining how much energy is retained in collisions.

public readonly float Elasticity { get; }
Property Value

Flashpoint

The flashpoint temperature of the surface material.

public readonly float Flashpoint { get; }
Property Value

Friction

The friction coefficient of the surface, affecting how objects slide on it.

public readonly float Friction { get; }
Property Value

HeatConductivity

The heat conductivity of the surface material.

public readonly float HeatConductivity { get; }
Property Value

SoftContactDampingRatio

The damping ratio for soft contact interactions with this surface.

public readonly float SoftContactDampingRatio { get; }
Property Value

SoftContactFrequency

The frequency of soft contact interactions with this surface.

public readonly float SoftContactFrequency { get; }
Property Value

Thickness

The thickness of the surface material.

public readonly float Thickness { get; }
Property Value

WheelDrag

The wheel drag value for this surface, affecting vehicle movement.

public readonly float WheelDrag { get; }
Property Value

Methods

ToString()

Returns the fully qualified type name of this instance.

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

On this page