Пример #1
0
 void Start()
 {
     colorer = colorHandler.GetComponent <UIColorer>();
     vfx     = GetComponent <VisualEffect>();
 }
Пример #2
0
 // Start is called before the first frame update
 void Start()
 {
     particleColor = gameObject.GetComponent <UIColorer>();
 }