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

    Class ImageStreamCompleter

    Inheritance
    System.Object
    Diagnosticable
    ImageStreamCompleter
    MultiFrameImageStreamCompleter
    OneFrameImageStreamCompleter
    Inherited Members
    Diagnosticable.toStringShort()
    Diagnosticable.ToString()
    Diagnosticable.toString(DiagnosticLevel)
    Diagnosticable.toDiagnosticsNode(String, DiagnosticsTreeStyle)
    Namespace: Unity.UIWidgets.painting
    Syntax
    public abstract class ImageStreamCompleter : Diagnosticable

    Fields

    currentError

    Declaration
    public UIWidgetsErrorDetails currentError
    Field Value
    Type Description
    UIWidgetsErrorDetails

    currentImage

    Declaration
    public ImageInfo currentImage
    Field Value
    Type Description
    ImageInfo

    Properties

    hasListeners

    Declaration
    protected bool hasListeners { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    addListener(ImageListener, ImageErrorListener)

    Declaration
    public virtual void addListener(ImageListener listener, ImageErrorListener onError = null)
    Parameters
    Type Name Description
    ImageListener listener
    ImageErrorListener onError

    debugFillProperties(DiagnosticPropertiesBuilder)

    Declaration
    public override void debugFillProperties(DiagnosticPropertiesBuilder description)
    Parameters
    Type Name Description
    DiagnosticPropertiesBuilder description
    Overrides
    Diagnosticable.debugFillProperties(DiagnosticPropertiesBuilder)

    removeListener(ImageListener)

    Declaration
    public virtual void removeListener(ImageListener listener)
    Parameters
    Type Name Description
    ImageListener listener

    reportError(String, Exception, InformationCollector, Boolean)

    Declaration
    protected void reportError(string context = null, Exception exception = null, InformationCollector informationCollector = null, bool silent = false)
    Parameters
    Type Name Description
    System.String context
    System.Exception exception
    InformationCollector informationCollector
    System.Boolean silent

    setImage(ImageInfo)

    Declaration
    protected void setImage(ImageInfo image)
    Parameters
    Type Name Description
    ImageInfo image
    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