Show / Hide Table of Contents

    Interface IPhaseLoader

    This class should store a sequence of ILoadPhase objects. When loaded it should iterate over each phase in the sequence and load it.

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

    Methods

    AddLoadPhase(ILoadPhase)

    Add a ILoadPhase to the sequence.

    Declaration
    void AddLoadPhase(ILoadPhase loadPhase)
    Parameters
    Type Name Description
    ILoadPhase loadPhase

    ClearLoadPhases()

    Clear the current sequence of ILoadPhase objects.

    Declaration
    void ClearLoadPhases()
    Back to top Copyright © 2020 East Side Games Inc.