Enum CullingMode
A flag which sets the triangle culling mode.
Namespace: UnityEngine.ProBuilder
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. |