ImpactEffectDataclass

objectImpactEffectData
Namespace
global
Assembly
Sandbox.Engine
Declaration
public sealed struct Sandbox.Surface.ImpactEffectData

Obsolete

This API type is obsolete.

Properties7

Showing 7 properties

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

Spawn one of these particles when hit by a bullet.

Returns:List<string>

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

Use one of these as the bullet impact decal.

Returns:List<string>

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

Use one of these as a physics impact decal.

Returns:List<string>

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

Spawn one of these particles on impact.

Returns:List<string>

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

Spawn one of these particles on impact.

Returns:List<string>

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

Use one of these as a physics impact decal.

Returns:List<string>

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

Spawn one of these particles on impact.

Returns:List<string>

On this page