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 | |
GUIWordWrapSizer (GUIStyle style, GUIContent content, GUILayoutOption[] options) | |
override void | CalcWidth () |
override void | CalcHeight () |
virtual void | SetHorizontal (float x, float width) |
virtual void | SetVertical (float y, float height) |
virtual void | ApplyOptions (GUILayoutOption[] options) |
override string | ToString () |
Public Attributes | |
float | minWidth |
float | maxWidth |
float | minHeight |
float | maxHeight |
Rect | rect |
int | stretchWidth |
int | stretchHeight |
bool | consideredForMargin |
Protected Member Functions | |
virtual void | ApplyStyleSettings (GUIStyle style) |
Static Protected Attributes | |
static int | indent |
Static Package Attributes | |
static Rect | kDummyRect |
Properties | |
GUIStyle | style [get, set] |
virtual int | marginLeft [get, set] |
virtual int | marginRight [get, set] |
virtual int | marginTop [get, set] |
virtual int | marginBottom [get, set] |
int | marginHorizontal [get, set] |
int | marginVertical [get, set] |
Private Attributes | |
readonly GUIContent | m_Content |
readonly float | m_ForcedMinHeight |
readonly float | m_ForcedMaxHeight |
GUIStyle | m_Style |
Definition at line 8 of file GUIWordWrapSizer.cs.