Show / Hide Table of Contents

    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
    IGuidReferenceableAsset.Id
    ISingleDataProvider<TData>.Data
    ISingleDataProvider<TData>.GetData(Action<TData>)
    IDataProvider.DataType
    IDataProvider.IsLoaded
    IInjectable.Inject(IResolver)
    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
    Back to top Copyright © 2020 East Side Games Inc.