Search Unity

uGUI rectTransform.sizeDelta is not working

Discussion in 'Scripting' started by abysswolf, Sep 14, 2014.

  1. abysswolf

    abysswolf

    Joined:
    Oct 15, 2012
    Posts:
    62
    im trying to get a image resized by accesing it using

    rectTransform.sizeDelta += new vector2 (

    but it says that recTransform is not found in the current context... why?