Enum PropertyType
Namespace: UnityEditor.ShaderGraph.Internal
Syntax
public enum PropertyType
Fields
| Name | Description | Value |
|---|---|---|
| Boolean | ||
| Color | ||
| Cubemap | ||
| Float | ||
| Gradient | ||
| Matrix2 | ||
| Matrix3 | ||
| Matrix4 | ||
| SamplerState | ||
| Texture2D | ||
| Texture2DArray | ||
| Texture3D | ||
| Vector2 | ||
| Vector3 | ||
| Vector4 | ||
| VirtualTexture |