毕业论文开发语言企业开发JAVA技术.NET技术WEB开发Linux/Unix数据库技术Windows平台移动平台嵌入式论文范文英语论文
您现在的位置: 毕业论文 >> net技术 >> 正文

error CS0103: The name `LoadHelp' does not exist in the current context

更新时间:2012-10-5:  来源:毕业论文

using UnityEngine;
using System.Collections;

public class cubeScript : MonoBehaviour {

// Use this for initialization
void Start () {


}

// Update is called once per frame
void Update () {


}
void OnGUI()
{

  if (GUI.Button(new Rect(440, Screen.height - 25, 65, 23), "Snapshot"))
{
  LoadHelp.UploadPNG(this, "Snapshot", delegate(bool result)
{
  if (result)
  {
  Application.Externaleval_r("alert('ok')");
  }
  }
);
  }
}
}
他说我有错错在 LoadHelp.UploadPNG(this, "Snapshot", delegate(bool result)这行
然后显示是这样的错误Assets/DressingroomExample/cubeScript.cs(22,10): error CS0103: The name `LoadHelp' does not exist in the current context
这是什么问题?
找不到LoadHelp类,确保是否加入了该类的命名空间引用

设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©youerw.com 优尔论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。