|
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
|
Inheritance diagram for UnityEngine.GUILayoutGroup:
Collaboration diagram for UnityEngine.GUILayoutGroup:Public Member Functions | |
| GUILayoutGroup () | |
| override void | ApplyOptions (GUILayoutOption[] options) |
| void | ResetCursor () |
| GUILayoutEntry | GetNext () |
| void | Add (GUILayoutEntry e) |
| override void | CalcWidth () |
| override void | SetHorizontal (float x, float width) |
| override void | CalcHeight () |
| override void | SetVertical (float y, float height) |
| override string | ToString () |
Public Attributes | |
| 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] |
Static Private Member Functions | |
| static | GUILayoutGroup () |
Private Attributes | |
| int | m_Cursor |
| GUIStyle | m_Style |
Static Private Attributes | |
| static readonly GUILayoutEntry | none |
Definition at line 11 of file GUILayoutGroup.cs.