# Sandbox.Surface.SurfacePrefabCollection

Holds a dictionary of common prefabs associated with a surface

- Kind: struct
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Properties

- [`BluntImpact`](/api/Sandbox.Surface.SurfacePrefabCollection/BluntImpact): A prefab to spawn when this surface is hit by something blunt. The prefab should be spawned facing the same direction as the hit normal. It could include decals and particle effects. It should be parented to the surface that it hit.
- [`BulletImpact`](/api/Sandbox.Surface.SurfacePrefabCollection/BulletImpact): A prefab to spawn when this surface is hit by a bullet. The prefab should be spawned facing the same direction as the hit normal. It should be parented to the surface that it hit and become orphaned if that surface is destroyed.
- [`BulletImpactDecal`](/api/Sandbox.Surface.SurfacePrefabCollection/BulletImpactDecal): A decal prefab to spawn when this surface is hit by a bullet. It should be parented to the surface that it hit and destroyed with it.
