Enum BaseShaderGUI.RenderFace
The face options to render your geometry.
Namespace: UnityEditor
Syntax
public enum RenderFace
Fields
Name | Description | Value |
---|---|---|
Both | Use this to render both faces. |
0 |
Back | Use this to render only back face. |
1 |
Front | Use this to render only front face. |
2 |