error CS0103: The name 'countUP' does not exist in the current context
وذلك الcode
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class TimeCount : MonoBehaviour
{
public int countUp = 1;
public Text TimerUI;
// Start is called before the first frame update
void Start()
{
countUpTimer();
}
public void countUpTimer() {
السؤال
Aisha Safwat
تظهر لى تلك المشكله دائما ولا اعلم السبب
error CS0103: The name 'countUP' does not exist in the current context
وذلك الcode
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class TimeCount : MonoBehaviour
{
public int countUp = 1;
public Text TimerUI;
// Start is called before the first frame update
void Start()
{
countUpTimer();
}
public void countUpTimer() {
if(countUp>0)
{
TimeSpan spanTime = TimeSpan.FromSeconds(countUP);
TimerUI.text = "Timer:" + spanTime.Minutes +":"+spanTime.Seconds;
countUp++;
Invoke("countUp", 1.0f);
}
ارجوا الاجابه .وشكرا مقدما.
1 جواب على هذا السؤال
Recommended Posts
انضم إلى النقاش
يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.