API Referenceglobal
ScrapeEffectDataclass
object→ScrapeEffectData
Obsolete
This API type is obsolete.
Constructors1
Showing 1 constructors
public ScrapeEffectData()
No results match this filter.
Properties6
Showing 6 properties
public System.Collections.Generic.List`1<string> Sandbox.Surface.ScrapeEffectData.RoughDecal { get; set; }
Use one of these particles during a rough scrape.
Returns:
List<string>—public float Sandbox.Surface.ScrapeEffectData.RoughnessFactor { get; set; }
Similar to friction but only affects whether a scrape is rough or smooth.
Returns:
float—public System.Collections.Generic.List`1<string> Sandbox.Surface.ScrapeEffectData.RoughParticles { get; set; }
Spawn one of these particle effects during a rough scrape.
Obsolete: This API member is obsolete.
Returns:
List<string>—public float Sandbox.Surface.ScrapeEffectData.RoughThreshold { get; set; }
Surface roughness greater than this results in rough scrapes.
Returns:
float—public System.Collections.Generic.List`1<string> Sandbox.Surface.ScrapeEffectData.SmoothDecal { get; set; }
Use one of these particles during a smooth scrape.
Returns:
List<string>—public System.Collections.Generic.List`1<string> Sandbox.Surface.ScrapeEffectData.SmoothParticles { get; set; }
Spawn one of these particle effects during a smooth scrape.
Obsolete: This API member is obsolete.
Returns:
List<string>—No results match this filter.