Interface IDataProvider
Wraps one or more data objects and allows access to them. Useful for separating data from ScriptableObjects for unit tests. This is meant to act as a base interface for more derived interfaces that work with data in various ways.
Inherited Members
Namespace: IdleKit.Core
Assembly: cs.temp.dll.dll
Syntax
public interface IDataProvider : IInjectable
Properties
DataType
This Type is used to categorize the data for future lookups.
Declaration
Type DataType { get; }
Property Value
Type | Description |
---|---|
Type |
IsLoaded
Returns true if this can provide synchronous access to its data.
Declaration
bool IsLoaded { get; }
Property Value
Type | Description |
---|---|
Boolean |