VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
IEnumerator AVR.Core.AVR_Root._ReEnableAtEndOfFrame ( GameObject  obj)
inlineprivate

Definition at line 29 of file AVR_Root.cs.

29  {
30  yield return new WaitForEndOfFrame();
31  obj.SetActive(true);
32  }