Class FailedImageMessage | Graphics Tests Framework | 7.7.1-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class FailedImageMessage

    Inheritance
    Object
    FailedImageMessage
    Namespace: Global Namespace
    Syntax
    public class FailedImageMessage

    Properties

    ActualImage

    Declaration
    public byte[] ActualImage { get; set; }
    Property Value
    Type Description
    Byte[]

    DiffImage

    Declaration
    public byte[] DiffImage { get; set; }
    Property Value
    Type Description
    Byte[]

    ExpectedImage

    Declaration
    public byte[] ExpectedImage { get; set; }
    Property Value
    Type Description
    Byte[]

    ImageName

    Declaration
    public string ImageName { get; set; }
    Property Value
    Type Description
    String

    MessageId

    Declaration
    public static Guid MessageId { get; }
    Property Value
    Type Description
    Guid

    PathName

    Declaration
    public string PathName { get; set; }
    Property Value
    Type Description
    String

    Methods

    Deserialize(Byte[])

    Declaration
    public static FailedImageMessage Deserialize(byte[] data)
    Parameters
    Type Name Description
    Byte[] data
    Returns
    Type Description
    FailedImageMessage

    Serialize()

    Declaration
    public byte[] Serialize()
    Returns
    Type Description
    Byte[]
    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