Show / Hide Table of Contents

    Interface ILoadContentLoadPhase

    This ILoadPhase should initialize and load the specified IContent id.

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

    Properties

    content

    The IContent that was loaded by this ILoadPhase.

    Declaration
    IContent content { get; }
    Property Value
    Type Description
    IContent
    Back to top Copyright © 2020 East Side Games Inc.