resource.load上来一张贴图就行。 详细可参看:unity圣典 “Resources
资源”、“Resources.Load 加载”相关篇幅介绍。using UnityEngine;using System.Collections;public
class example : MonoB...
分类:
其他好文 时间:
2014-06-29 14:24:46
阅读次数:
261
using System;using System.Collections.Generic;using
System.ComponentModel;using System.Data;using System.Drawing;using
System.Linq;using System.Text;u...
分类:
编程语言 时间:
2014-05-29 04:01:44
阅读次数:
276
using System;using System.Collections.Generic;using
System.Text;using System.Collections;using System.Windows.Forms;using
System.Drawing;//展示端口namespa...
分类:
其他好文 时间:
2014-05-29 02:34:07
阅读次数:
505
1 using System; 2 using System.Collections.Generic;
3 using System.Linq; 4 using System.Text; 5 6 using System.IO; 7 using
System.Web; 8 usi...
分类:
Web程序 时间:
2014-05-29 01:07:43
阅读次数:
392
using UnityEngine;using
System.Collections;using UnityEditor;public class ImportModflyTextures :
AssetPostprocessor{ private uint m_Version = 0; ...
分类:
其他好文 时间:
2014-05-28 21:20:56
阅读次数:
427
using System;using System.Collections.Generic;using
System.ComponentModel;using System.Data;using System.Drawing;using
System.Linq;using System.Text;u...
分类:
Web程序 时间:
2014-05-28 18:29:46
阅读次数:
378
游戏名称:小小枪战:反恐精英/Little
Gunfight:Counter-terror消费者不是傻瓜!游戏里面的联网对战功能就是玩家与电脑对战。我只能说,这个游戏公司的AI做的不错。证据1:源代码a.a.a.java
里面有一个机器人的玩家名称列表,什么 “极品黑木耳” “爆头王子” “孤与谁共...
分类:
其他好文 时间:
2014-05-27 23:56:58
阅读次数:
379
using System;using System.Collections.Generic;using
System.Text;using System.Windows;using System.Windows.Controls;using
System.Windows.Data;using Sys...
分类:
其他好文 时间:
2014-05-27 17:59:24
阅读次数:
272
using System;using System.Windows.Forms;using
System.IO.Ports;using System.Drawing;using System.IO;using System.Text;using
System.Collections;using Sy...
分类:
其他好文 时间:
2014-05-27 15:38:36
阅读次数:
422
1、新建文件CheckCode.aspx 前台不用写,后台代码为: using
System;using System.Data;using System.Configuration;using
System.Collections;using System.Web;using System.We....
分类:
其他好文 时间:
2014-05-26 18:04:47
阅读次数:
207