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

    Class PaintingBinding

    Inheritance
    System.Object
    SchedulerBinding
    GestureBinding
    PaintingBinding
    RendererBinding
    Inherited Members
    GestureBinding.cancelPointer(Int32)
    GestureBinding.pointerRouter
    GestureBinding.gestureArena
    GestureBinding._hitTests
    GestureBinding.lastMoveTargets
    GestureBinding.hitTest(HitTestResult, Offset)
    GestureBinding.dispatchEvent(PointerEvent, HitTestResult)
    GestureBinding.handleEvent(PointerEvent, HitTestEntry)
    SchedulerBinding.timeDilation
    SchedulerBinding.transientCallbackCount
    SchedulerBinding.scheduleFrameCallback(FrameCallback, Boolean)
    SchedulerBinding.cancelFrameCallbackWithId(Int32)
    SchedulerBinding.addPersistentFrameCallback(FrameCallback)
    SchedulerBinding.addPostFrameCallback(FrameCallback)
    SchedulerBinding.hasScheduledFrame
    SchedulerBinding.schedulerPhase
    SchedulerBinding.framesEnabled
    SchedulerBinding.ensureVisualUpdate()
    SchedulerBinding.scheduleFrame()
    SchedulerBinding.scheduleForcedFrame()
    SchedulerBinding.resetEpoch()
    SchedulerBinding.currentFrameTimeStamp
    SchedulerBinding.handleBeginFrame(Nullable<TimeSpan>)
    SchedulerBinding.handleDrawFrame()
    Namespace: Unity.UIWidgets.painting
    Syntax
    public class PaintingBinding : GestureBinding, HitTestable, HitTestDispatcher, HitTestTarget

    Constructors

    PaintingBinding()

    Declaration
    public PaintingBinding()

    Properties

    imageCache

    Declaration
    public ImageCache imageCache { get; }
    Property Value
    Type Description
    ImageCache

    instance

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

    Methods

    createImageCache()

    Declaration
    protected virtual ImageCache createImageCache()
    Returns
    Type Description
    ImageCache
    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