You've already forked ParticleEffectForUGUI
mirror of
https://github.com/mob-sakai/ParticleEffectForUGUI.git
synced 2026-05-14 20:20:06 +00:00
fix: fix warning
This commit is contained in:
@@ -83,13 +83,12 @@ namespace Coffee.UIExtensions
|
|||||||
set => m_OnAttracted = value;
|
set => m_OnAttracted = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if UNITY_EDITOR
|
/// <summary>
|
||||||
|
/// The target ParticleSystem to attract.
|
||||||
|
/// </summary>
|
||||||
public new ParticleSystem particleSystem
|
public new ParticleSystem particleSystem
|
||||||
#else
|
|
||||||
public ParticleSystem particleSystem
|
|
||||||
#endif
|
|
||||||
{
|
{
|
||||||
get { return m_ParticleSystem; }
|
get => m_ParticleSystem;
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
m_ParticleSystem = value;
|
m_ParticleSystem = value;
|
||||||
|
|||||||
Reference in New Issue
Block a user