Search Results for

    Show / Hide Table of Contents

    Interface IAsyncOperation

    Namespace: MackySoft.Navigathena
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IAsyncOperation

    Methods

    ExecuteAsync(IProgress<IProgressDataStore>, CancellationToken)

    Declaration
    UniTask ExecuteAsync(IProgress<IProgressDataStore> progress = null, CancellationToken cancellationToken = default(CancellationToken))
    Parameters
    Type Name Description
    IProgress<IProgressDataStore> progress
    CancellationToken cancellationToken
    Returns
    Type Description
    UniTask
    In This Article
    Back to top Navigathena - Scene management framework