s&box docs

public sealed struct Sandbox.Surface.SurfaceSoundCollection

Holds a dictionary of common sounds associated with a surface. This allows you to pick and choose an appropriate sound.

Properties

Showing 10 properties

public Sandbox.SoundEvent Sandbox.Surface.SurfaceSoundCollection.ScrapeRough { get; set; }

Rough scraping sound when scraping against another surface.

public Sandbox.SoundEvent Sandbox.Surface.SurfaceSoundCollection.ScrapeSmooth { get; set; }

Smooth scraping sound when scraping against another surface.

Metadata

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

On this page