Show / Hide Table of Contents

    Interface IContentDataLoadPhase

    This ILoadPhase should process IContent IStaticData using the IDataLoaderService.

    Inherited Members
    ILoadPhase.Cleanup()
    IAsyncLoadable.Load(Action<IAsyncLoadable, Single>, Action<IAsyncLoadable>)
    IAsyncLoadable.CancelLoad()
    Namespace: IdleKit.Framework
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IContentDataLoadPhase : ILoadPhase, IAsyncLoadable, IInjectable

    Methods

    Initialize(Func<String, IStaticData[]>)

    Initializes the ILoadPhase with the data required to process IStaticData for a specific IContent. The staticDataRetrievalFunc function should return an array of IStaticData based on a string.

    Declaration
    void Initialize(Func<string, IStaticData[]> staticDataRetrievalFunc)
    Parameters
    Type Name Description
    Func<String, IStaticData[]> staticDataRetrievalFunc
    Back to top Copyright © 2020 East Side Games Inc.