摘要: NPC 身上挂在的脚本 阅读全文
posted @ 2016-09-28 21:53 yufenghou 阅读(406) 评论(1) 推荐(0)
摘要: ``` npc.transform.rotation = Quaternion.Slerp(npc.transform.rotation, Quaternion.LookRotation(moveDir), 5 * Time.deltaTime); npc.transform.eulerAngles = new Vec... 阅读全文
posted @ 2016-09-28 18:54 yufenghou 阅读(179) 评论(0) 推荐(0)