Enum ProjectionAxis
Axis used in projecting UVs.
Namespace: UnityEngine.ProBuilder
Syntax
public enum ProjectionAxis
Fields
Name | Description |
---|---|
X | Projects on x axis. |
XNegative | Projects on -x axis. |
Y | Projects on y axis. |
YNegative | Projects on -y axis. |
Z | Projects on z axis. |
ZNegative | Projects on -z axis. |