docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Constructor RenderMesh

    RenderMesh(Renderer, Mesh, List<Material>, int)

    Constructs a RenderMesh using the given Renderer, Mesh, optional list of shared Materials, and option sub-mesh index.

    Declaration
    public RenderMesh(Renderer renderer, Mesh mesh, List<Material> sharedMaterials = null, int subMeshIndex = 0)
    Parameters
    Type Name Description
    Renderer renderer

    The Renderer to use.

    Mesh mesh

    The Mesh to use.

    List<Material> sharedMaterials

    An optional list of Materials to use.

    int subMeshIndex

    An options sub-mesh index that represents a sub-mesh in the mesh parameter.

    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)