Enum DepthWriteModeType

Definition

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

Enumeration for depth buffer write modes.

C#
Copy
public enum DepthWriteModeType : int
Name Description
Auto

Renderer only writes to the depth buffer if it's opaque

Off

Renderer doesn't write to the depth buffer

On

Renderer writes to the depth buffer

Extension Methods