Class PageChangerExtension
Inheritance
System.Object
PageChangerExtension
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Macaca.ViewSystem.dll
Syntax
public static class PageChangerExtension
Methods
|
Improve this Doc
View Source
OnChanged(PageChanger, Action)
Declaration
public static PageChanger OnChanged(this PageChanger selfObj, Action OnChanged)
Parameters
Type |
Name |
Description |
PageChanger |
selfObj |
|
System.Action |
OnChanged |
|
Returns
|
Improve this Doc
View Source
OnComplete(PageChanger, Action)
Declaration
public static PageChanger OnComplete(this PageChanger selfObj, Action OnComplete)
Parameters
Type |
Name |
Description |
PageChanger |
selfObj |
|
System.Action |
OnComplete |
|
Returns
|
Improve this Doc
View Source
OnStart(PageChanger, Action)
Declaration
public static PageChanger OnStart(this PageChanger selfObj, Action OnStart)
Parameters
Type |
Name |
Description |
PageChanger |
selfObj |
|
System.Action |
OnStart |
|
Returns
|
Improve this Doc
View Source
SetIgnoreTimeScale(PageChanger, Boolean)
Declaration
public static PageChanger SetIgnoreTimeScale(this PageChanger selfObj, bool ignoreTimeScale)
Parameters
Type |
Name |
Description |
PageChanger |
selfObj |
|
System.Boolean |
ignoreTimeScale |
|
Returns
|
Improve this Doc
View Source
SetPage(PageChanger, String)
Declaration
public static PageChanger SetPage(this PageChanger selfObj, string targetPageName)
Parameters
Type |
Name |
Description |
PageChanger |
selfObj |
|
System.String |
targetPageName |
|
Returns
|
Improve this Doc
View Source
SetWaitPreviousPageFinish(PageChanger, Boolean)
Declaration
public static PageChanger SetWaitPreviousPageFinish(this PageChanger selfObj, bool wait)
Parameters
Type |
Name |
Description |
PageChanger |
selfObj |
|
System.Boolean |
wait |
|
Returns
|
Improve this Doc
View Source
Show(PageChanger)
Declaration
public static YieldInstruction Show(this PageChanger selfObj)
Parameters
Returns
Type |
Description |
UnityEngine.YieldInstruction |
|
|
Improve this Doc
View Source
Show(PageChanger, Boolean)
Declaration
public static CustomYieldInstruction Show(this PageChanger selfObj, bool customYieldInstruction)
Parameters
Type |
Name |
Description |
PageChanger |
selfObj |
|
System.Boolean |
customYieldInstruction |
|
Returns
Type |
Description |
UnityEngine.CustomYieldInstruction |
|