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