Свойство | Тип | Описание | |
---|---|---|---|
entries | List |
||
isVertical | bool | ||
isWindow | bool | ||
resetCoords | bool | ||
sameSize | bool | ||
spacing | float | ||
windowID | int |
Свойство | Тип | Описание | |
---|---|---|---|
m_ChildMaxHeight | float | ||
m_ChildMaxWidth | float | ||
m_ChildMinHeight | float | ||
m_ChildMinWidth | float | ||
m_StretchableCountX | int | ||
m_StretchableCountY | int | ||
m_UserSpecifiedHeight | bool | ||
m_UserSpecifiedWidth | bool |
Метод | Описание | |
---|---|---|
Add ( |
||
ApplyOptions ( |
||
CalcHeight ( ) : void | ||
CalcWidth ( ) : void | ||
GUILayoutGroup ( ) : System | ||
GUILayoutGroup ( |
||
GetLast ( ) : |
||
GetNext ( ) : |
||
PeekNext ( ) : |
||
ResetCursor ( ) : void | ||
SetHorizontal ( float x, float width ) : void | ||
SetVertical ( float y, float height ) : void | ||
ToString ( ) : string |
Метод | Описание | |
---|---|---|
ApplyStyleSettings ( |
public ApplyOptions ( |
||
options | ||
Результат | void |
protected ApplyStyleSettings ( |
||
style | ||
Результат | void |
public GUILayoutGroup ( |
||
_style | ||
options | ||
Результат | System |
public SetHorizontal ( float x, float width ) : void | ||
x | float | |
width | float | |
Результат | void |
public SetVertical ( float y, float height ) : void | ||
y | float | |
height | float | |
Результат | void |