Show / Hide Table of Contents

    Interface IAsyncLoader

    This class should be used to load a group of objects that implement IAsyncLoadable. It implements IAsyncLoadable itself, so it could load other loaders as well.

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

    Methods

    Initialize(IAsyncLoadable[])

    Initializes the loader with a list of IAsyncLoadable to load.

    Declaration
    void Initialize(IAsyncLoadable[] loadables)
    Parameters
    Type Name Description
    IAsyncLoadable[] loadables
    Back to top Copyright © 2020 East Side Games Inc.