Enum ProjectionAxis
Indicates the axis used for projecting UVs.
Namespace: UnityEngine.ProBuilder
Assembly: Unity.ProBuilder.dll
Syntax
public enum ProjectionAxis
Fields
| Name | Description |
|---|---|
| X | Projects on the positive x-axis. |
| XNegative | Projects on the negative x-axis. |
| Y | Projects on the positive y-axis. |
| YNegative | Projects on the negative y-axis. |
| Z | Projects on the positive z-axis. |
| ZNegative | Projects on the negative z-axis. |