enum
BroadcastEventType
public sealed enum BroadcastEventType : Enum Enum Values
| Name | Value | Description |
|---|---|---|
CustomMessage | | A custom string will be broadcast by invoking an Action on the SpriteRenderer |
PlaySound | | Plays a sound from the sprite's position |
SpawnPrefab | | Spawns a prefab at the sprite's position |