Beispiel #1
0
 // Use this for initialization
 void Start()
 {
     Themes = FindObjectOfType <ThemesScript>();
 }
Beispiel #2
0
 // Update is called once per frame
 void Update()
 {
     Themes = FindObjectOfType <ThemesScript>();
 }