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

    Class SchedulerBinding

    Inheritance
    System.Object
    SchedulerBinding
    GestureBinding
    Namespace: Unity.UIWidgets.scheduler
    Syntax
    public class SchedulerBinding

    Constructors

    SchedulerBinding()

    Declaration
    public SchedulerBinding()

    Properties

    currentFrameTimeStamp

    Declaration
    public TimeSpan currentFrameTimeStamp { get; }
    Property Value
    Type Description
    System.TimeSpan

    framesEnabled

    Declaration
    public bool framesEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    hasScheduledFrame

    Declaration
    public bool hasScheduledFrame { get; }
    Property Value
    Type Description
    System.Boolean

    instance

    Declaration
    public static SchedulerBinding instance { get; set; }
    Property Value
    Type Description
    SchedulerBinding

    schedulerPhase

    Declaration
    public SchedulerPhase schedulerPhase { get; }
    Property Value
    Type Description
    SchedulerPhase

    timeDilation

    Declaration
    public float timeDilation { get; set; }
    Property Value
    Type Description
    System.Single

    transientCallbackCount

    Declaration
    public int transientCallbackCount { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    addPersistentFrameCallback(FrameCallback)

    Declaration
    public void addPersistentFrameCallback(FrameCallback callback)
    Parameters
    Type Name Description
    FrameCallback callback

    addPostFrameCallback(FrameCallback)

    Declaration
    public void addPostFrameCallback(FrameCallback callback)
    Parameters
    Type Name Description
    FrameCallback callback

    cancelFrameCallbackWithId(Int32)

    Declaration
    public void cancelFrameCallbackWithId(int id)
    Parameters
    Type Name Description
    System.Int32 id

    ensureVisualUpdate()

    Declaration
    public void ensureVisualUpdate()

    handleBeginFrame(Nullable<TimeSpan>)

    Declaration
    public void handleBeginFrame(TimeSpan? rawTimeStamp)
    Parameters
    Type Name Description
    System.Nullable<System.TimeSpan> rawTimeStamp

    handleDrawFrame()

    Declaration
    public void handleDrawFrame()

    resetEpoch()

    Declaration
    public void resetEpoch()

    scheduleForcedFrame()

    Declaration
    public void scheduleForcedFrame()

    scheduleFrame()

    Declaration
    public void scheduleFrame()

    scheduleFrameCallback(FrameCallback, Boolean)

    Declaration
    public int scheduleFrameCallback(FrameCallback callback, bool rescheduling = false)
    Parameters
    Type Name Description
    FrameCallback callback
    System.Boolean rescheduling
    Returns
    Type Description
    System.Int32
    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