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.
Assembly: cs.temp.dll.dll
Syntax
public interface IGuidReferenceableAsset<out TData> : IGuidReferenceableAsset where TData : IStaticData
Type Parameters
Properties
data
Declaration
Property Value