docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method AddImageExport

    AddImageExport(IGltfWritable, ImageExportBase, out int)

    Adds an ImageExport to the glTF. No conversions or channel swizzling

    Declaration
    protected static bool AddImageExport(IGltfWritable gltf, ImageExportBase imageExport, out int textureId)
    Parameters
    Type Name Description
    IGltfWritable gltf

    glTF to add the image to.

    ImageExportBase imageExport

    Texture generator to be added

    int textureId

    Resulting texture index.

    Returns
    Type Description
    bool

    True if the texture was added, false otherwise.

    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)