Enum ExtrudeMethod | ProBuilder | 4.3.1
docs.unity.cn
    Show / Hide Table of Contents

    Enum ExtrudeMethod

    Describes the different methods of face extrusion.

    Namespace: UnityEngine.ProBuilder
    Syntax
    public enum ExtrudeMethod

    Fields

    Name Description
    FaceNormal

    Adjacent faces are merged as a group, but faces are extruded from each face normal.

    IndividualFaces

    Each face is extruded separately.

    VertexNormal

    Adjacent faces are merged as a group along the averaged normals.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX