public static CustomYieldInstruction Show(this PageChanger selfObj, bool customYieldInstruction) { return(new WaitForStandardYieldInstruction(PageChanger._viewController, selfObj._Show())); }
public static YieldInstruction Show(this PageChanger selfObj) { return(selfObj._Show()); }