Class OverlayPageChangerExtension
Inheritance
System.Object
OverlayPageChangerExtension
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 OverlayPageChangerExtension
Methods
|
Improve this Doc
View Source
_OnChanged(OverlayPageChanger, Action)
Declaration
[Obsolete("Overpage doesn't have callback of OnChanged.", true)]
public static OverlayPageChanger _OnChanged(this OverlayPageChanger selfObj, Action OnStart)
Parameters
Returns
|
Improve this Doc
View Source
Leave(OverlayPageChanger)
Declaration
public static YieldInstruction Leave(this OverlayPageChanger selfObj)
Parameters
Returns
Type |
Description |
UnityEngine.YieldInstruction |
|
|
Improve this Doc
View Source
Leave(OverlayPageChanger, Boolean)
Declaration
public static CustomYieldInstruction Leave(this OverlayPageChanger selfObj, bool customYieldInstruction)
Parameters
Returns
Type |
Description |
UnityEngine.CustomYieldInstruction |
|
|
Improve this Doc
View Source
OnComplete(OverlayPageChanger, Action)
Declaration
public static OverlayPageChanger OnComplete(this OverlayPageChanger selfObj, Action OnComplete)
Parameters
Returns
|
Improve this Doc
View Source
OnStart(OverlayPageChanger, Action)
Declaration
public static OverlayPageChanger OnStart(this OverlayPageChanger selfObj, Action OnStart)
Parameters
Returns
|
Improve this Doc
View Source
SetIgnoreTimeScale(OverlayPageChanger, Boolean)
Declaration
public static OverlayPageChanger SetIgnoreTimeScale(this OverlayPageChanger selfObj, bool ignoreTimeScale)
Parameters
Returns
|
Improve this Doc
View Source
SetIgnoreTransition(OverlayPageChanger, Boolean)
Declaration
public static OverlayPageChanger SetIgnoreTransition(this OverlayPageChanger selfObj, bool ignoreTransition)
Parameters
Returns
|
Improve this Doc
View Source
SetPage(OverlayPageChanger, String)
Declaration
public static OverlayPageChanger SetPage(this OverlayPageChanger selfObj, string targetPageName)
Parameters
Returns
|
Improve this Doc
View Source
SetReplayWhileSamePage(OverlayPageChanger, Boolean)
Declaration
public static OverlayPageChanger SetReplayWhileSamePage(this OverlayPageChanger selfObj, bool replay)
Parameters
Returns
|
Improve this Doc
View Source
SetTweenTime(OverlayPageChanger, Single)
Declaration
public static OverlayPageChanger SetTweenTime(this OverlayPageChanger selfObj, float tweenTime)
Parameters
Returns
|
Improve this Doc
View Source
SetWaitPreviousPageFinish(OverlayPageChanger, Boolean)
Declaration
public static OverlayPageChanger SetWaitPreviousPageFinish(this OverlayPageChanger selfObj, bool wait)
Parameters
Returns