Enum BaseShaderGUI.RenderFace
The face options to render your geometry.
Namespace: UnityEditor
Assembly: Unity.RenderPipelines.Universal.Editor.dll
Syntax
public enum BaseShaderGUI.RenderFace
Fields
Name | Description |
---|---|
Back | Use this to render only back face. |
Both | Use this to render both faces. |
Front | Use this to render only front face. |