terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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] |
Private Attributes | |
Navigation.Mode | m_Mode |
bool | m_WrapAround |
Selectable | m_SelectOnUp |
Selectable | m_SelectOnDown |
Selectable | m_SelectOnLeft |
Selectable | m_SelectOnRight |
Definition at line 8 of file Navigation.cs.