You've already forked ParticleEffectForUGUI
mirror of
https://github.com/mob-sakai/ParticleEffectForUGUI.git
synced 2026-05-14 20:20:06 +00:00
fix #44; v2.2.0 has 2 warnings
This commit is contained in:
@@ -54,9 +54,9 @@ namespace Coffee.UIExtensions
|
|||||||
};
|
};
|
||||||
|
|
||||||
[SerializeField]
|
[SerializeField]
|
||||||
string m_Name;
|
string m_Name = "";
|
||||||
[SerializeField]
|
[SerializeField]
|
||||||
ShaderPropertyType m_Type;
|
ShaderPropertyType m_Type = ShaderPropertyType.Vector;
|
||||||
public int id { get; private set; }
|
public int id { get; private set; }
|
||||||
public ShaderPropertyType type { get { return m_Type; } }
|
public ShaderPropertyType type { get { return m_Type; } }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user