Interface IAdapter
Namespace: Xareus.Unity.Utils.Adapters
Assembly: Xareus.Unity.Utils.dll
Syntax
public interface IAdapter
Properties
AdapterName
Gets the unique name of this adapter.
Declaration
string AdapterName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
Initialize()
Called when the adapter is registered. Use this to perform any initialization logic.
Declaration
void Initialize()