fix #44; v2.2.0 has 2 warnings

pull/77/head
mob-sakai 2019-02-26 11:10:47 +09:00
parent 4c260061c8
commit 6c2ed22e3a
1 changed files with 2 additions and 2 deletions

View File

@ -54,9 +54,9 @@ namespace Coffee.UIExtensions
};
[SerializeField]
string m_Name;
string m_Name = "";
[SerializeField]
ShaderPropertyType m_Type;
ShaderPropertyType m_Type = ShaderPropertyType.Vector;
public int id { get; private set; }
public ShaderPropertyType type { get { return m_Type; } }