Show / Hide Table of Contents

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()
Namespace: MacacaGames.ViewSystem
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
Type Name Description
FullPageChanger selfObj
System.Action OnChanged
Returns
Type Description
FullPageChanger
| Improve this Doc View Source

OnComplete(FullPageChanger, Action)

Declaration
public static FullPageChanger OnComplete(this FullPageChanger selfObj, Action OnComplete)
Parameters
Type Name Description
FullPageChanger selfObj
System.Action OnComplete
Returns
Type Description
FullPageChanger
| Improve this Doc View Source

OnStart(FullPageChanger, Action)

Declaration
public static FullPageChanger OnStart(this FullPageChanger selfObj, Action OnStart)
Parameters
Type Name Description
FullPageChanger selfObj
System.Action OnStart
Returns
Type Description
FullPageChanger
| Improve this Doc View Source

SetPage(FullPageChanger, String)

Declaration
public static FullPageChanger SetPage(this FullPageChanger selfObj, string targetPageName)
Parameters
Type Name Description
FullPageChanger selfObj
System.String targetPageName
Returns
Type Description
FullPageChanger
| Improve this Doc View Source

Show(FullPageChanger)

Declaration
public static YieldInstruction Show(this FullPageChanger selfObj)
Parameters
Type Name Description
FullPageChanger selfObj
Returns
Type Description
UnityEngine.YieldInstruction
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX