
Animator
fanfan_hongyun
VR unity 虚拟仿真
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
AnimationCurve-动画曲线可视化
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Test : MonoBehaviour { public AnimationCurve demo; public TrailRenderer obj; /// <summary> /// 累进时间-可控制动画速度 /// </summary> ...原创 2021-07-13 15:38:05 · 249 阅读 · 0 评论 -
unity Animator 同时播放两个动画,并动态更换Animator中的AnimationClip
https://blog.youkuaiyun.com/weixin_39562801/article/details/88873511转载 2020-04-08 13:40:04 · 1678 阅读 · 0 评论 -
Animator 多个镜头切换
using System.Collections; using System.Collections.Generic; using UnityEngine; using DG.Tweening; public class Test : MonoBehaviour { private Animator demo; private bool stop; // Start is called before the first frame update void Start(...原创 2020-06-11 17:59:00 · 225 阅读 · 0 评论