LocationAmbience
Named ambient-audio bundle attached to a LocationView — a list of audio cue ids the host can layer / cross-fade based on location state.
public class LocationAmbience
Inheritance System.Object → LocationAmbience
Properties
AudioCueIds
Audio cue ids in this ambience bundle. Pick / layer per your own mixing strategy.
public List<string> AudioCueIds { get; set; }
Property Value
System.Collections.Generic.List<System.String>
Id
Ambience id (writer’s handle).
public string Id { get; set; }
Property Value
Name
Display name (debug / UI).
public string Name { get; set; }