s&box docs

public sealed struct Sandbox.Surface.ScrapeEffectDataObsolete

Obsolete

This API type is obsolete.

Constructors

Showing 1 constructors

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.

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Surface.ScrapeEffectData

On this page