Ejemplo n.º 1
0
    // Update is called once per frame

    void Start()
    {
        m_instance           = this;
        m_instance.iconImage = gameObject.GetComponent <Image> ();
    }
Ejemplo n.º 2
0
 // Update is called once per frame
 void Start()
 {
     m_instance = this;
     m_instance.iconImage = gameObject.GetComponent<Image> ();
 }