Enum CullingMode
Defines the triangle culling mode.
Namespace: UnityEngine.ProBuilder
Syntax
[Flags]
public enum CullingMode
Fields
| Name | Description | Value |
|---|---|---|
| None | Both front and back faces are rendered. |
0 |
| Back | Back faces are culled. |
1 |
| Front | Front faces are culled. |
2 |
| FrontBack | Both front and back faces are culled. |
3 |