Enum FaceCullingModeType

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

Enumeration for face culling mode.

C#
Copy
public enum FaceCullingModeType : int
Name Description
Back

Cull back face, back faces should never be shown

Front

Cull front face, front faces should never be shown

FrontAndBack

Cull front and back faces; if the geometry is composed of triangles none of the faces will be shown

None

None of the faces should be culled

Extension Methods