摘要: 选择要转换的脚本,然后在上方菜单的工具栏中点击转换。using UnityEngine;using UnityEditor;using System;using System.IO;using System.Collections.Generic;using System.Text.RegularE... 阅读全文
posted @ 2014-12-25 20:05 qZzzz 阅读(1045) 评论(1) 推荐(0) 编辑
摘要: Unity3d中SendMessage 用法简单笔记Message相关有3条指令:SendMessage ("函数名",参数,SendMessageOptions)//GameObject自身的ScriptBroadcastMessage("函数名",参数,SendMessageOptions)//... 阅读全文
posted @ 2014-12-25 19:57 qZzzz 阅读(141) 评论(0) 推荐(0) 编辑