رفع خطای Type `image' does not contain a definition for `fillAmount' and no extension method `fillAmount
يكشنبه, ۱۷ بهمن ۱۳۹۵، ۰۸:۰۴ ب.ظ
gameover.blog.ir
نشناختن متد fillAmount
سوال:
باید بشناسه. چرا نمیشناسه؟ این خطا میده:
نشناختن متد fillAmount
public image hb;
hb.fillAmount -= 0.2f;
hb.fillAmount -= 0.2f;
سوال:
باید بشناسه. چرا نمیشناسه؟ این خطا میده:
Type `image' does not contain a definition for `fillAmount' and no extension method `fillAmount
پاسخ:
نوع متغیر رو به جای image با حرف I بزرگ بنویسید : Image
//public image hb;
public Image hb;
public Image hb;
۹۵/۱۱/۱۷