using UnityEngine; public class ZDSPParticle : MonoBehaviour { [SerializeField] /// 所有的粒子系统 protected ParticleSystem[] particleAll; void Start() { } // Update is called once per frame void Update() { HighlightEffect highlightEffect; } }