Interface IReceiver<T>
Namespace: Xareus.Scenarios.Unity.Providers
Assembly: Xareus.Scenarios.Unity.dll
Syntax
public interface IReceiver<in T> : IReceiver
Type Parameters
Name | Description |
---|---|
T |
Methods
HandleProvidedValue(T)
Allows setting the type of elements in the field
Declaration
void HandleProvidedValue(T receivedValue)
Parameters
Type | Name | Description |
---|---|---|
T | receivedValue | new type of elements in the field |