Show / Hide Table of Contents

    Interface IGuidReferenceableAsset<TData>

    The interface implemented by all IStaticDatas data assets. This interface that marks a ScriptableObject (or other serialized type) as a holder of IStaticData. The concrete implementation must contain a GuidReferenceableAttribute if you wish to use the Unity asset GuidReference tool in IdleKit.

    Inherited Members
    IGuidReferenceableAsset.id
    Namespace: IdleKit.Framework
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IGuidReferenceableAsset<out TData> : IGuidReferenceableAsset where TData : IStaticData
    Type Parameters
    Name Description
    TData

    Properties

    data

    Declaration
    TData data { get; }
    Property Value
    Type Description
    TData
    Back to top Copyright © 2020 East Side Games Inc.