Interface IAmbienceLayerProvider
An object that can be played by AmbienceSource.
Namespace: E7.TinyAmbience
Assembly: E7.TinyAmbience.dll
Syntax
public interface IAmbienceLayerProvider
Methods
GetAmbienceLayers()
Get all the layers to start playing and control in the same way simultaneously.
Declaration
IEnumerable<AmbienceLayerWithAdjustments> GetAmbienceLayers()
Returns
| Type | Description |
|---|---|
System.Collections.Generic.IEnumerable<AmbienceLayerWithAdjustments> |
GetOverallAdjustments()
Create a settings which applies equally to all layers as a whole.
Declaration
AmbienceOverallAdjustments GetOverallAdjustments()
Returns
| Type | Description |
|---|---|
AmbienceOverallAdjustments |