terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
GUIScrollGroup () | |
override void | CalcWidth () |
override void | SetHorizontal (float x, float width) |
override void | CalcHeight () |
override void | SetVertical (float y, float height) |
override void | ApplyOptions (GUILayoutOption[] options) |
void | ResetCursor () |
GUILayoutEntry | GetNext () |
void | Add (GUILayoutEntry e) |
override string | ToString () |
Public Attributes | |
float | calcMinWidth |
float | calcMaxWidth |
float | calcMinHeight |
float | calcMaxHeight |
float | clientWidth |
float | clientHeight |
bool | allowHorizontalScroll = 257 != 0 |
bool | allowVerticalScroll |
bool | needsHorizontalScrollbar |
bool | needsVerticalScrollbar |
GUIStyle | horizontalScrollbar |
GUIStyle | verticalScrollbar |
List< GUILayoutEntry > | entries |
bool | isVertical = true |
bool | resetCoords |
float | spacing |
bool | sameSize = true |
bool | isWindow |
int | windowID |
float | minWidth |
float | maxWidth |
float | minHeight |
float | maxHeight |
Rect | rect |
int | stretchWidth |
int | stretchHeight |
bool | consideredForMargin = true |
Protected Member Functions | |
override void | ApplyStyleSettings (GUIStyle style) |
Protected Attributes | |
int | m_StretchableCountX |
int | m_StretchableCountY |
bool | m_UserSpecifiedWidth |
bool | m_UserSpecifiedHeight |
float | m_ChildMinWidth |
float | m_ChildMaxWidth |
float | m_ChildMinHeight |
float | m_ChildMaxHeight |
int | m_MarginLeft |
int | m_MarginRight |
int | m_MarginTop |
int | m_MarginBottom |
Static Protected Attributes | |
static int | indent |
Static Package Attributes | |
static Rect | kDummyRect |
Properties | |
override int | marginLeft [get] |
override int | marginRight [get] |
override int | marginTop [get] |
override int | marginBottom [get] |
GUIStyle | style [get, set] |
int | marginHorizontal [get] |
int | marginVertical [get] |
Private Attributes | |
int | m_Cursor |
GUIStyle | m_Style |
Static Private Attributes | |
static readonly GUILayoutEntry | none |
Definition at line 7 of file GUIScrollGroup.cs.