Enum ExtrudeMethod
Describes the different methods of face extrusion.
Namespace: UnityEngine.ProBuilder
Syntax
public enum ExtrudeMethod
Fields
| Name | Description | Value |
|---|---|---|
| IndividualFaces | Extrude each face separately. |
0 |
| VertexNormal | Merge adjacent faces as a group along the averaged normals. |
1 |
| FaceNormal | Merge adjacent faces as a group, but extrude faces from each face normal. |
2 |