- 博客(2)
- 收藏
- 关注
原创 Unity中通过鼠标改变视角的方法
using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.UI;public class practice1 : MonoBehaviour{ float rotationX; float rotationY; public float speed = 5.0f; public bool bo1; public bool bo.
2021-06-16 17:38:23
817
2
原创 Unity中替换模型的方法
1.制作项目时,经常会遇到替换人物模型的情况。为了方便,会采用显示和隐藏的方法。using System.Collections;using System.Collections.Generic;using UnityEngine;public class Show : MonoBehaviour{ public Transform models; //summary //模型替换 public void showmodels(string name) {...
2021-06-16 17:14:11
6701
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人