自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

夏天的风

送你三月的风,六月的雨,九月的风景

  • 博客(10)
  • 资源 (4)
  • 收藏
  • 关注

原创 《组合变身小宠物游戏》PetItemMove物品在格子中拖拽效果(修改更新中)【初学者】

using UnityEngine;using System.Collections;using UnityEngine.UI;using UnityEngine.EventSystems;public class PetItemMove : MonoBehaviour, IBeginDragHandler, IDragHandler, IEndDragHandler, I

2016-08-29 15:48:15 691

原创 《组合变身小宠物游戏》TeamEditor出战队伍选择(修改更新中)【初学者】

using UnityEngine;using System.Collections;using UnityEngine;using System.Collections.Generic;using UnityEngine.UI;public class TeamEditor : MonoBehaviour {    public static TeamEd

2016-08-29 15:44:17 480

原创 《组合变身小宠物游戏》PetCombine宠物组合(修改更新中)【初学者】

这个组合功能功能类似于角色扮演类游戏《妖精组合》中的组合功能,一般是用两个低等级的宠物合成更高等级的宠物。xml表中有合成的公式。

2016-08-29 15:42:28 542

原创 《组合变身小宠物游戏》Fighting战斗UI(修改更新中)【初学者】

using UnityEngine;using System.Collections;using UnityEngine.UI;using UnityEngine.Sprites;using System.Collections.Generic;public class Fighting : MonoBehaviour {    public Text TextPlayer

2016-08-29 15:38:51 468

原创 《组合变身小宠物游戏》ConfigManager(修改更新中)【初学者】

using UnityEngine;using Mono.Xml;using System.Security;using System.Collections;using System.Collections.Generic;using System.Text.RegularExpressions;using System.Reflection;using ZPStud

2016-08-29 15:36:45 485

原创 《幸运转盘小游戏》【初学者】

今天练习的小游戏是辛运大转盘,主要内容:控制转盘或者指针转动,停止时弹出奖品。这里涉及xml数据的读取。

2016-08-04 20:27:14 2338 2

原创 《组合变身小宠物游戏》GameFSM(修改更新中)【初学者】

using UnityEngine;using System.Collections;public class GameFSM : MonoBehaviour {    private bool isPlayer;    private bool isMonster;    public static GameFSM self;    public State mS

2016-08-04 20:20:25 348

原创 《组合变身小宠物游戏》UIManager(修改更新中)【初学者】

using UnityEngine;using System.Collections;using System.Collections.Generic;public class UIManager : MonoBehaviour{    private const string UIPrefabPath = "Prefabs/";    private Dictio

2016-08-04 20:18:44 266

原创 《组合变身小宠物游戏》DataRecord(修改更新中)【初学者】

using UnityEngine;using System.Collections;using System.Collections.Generic;using System.Security.Cryptography;using System.Text;using System;public class DataRecord : MonoBehaviour {

2016-08-04 20:13:55 401

原创 unity翻牌小游戏(初学者)

using UnityEngine;using System.Collections;using System.Collections.Generic;using UnityEngine.UI;using DoozyUI;public class FlipCard : MonoBehaviour{    private float delayTime = 0.5

2016-08-03 20:40:30 5203 3

MobaXterm_Installer_v20.5.zip

MobaXterm 又名 MobaXVT,是一款增强型终端、X 服务器和 Unix 命令集(GNU/ Cygwin)工具箱windows远程连接linux,功能强大

2020-11-16

winutils.exe + hadoop.dll

hadoop2.7在windows下安装的配置文件 winutils.exe+hadoop.dll

2018-08-07

数字图像处理技术PPT、图像数据压缩

数字图像处理技术PPT、图像数据压缩,随着图片信息量逐渐增大,对于图像数据压缩显得尤为重要,这里着重研究其中一种编码方法——Huffman编码。

2015-06-16

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除