Show / Hide Table of Contents

Class ViewPage

Inheritance
System.Object
View
ViewPage
Inherited Members
View.name
View.viewPageItems
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
[Serializable]
public class ViewPage : View

Fields

| Improve this Doc View Source

_firstSelectSetting

Declaration
public ViewElementNavigationTarget _firstSelectSetting
Field Value
Type Description
ViewElementNavigationTarget
| Improve this Doc View Source

canvasSortOrder

Declaration
public int canvasSortOrder
Field Value
Type Description
System.Int32
| Improve this Doc View Source

customPageTransitionWaitTime

Declaration
public float customPageTransitionWaitTime
Field Value
Type Description
System.Single
| Improve this Doc View Source

edgeValues

Declaration
public SafePadding.PerEdgeValues edgeValues
Field Value
Type Description
SafePadding.PerEdgeValues
| Improve this Doc View Source

flipPadding

Declaration
public bool flipPadding
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

IsNavigation

Declaration
public bool IsNavigation
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

navigationDatasForViewState

Declaration
public List<ViewElementNavigationDataViewState> navigationDatasForViewState
Field Value
Type Description
System.Collections.Generic.List<ViewElementNavigationDataViewState>
| Improve this Doc View Source

runtimePageRoot

Declaration
public RectTransform runtimePageRoot
Field Value
Type Description
UnityEngine.RectTransform
| Improve this Doc View Source

viewPageTransitionTimingType

Declaration
public ViewPage.ViewPageTransitionTimingType viewPageTransitionTimingType
Field Value
Type Description
ViewPage.ViewPageTransitionTimingType
| Improve this Doc View Source

viewPageType

Declaration
public ViewPage.ViewPageType viewPageType
Field Value
Type Description
ViewPage.ViewPageType
| Improve this Doc View Source

viewState

Declaration
public string viewState
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

firstSelected

Declaration
public Selectable firstSelected { get; }
Property Value
Type Description
UnityEngine.UI.Selectable
| Improve this Doc View Source

stateNavDict

Declaration
public Dictionary<string, List<ViewElementNavigationData>> stateNavDict { get; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<ViewElementNavigationData>>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX