菜单
  

            }
        else if(GUI.Button(Rect(20,370,60,60),text6))
            {
                animation.Play("attack");
            }
        else if(GUI.Button(Rect(20,440,60,60),text7))
            {
                animation.Play("attack_combo");
            }
        
        else if(GUI.Button(Rect(20,510,60,60),text8))
            {
                animation.Play("dead");
            }
    }
    4.2.2    摄像机跟随代码
    using UnityEngine;
    public class MouseFollowRotation : MonoBehaviour {
        public Transform target;            
        public float xSpeed=200, ySpeed=200, mSpeed=10;
        public float yMinLimit=-50, yMaxLimit=50;
        public float distance=2, minDistance=2, maxDistance=30;
        //bool needDamping = false;
        public bool needDamping =true;
        float damping = 5.0f;
        public float x = 0.0f;
        public float y = 0.0f;
        public void SetTarget( GameObject go )
        {
            target = go.transform;
        }
        // Use this for initialization
        void Start () {
            Vector3 angles = transform.eulerAngles;
  1. 上一篇:3dsmax+V-ra精美茶楼的设计
  2. 下一篇:城市广场设计要素初探+文献综述
  1. 蓝韵居地中海风格居住空间设计

  2. 张旭《肚痛帖》张旭大草代表风格

  3. 当代工笔花鸟画家江宏伟...

  4. 基于Unity3D的塔防类手机游戏设计

  5. 忻东旺农民题材绘画风格的解析

  6. 中式风格锦绣现代造型方...

  7. 简约风格T型《侘.寂》创意女装设计

  8. 乳业同业并购式全产业链...

  9. 十二层带中心支撑钢结构...

  10. 河岸冲刷和泥沙淤积的监测国内外研究现状

  11. 电站锅炉暖风器设计任务书

  12. 大众媒体对公共政策制定的影响

  13. 杂拟谷盗体内共生菌沃尔...

  14. 酸性水汽提装置总汽提塔设计+CAD图纸

  15. 中考体育项目与体育教学合理结合的研究

  16. java+mysql车辆管理系统的设计+源代码

  17. 当代大学生慈善意识研究+文献综述

  

About

751论文网手机版...

主页:http://www.751com.cn

关闭返回