docs.unity3d.com
    Show / Hide Table of Contents

    Class TextureUtilities

    Texture utilities

    Inheritance
    Object
    TextureUtilities
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEngine.Industrial.Rendering.CoreApi
    Syntax
    public static class TextureUtilities

    Methods

    WriteJpegAsync(Stream, Texture2D, Action, Int32)

    Write image to stream

    Declaration
    public static Task WriteJpegAsync(Stream stream, Texture2D image, Action callback, int quality = 2)
    Parameters
    Type Name Description
    Stream stream

    Destination stream

    Texture2D image

    Source image

    Action callback

    Callback called once writing to stream is complete

    Int32 quality

    Quality level: [0, 2 (high = default)]

    Returns
    Type Description
    Task
    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