API Referenceglobal
public sealed struct Sandbox.Surface.ScrapeEffectDataObsolete
Obsolete
This API type is obsolete.
Constructors
Showing 1 constructors
public ScrapeEffectData()
No results match this filter.
Properties
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.
public float Sandbox.Surface.ScrapeEffectData.RoughnessFactor { get; set; }
Similar to friction but only affects whether a scrape is rough or smooth.
public System.Collections.Generic.List`1<string> Sandbox.Surface.ScrapeEffectData.RoughParticles { get; set; }Obsolete
Spawn one of these particle effects during a rough scrape.
Obsolete: This API member is obsolete.
public float Sandbox.Surface.ScrapeEffectData.RoughThreshold { get; set; }
Surface roughness greater than this results in rough scrapes.
public System.Collections.Generic.List`1<string> Sandbox.Surface.ScrapeEffectData.SmoothDecal { get; set; }
Use one of these particles during a smooth scrape.
public System.Collections.Generic.List`1<string> Sandbox.Surface.ScrapeEffectData.SmoothParticles { get; set; }Obsolete
Spawn one of these particle effects during a smooth scrape.
Obsolete: This API member is obsolete.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Surface.ScrapeEffectData |