namespace UnityEditor.ShaderGraph { public enum PropertyType { Color, Texture, Cubemap, Gradient, Boolean, Vector1, Vector2, Vector3, Vector4, Matrix2, Matrix3, Matrix4, SamplerState } }