Interface IGuidReferenceableAsset<TData>
The interface implemented by all IDatas data assets. This interface that marks a ScriptableObject (or other serialized type) as a holder of IData. The concrete implementation must contain a GuidReferenceableAttribute if you wish to use the Unity asset GuidReference tool in IdleKit.
Inherited Members
Namespace: IdleKit.Core
Assembly: cs.temp.dll.dll
Syntax
public interface IGuidReferenceableAsset<out TData> : IGuidReferenceableAsset, ISingleDataProvider<TData>, IDataProvider, IInjectable where TData : class, IData
Type Parameters
Name | Description |
---|---|
TData |