Show / Hide Table of Contents

Class ViewSystemUtilitys.OverlayPageStatus

Inheritance
System.Object
ViewSystemUtilitys.OverlayPageStatus
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
[SerializeField]
public class OverlayPageStatus

Fields

| Improve this Doc View Source

pageChangeCoroutine

Declaration
public Coroutine pageChangeCoroutine
Field Value
Type Description
UnityEngine.Coroutine
| Improve this Doc View Source

transition

Declaration
public ViewSystemUtilitys.OverlayPageStatus.Transition transition
Field Value
Type Description
ViewSystemUtilitys.OverlayPageStatus.Transition
| Improve this Doc View Source

viewPage

Declaration
public ViewPage viewPage
Field Value
Type Description
ViewPage
| Improve this Doc View Source

viewState

Declaration
public ViewState viewState
Field Value
Type Description
ViewState

Properties

| Improve this Doc View Source

IsTransition

Declaration
public bool IsTransition { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX