Class QuadUtility
Namespace: UnityEngine.ProBuilder.MeshOperations
Syntax
public static class QuadUtility
Methods
ToQuads(ProBuilderMesh, IList<Face>, Boolean)
Declaration
public static List<Face> ToQuads(this ProBuilderMesh mesh, IList<Face> faces, bool smoothing = true)
Parameters
| Type | Name | Description |
|---|---|---|
| ProBuilderMesh | mesh | |
| IList<Face> | faces | |
| Boolean | smoothing |
Returns
| Type | Description |
|---|---|
| List<Face> |