Api ScrapeEffectData
struct

ScrapeEffectData

public sealed struct ScrapeEffectData

Attributes

[ Obsolete ]

Constructors

ScrapeEffectData()

Properties

Name Type Description
RoughnessFactor Single Similar to friction but only affects whether a scrape is rough or smooth.
RoughThreshold Single Surface roughness greater than this results in rough scrapes.
SmoothParticles List<String> Spawn one of these particle effects during a smooth scrape.
RoughParticles List<String> Spawn one of these particle effects during a rough scrape.
SmoothDecal List<String> Use one of these particles during a smooth scrape.
RoughDecal List<String> Use one of these particles during a rough scrape.
Assembly: Sandbox.Engine Declaring Type: Surface Full Name: Sandbox.Surface.ScrapeEffectData