AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class PixelLabImage

    Inheritance
    object
    PixelLabImage
    Namespace: Glitch9.AIDevKit.PixelLab
    Assembly: .dll
    Syntax
    public class PixelLabImage

    Properties

    Base64

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

    Type

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

    Methods

    FromTexture2D(Texture2D)

    Declaration
    public static PixelLabImage FromTexture2D(Texture2D texture)
    Parameters
    Type Name Description
    Texture2D texture
    Returns
    Type Description
    PixelLabImage
    In this article
    Back to top Generated by DocFX