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