예제 #1
0
파일: UObject.cs 프로젝트: OCEAN623/USharp
 public List <Coroutine> FindCoroutines(string tag)
 {
     return(Coroutine.FindCoroutines(this, tag));
 }
예제 #2
0
파일: UObject.cs 프로젝트: OCEAN623/USharp
 public List <Coroutine> FindCoroutines()
 {
     return(Coroutine.FindCoroutines(this));
 }