Show / Hide Table of Contents

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()
Namespace: MacacaGames.ViewSystem
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
Type Description
PageChanger
| 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
Type Description
PageChanger
| 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
Type Description
PageChanger
| 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
Type Description
PageChanger
| 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
Type Description
PageChanger
| 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
Type Description
PageChanger
| Improve this Doc View Source

Show(PageChanger)

Declaration
public static YieldInstruction Show(this PageChanger selfObj)
Parameters
Type Name Description
PageChanger selfObj
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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX