docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Method CombineRenderMeshes

    CombineRenderMeshes(List<RenderMesh>)

    Combines a list of RenderMeshes into one RenderMeshArray.

    Declaration
    public static RenderMeshArray CombineRenderMeshes(List<RenderMesh> renderMeshes)
    Parameters
    Type Name Description
    List<RenderMesh> renderMeshes

    The list of RenderMesh instances to combine.

    Returns
    Type Description
    RenderMeshArray

    Returns a RenderMeshArray instance that contains all of the meshes and materials. The MaterialMeshIndices field is left to null.

    In This Article
    Back to top
    Copyright © 2023 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)