示例#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());
 }