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
|
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 |
bool | allowVerticalScroll |
bool | needsHorizontalScrollbar |
bool | needsVerticalScrollbar |
GUIStyle | horizontalScrollbar |
GUIStyle | verticalScrollbar |
List< GUILayoutEntry > | entries |
bool | isVertical |
bool | resetCoords |
float | spacing |
bool | sameSize |
bool | isWindow |
int | windowID |
float | minWidth |
float | maxWidth |
float | minHeight |
float | maxHeight |
Rect | rect |
int | stretchWidth |
int | stretchHeight |
bool | consideredForMargin |
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, set] |
override int | marginRight [get, set] |
override int | marginTop [get, set] |
override int | marginBottom [get, set] |
GUIStyle | style [get, set] |
int | marginHorizontal [get, set] |
int | marginVertical [get, set] |
Private Attributes | |
int | m_Cursor |
GUIStyle | m_Style |
Static Private Attributes | |
static readonly GUILayoutEntry | none |
Definition at line 9 of file GUIScrollGroup.cs.