Class Shader.Property

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

Enumeration for instances of properties belonging to the Shader class.

C#
Copy
public class Property
Inheritance
Shader.Property

Fields

View Source

PROGRAM

The default value is empty. Format: {"vertex":"","fragment":"",hints:"","vertexPrefix":"","fragmentPrefix":""}

Declaration
C#
Copy
public static readonly int PROGRAM
Field Value
Type Description
System.Int32
API Level: 3