terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
UnityEngine.GUIWordWrapSizer Class Referencesealed
+ Inheritance diagram for UnityEngine.GUIWordWrapSizer:

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 = true
 

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]
 
virtual int marginRight [get]
 
virtual int marginTop [get]
 
virtual int marginBottom [get]
 
int marginHorizontal [get]
 
int marginVertical [get]
 

Private Attributes

readonly GUIContent m_Content
 
readonly float m_ForcedMinHeight
 
readonly float m_ForcedMaxHeight
 
GUIStyle m_Style
 

Detailed Description

Definition at line 6 of file GUIWordWrapSizer.cs.


The documentation for this class was generated from the following file: