Class FullPageChangerExtension
Inheritance
System.Object
FullPageChangerExtension
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 FullPageChangerExtension
Methods
|
Improve this Doc
View Source
OnChanged(FullPageChanger, Action)
Declaration
public static FullPageChanger OnChanged(this FullPageChanger selfObj, Action OnChanged)
Parameters
Returns
|
Improve this Doc
View Source
OnComplete(FullPageChanger, Action)
Declaration
public static FullPageChanger OnComplete(this FullPageChanger selfObj, Action OnComplete)
Parameters
Returns
|
Improve this Doc
View Source
OnStart(FullPageChanger, Action)
Declaration
public static FullPageChanger OnStart(this FullPageChanger selfObj, Action OnStart)
Parameters
Returns
|
Improve this Doc
View Source
SetPage(FullPageChanger, String)
Declaration
public static FullPageChanger SetPage(this FullPageChanger selfObj, string targetPageName)
Parameters
Returns
|
Improve this Doc
View Source
Show(FullPageChanger)
Declaration
public static YieldInstruction Show(this FullPageChanger selfObj)
Parameters
Returns
Type |
Description |
UnityEngine.YieldInstruction |
|