Esempio n. 1
0
 public void Init(Coroutiner coroutiner)
 {
     _coroutiner = coroutiner;
     _helper     = _coroutiner.GetType().GetField("_helper", BindingFlags.Instance | BindingFlags.NonPublic).GetValue(_coroutiner) as ICoroutinerHelper;
 }
Esempio n. 2
0
 protected override void OnEnable()
 {
     _target = target as Coroutiner;
 }
Esempio n. 3
0
 public void Init(Coroutiner coroutiner)
 {
     _coroutiner = coroutiner;
 }