You've already forked ParticleEffectForUGUI
mirror of
https://github.com/mob-sakai/ParticleEffectForUGUI.git
synced 2026-05-21 08:00:09 +00:00
refactor: refactor
This commit is contained in:
@@ -42,8 +42,7 @@ namespace Coffee.UIExtensions
|
|||||||
private List<ParticleSystem> m_Particles = new List<ParticleSystem>();
|
private List<ParticleSystem> m_Particles = new List<ParticleSystem>();
|
||||||
|
|
||||||
#if !SERIALIZE_FIELD_MASKABLE
|
#if !SERIALIZE_FIELD_MASKABLE
|
||||||
[SerializeField]
|
[SerializeField] private bool m_Maskable = true;
|
||||||
private bool m_Maskable = true;
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
private bool _shouldBeRemoved;
|
private bool _shouldBeRemoved;
|
||||||
|
|||||||
Reference in New Issue
Block a user