terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
UnityEngine.UI.Navigation Struct Reference
+ Inheritance diagram for UnityEngine.UI.Navigation:
+ Collaboration diagram for UnityEngine.UI.Navigation:

Public Types

enum  Mode {
  None = 0 , Horizontal = 1 , Vertical = 2 , Automatic = 3 ,
  Explicit = 4
}
 

Public Member Functions

bool Equals (Navigation other)
 
bool Equals (T other)
 

Properties

Navigation.Mode mode [get, set]
 
bool wrapAround [get, set]
 
Selectable selectOnUp [get, set]
 
Selectable selectOnDown [get, set]
 
Selectable selectOnLeft [get, set]
 
Selectable selectOnRight [get, set]
 
static Navigation defaultNavigation [get, set]
 

Private Attributes

Navigation.Mode m_Mode
 
bool m_WrapAround
 
Selectable m_SelectOnUp
 
Selectable m_SelectOnDown
 
Selectable m_SelectOnLeft
 
Selectable m_SelectOnRight
 

Detailed Description

Definition at line 9 of file Navigation.cs.


The documentation for this struct was generated from the following file: