docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ImageMessage

    Inheritance
    object
    ImageMessage
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Global Namespace
    Assembly: UnityEngine.TestTools.Graphics.dll
    Syntax
    public class ImageMessage

    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 ImageMessage Deserialize(byte[] data)
    Parameters
    Type Name Description
    byte[] data
    Returns
    Type Description
    ImageMessage

    Serialize()

    Declaration
    public byte[] Serialize()
    Returns
    Type Description
    byte[]
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)