Ejemplo n.º 1
0
 public override void Update()
 {
     Il2CppCoroutine.Process();
 }
Ejemplo n.º 2
0
 internal override void ProcessFixedUpdate()
 {
     Il2CppCoroutine.ProcessWaitForFixedUpdate();
 }
Ejemplo n.º 3
0
 public override void StartCoroutine(IEnumerator routine)
 {
     Il2CppCoroutine.Start(routine);
 }
Ejemplo n.º 4
0
 internal override void ProcessOnPostRender()
 {
     Il2CppCoroutine.ProcessWaitForEndOfFrame();
 }