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. |