SoundCategorySnapshot
- Found in:
- Vanilla
Inheritance Tree
No indexed scripts extend this script.
Structs
Properties
Events
Functions
- Found in:
- Vanilla
Pushes this snapshot to the global category snapshot stack, causing it to become active if it's the highest priority item on the stack (using the priority specified on the snapshot form). Pushed snapshots remain on the stack until removed with SoundCategorySnapshot.Remove()
- Found in:
- Vanilla
Removes this snapshot to the global category snapshot stack (if present). If this snapshot is currently active, removing it causes the next-highest priority item on the stack to become active (using the priority specified on the snapshot form). If no other snapshots remain on the stack, all category multipliers are set to 1.0.
