AdditionalCanvasShaderChannels
Enum mask of possible shader channel properties that can also be included when the Canvas mesh is created.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.UIModule
[Flags]public enum AdditionalCanvasShaderChannels
Fields
Value | Description |
|---|
| None | No additional shader parameters are needed. |
| Normal | Include the normals on the mesh vertices. |
| Tangent | Include the Tangent on the mesh vertices. |
| TexCoord1 | Include UV1 on the mesh vertices. |
| TexCoord2 | Include UV2 on the mesh vertices. |
| TexCoord3 | Include UV3 on the mesh vertices. |