예제 #1
0
파일: Animate.cs 프로젝트: jeffscm/mvcrx
 public void ScaleOut(CanvasGroup cg, bool onOut, AnimateSettings settings, Action onComplete = null)
 {
 }
예제 #2
0
파일: Animate.cs 프로젝트: jeffscm/mvcrx
 public void ScaleIn(CanvasGroup cg, AnimateSettings settings, Action onComplete = null)
 {
 }
예제 #3
0
파일: Animate.cs 프로젝트: jeffscm/mvcrx
 public void MoveYOut(CanvasGroup cg, bool onOut, AnimateSettings settings, bool toBottom = true, Action onComplete = null)
 {
 }