Show / Hide Table of Contents

    Interface IGlobalDataLoadPhase

    This ILoadPhase should process all global IStaticData using the IDataLoaderService. Global data is always loaded and will not be unloaded when moving between IContent.

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

    Methods

    Initialize(Func<IStaticData[]>)

    Initializes this ILoadPhase with the ability to get global data. The staticDataRetrievalFunc function should return an array of global IStaticData.

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