Interface IProvider
Namespace: Xareus.Scenarios.Unity.Providers
Assembly: Xareus.Scenarios.Unity.dll
Syntax
public interface IProvider
Properties
ProvidedTypes
Type of provide data (T)
Declaration
Type[] ProvidedTypes { get; }
Property Value
Type | Description |
---|---|
Type[] |
Methods
SendValueChangedEvent()
Sends an event containing the new selected Type
Declaration
void SendValueChangedEvent()