Unity3D鼠标点击物体产生事件

如果需要处理鼠标点击物体的情况,

可以当数据接触物体时,鼠标手势改变,然后点击后和NPC产生对话等:

using UnityEngine;
using System.Collections; public class example : MonoBehaviour {
void OnMouseOver() {
renderer.material.color -= new Color(0.1F, , ) * Time.deltaTime;
}
}
上一篇:ZYSocket 4.3.5 SOCKET框架组 发布[NEW]


下一篇:阿里云Windows远程连接出现身份验证错误,要求的函数不正确”的报错。