예제 #1
0
 public static Animation FindAnimation(Transform trans, string path = null)
 {
     return(trans.FindComponent <Animation>(path));
 }