Interface IHostingService
IHosting
Namespace: UnityEditor .AddressableAssets .HostingServices
Assembly: Unity.Addressables.Editor.dll
Syntax
public interface IHostingService
Properties
Name | Description |
---|---|
Descriptive |
Set by the HostingServicesManager, primarily used to disambiguate multiple instances of the same service in the GUI. |
Hosting |
Get the list of root directories being served by this hosting service |
Instance |
uniquely identifies this service within the scope of the HostingServicesManager |
Is |
Get a boolean that indicates if this hosting service is running |
Logger | The ILogger instance to use for debug log output |
Profile |
Get a map of all profile variables and their current values |
Methods
Name | Description |
---|---|
Evaluate |
Expand special variables from Addressable profiles |
On |
Called immediatley following a domain reload by the HostingServicesManager, for restoring state information after the service is recreated. |
On |
Called by the HostingServicesManager before a domain reload, giving the hosting service an opportunity to persist state information. |
On |
Draw configuration GUI elements |
Start |
Start the hosting service |
Stop |
Stop the hosting service |