API Referenceglobal
ImpactEffectDataclass
object→ImpactEffectData
Obsolete
This API type is obsolete.
Properties7
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.
Returns:
List<string>—public System.Collections.Generic.List`1<string> Sandbox.Surface.ImpactEffectData.BulletDecal { get; set; }
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; }
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; }
Spawn one of these particles on impact.
Returns:
List<string>—public System.Collections.Generic.List`1<string> Sandbox.Surface.ImpactEffectData.Regular { get; set; }
Spawn one of these particles on impact.
Returns:
List<string>—public System.Collections.Generic.List`1<string> Sandbox.Surface.ImpactEffectData.SoftDecal { get; set; }
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; }
Spawn one of these particles on impact.
Returns:
List<string>—No results match this filter.