ScrapeEffectDataclass

objectScrapeEffectData
Namespace
global
Assembly
Sandbox.Engine
Declaration
public sealed struct Sandbox.Surface.ScrapeEffectData

Obsolete

This API type is obsolete.

Constructors1

Showing 1 constructors

Properties6

Showing 6 properties

public System.Collections.Generic.List`1<string> Sandbox.Surface.ScrapeEffectData.RoughDecal { get; set; }PUBLICGETSET

Use one of these particles during a rough scrape.

Returns:List<string>

public float Sandbox.Surface.ScrapeEffectData.RoughnessFactor { get; set; }PUBLICGETSET

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; }PUBLICGETSETOBSOLETE

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; }PUBLICGETSET

Surface roughness greater than this results in rough scrapes.

Returns:float

public System.Collections.Generic.List`1<string> Sandbox.Surface.ScrapeEffectData.SmoothDecal { get; set; }PUBLICGETSET

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; }PUBLICGETSETOBSOLETE

Spawn one of these particle effects during a smooth scrape.

Obsolete: This API member is obsolete.

Returns:List<string>

On this page