Enum VertexProfiles
Additional channels to be included when generating the mesh output
[Flags]
public enum VertexProfiles
Fields
| Name | Description |
|---|---|
| Color | Generate color |
| ColorAndUV | Generate color and first UV |
| ColorAndUV2 | Generate color and first, second UV |
| ColorAndUV3 | Generate color and first, secord, third UV |
| None | Only generate vertices and indices |
| UV | Generate first UV |
| UV2 | Generate first, second UV |
| UV3 | Generate first, second, and third UV |