Show / Hide Table of Contents

    Interface IAdvanceStageLoadPhase

    This ILoadPhase is responsible for moving the player to the next available IStage in the 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 IAdvanceStageLoadPhase : ILoadPhase, IAsyncLoadable, IInjectable

    Methods

    Initialize(IContent)

    Initialize the ILoadPhase with the IContent we wish to advance the IStage on.

    Declaration
    void Initialize(IContent content)
    Parameters
    Type Name Description
    IContent content
    Back to top Copyright © 2020 East Side Games Inc.