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