docs.unity3d.com
    Show / Hide Table of Contents

    Enum MeshSyncState

    Describes why a ProBuilderMesh is out of sync with its MeshFilter component.

    Namespace: UnityEngine.ProBuilder
    Syntax
    public enum MeshSyncState

    Fields

    Name Description Value
    Null

    The MeshFilter mesh is null.


    0
    InstanceIDMismatch

    The MeshFilter mesh is not owned by the ProBuilderMesh component. To fix this, use UnityEngine.ProBuilder.ProBuilderMesh.MakeUnique.


    This is only used in the Editor.

    1
    Lightmap

    The mesh is valid, but does not have a UV2 channel.


    This is only used in the Editor.

    2
    InSync

    The mesh is in sync.


    3
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023