Class TickerFutureImpl | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class TickerFutureImpl

    Inheritance
    System.Object
    Promise
    TickerFutureImpl
    Inherited Members
    Promise.EnablePromiseTracking
    Promise.UnhandledException
    Promise.GetPendingPromises()
    Promise.Id
    Promise.Name
    Promise.CurState
    Promise.IsSync
    Promise.Reject(Exception)
    Promise.RejectSync(Exception)
    Promise.Resolve()
    Promise.ResolveSync()
    Promise.ReportProgress(Single)
    Promise.Done(Action, Action<Exception>)
    Promise.Done(Action)
    Promise.Done()
    Promise.WithName(String)
    Promise.Catch(Action<Exception>)
    Promise.Then<ConvertedT>(Func<IPromise<ConvertedT>>)
    Promise.Then(Func<IPromise>)
    Promise.Then(Action)
    Promise.Then<ConvertedT>(Func<IPromise<ConvertedT>>, Func<Exception, IPromise<ConvertedT>>)
    Promise.Then(Func<IPromise>, Action<Exception>)
    Promise.Then(Action, Action<Exception>)
    Promise.Then<ConvertedT>(Func<IPromise<ConvertedT>>, Func<Exception, IPromise<ConvertedT>>, Action<Single>)
    Promise.Then(Func<IPromise>, Action<Exception>, Action<Single>)
    Promise.Then(Action, Action<Exception>, Action<Single>)
    Promise.ThenAll(Func<IEnumerable<IPromise>>)
    Promise.ThenAll<ConvertedT>(Func<IEnumerable<IPromise<ConvertedT>>>)
    Promise.All(IPromise[])
    Promise.All(IEnumerable<IPromise>)
    Promise.ThenSequence(Func<IEnumerable<Func<IPromise>>>)
    Promise.Sequence(Func<IPromise>[])
    Promise.Sequence(IEnumerable<Func<IPromise>>)
    Promise.ThenRace(Func<IEnumerable<IPromise>>)
    Promise.ThenRace<ConvertedT>(Func<IEnumerable<IPromise<ConvertedT>>>)
    Promise.Race(IPromise[])
    Promise.Race(IEnumerable<IPromise>)
    Promise.Resolved()
    Promise.Rejected(Exception)
    Promise.Delayed(TimeSpan)
    Promise.Finally(Action)
    Promise.ContinueWith(Func<IPromise>)
    Promise.ContinueWith<ConvertedT>(Func<IPromise<ConvertedT>>)
    Promise.Progress(Action<Single>)
    Namespace: Unity.UIWidgets.scheduler
    Syntax
    public class TickerFutureImpl : Promise, IPendingPromise, IRejectable, IPromiseInfo, TickerFuture, IPromise

    Properties

    orCancel

    Declaration
    public IPromise orCancel { get; }
    Property Value
    Type Description
    IPromise
    Implements
    TickerFuture.orCancel

    Methods

    complete()

    Declaration
    public static TickerFuture complete()
    Returns
    Type Description
    TickerFuture

    whenCompleteOrCancel(VoidCallback)

    Declaration
    public void whenCompleteOrCancel(VoidCallback callback)
    Parameters
    Type Name Description
    VoidCallback callback
    Implements
    TickerFuture.whenCompleteOrCancel(VoidCallback)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023