s&box docs

public sealed struct Sandbox.Surface.ImpactEffectDataObsolete

Obsolete

This API type is obsolete.

Properties

Showing 7 properties

public System.Collections.Generic.List`1<string> Sandbox.Surface.ImpactEffectData.Bullet { get; set; }

Spawn one of these particles when hit by a bullet.

public System.Collections.Generic.List`1<string> Sandbox.Surface.ImpactEffectData.BulletDecal { get; set; }

Use one of these as the bullet impact decal.

public System.Collections.Generic.List`1<string> Sandbox.Surface.ImpactEffectData.HardDecal { get; set; }

Use one of these as a physics impact decal.

public System.Collections.Generic.List`1<string> Sandbox.Surface.ImpactEffectData.HardParticles { get; set; }

Spawn one of these particles on impact.

public System.Collections.Generic.List`1<string> Sandbox.Surface.ImpactEffectData.Regular { get; set; }

Spawn one of these particles on impact.

public System.Collections.Generic.List`1<string> Sandbox.Surface.ImpactEffectData.SoftDecal { get; set; }

Use one of these as a physics impact decal.

public System.Collections.Generic.List`1<string> Sandbox.Surface.ImpactEffectData.SoftParticles { get; set; }

Spawn one of these particles on impact.

Metadata

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

On this page