Enum PropertyType
Namespace: UnityEditor.ShaderGraph.Internal
Syntax
public enum PropertyType
Fields
Name | Description | Value |
---|---|---|
Color | 0 | |
Texture2D | 1 | |
Texture2DArray | 2 | |
Texture3D | 3 | |
Cubemap | 4 | |
Gradient | 5 | |
Boolean | 6 | |
Float | 7 | |
Vector2 | 8 | |
Vector3 | 9 | |
Vector4 | 10 | |
Matrix2 | 11 | |
Matrix3 | 12 | |
Matrix4 | 13 | |
SamplerState | 14 | |
VirtualTexture | 15 |