摘要:
Unity3D题目,Unity中利用GUI输出九九乘法表。using UnityEngine;
using System.Collections;
public class c99 : MonoBehaviour//C#脚本名:c99
{
void OnGUI()
{
#region
const float offsetX = -30;
const float offsetY = -10;
const float width = 80;
const float height = 30;
Rect position; 阅读全文
posted @ 2013-09-03 23:32
zhibolife
阅读(1377)
评论(0)
推荐(0)
摘要:
Unity3D用vistual studio打卡C#脚本卡死解决的方法之一——重启电脑。 阅读全文
posted @ 2013-09-03 19:46
zhibolife
阅读(1229)
评论(0)
推荐(0)