You've already forked ParticleEffectForUGUI
mirror of
https://github.com/mob-sakai/ParticleEffectForUGUI.git
synced 2026-05-14 12:10:08 +00:00
fix #44; v2.2.0 has 2 warnings
This commit is contained in:
@@ -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; } }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user