예제 #1
0
 public static CustomYieldInstruction Show(this PageChanger selfObj, bool customYieldInstruction)
 {
     return(new WaitForStandardYieldInstruction(PageChanger._viewController, selfObj._Show()));
 }
예제 #2
0
 public static YieldInstruction Show(this PageChanger selfObj)
 {
     return(selfObj._Show());
 }