# Sandbox.Sprite.BroadcastEventType

- Kind: enum
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Fields

- [`CustomMessage`](/api/Sandbox.Sprite.BroadcastEventType/CustomMessage): A custom string will be broadcast by invoking an Action on the SpriteRenderer
- [`PlaySound`](/api/Sandbox.Sprite.BroadcastEventType/PlaySound): Plays a sound from the sprite's position
- [`SpawnPrefab`](/api/Sandbox.Sprite.BroadcastEventType/SpawnPrefab): Spawns a prefab at the sprite's position
