docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method CrackMeshEdges

    CrackMeshEdges(OccurrenceList, bool, bool, IntList, bool, bool, bool)

    crack polygonal edges according to given criteria

    Declaration
    [HandleProcessCorruptedStateExceptions]
    public void CrackMeshEdges(OccurrenceList occurrences, bool normal = false, bool uvs = false, IntList uvChannels = null, bool loi = false, bool patches = false, bool nman = false)
    Parameters
    Type Name Description
    OccurrenceList occurrences

    Occurrences of components to process

    bool normal

    Crack on sharp normals

    bool uvs

    Crack on UV seams

    IntList uvChannels

    If empty and uvs=true, crack all UV channel, else only channel specified in the list

    bool loi

    Crack on identifier Lines of Interests

    bool patches

    Crack on patch borders

    bool nman

    Crack on non-manifolds

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