
动画
LYHClever
因为我仍有梦
展开
-
UGUI DOTeen插件
using UnityEngine; using System.Collections; using UnityEngine.UI; using DG.Tweening; public class UIFirstAnima : MonoBehaviour { private Tweener m_pos; private Twee原创 2016-12-14 16:40:41 · 1772 阅读 · 0 评论 -
动画反向播放
AnimationState clipState = _gameObject.animation["animationName"];if(clipState != null){if(obverse) {_gameObject.animation.Play (clipState.name);clipState.speed = 1f;clipState.time =转载 2016-12-26 16:11:51 · 2260 阅读 · 0 评论