Enum ProjectionAxis
Indicates the axis used for projecting UVs.
Namespace: UnityEngine.ProBuilder
Syntax
public enum ProjectionAxis
Fields
Name | Description | Value |
---|---|---|
X | Projects on the positive x-axis. |
0 |
Y | Projects on the positive y-axis. |
1 |
Z | Projects on the positive z-axis. |
2 |
XNegative | Projects on the negative x-axis. |
3 |
YNegative | Projects on the negative y-axis. |
4 |
ZNegative | Projects on the negative z-axis. |
5 |