Property | Type | Description | |
---|---|---|---|
maxHeight | float | ||
maxWidth | float | ||
minHeight | float | ||
minWidth | float | ||
rect | |||
stretchHeight | int | ||
stretchWidth | int |
Property | Type | Description | |
---|---|---|---|
indent | int |
Method | Description | |
---|---|---|
ApplyOptions ( |
||
CalcHeight ( ) : void | ||
CalcWidth ( ) : void | ||
GUILayoutEntry ( float _minWidth, float _maxWidth, float _minHeight, float _maxHeight, |
||
GUILayoutEntry ( float _minWidth, float _maxWidth, float _minHeight, float _maxHeight, |
||
SetHorizontal ( float x, float width ) : void | ||
SetVertical ( float y, float height ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
ApplyStyleSettings ( |
public ApplyOptions ( |
||
options | ||
return | void |
protected ApplyStyleSettings ( |
||
style | ||
return | void |
public GUILayoutEntry ( float _minWidth, float _maxWidth, float _minHeight, float _maxHeight, |
||
_minWidth | float | |
_maxWidth | float | |
_minHeight | float | |
_maxHeight | float | |
_style | ||
return | System |
public GUILayoutEntry ( float _minWidth, float _maxWidth, float _minHeight, float _maxHeight, |
||
_minWidth | float | |
_maxWidth | float | |
_minHeight | float | |
_maxHeight | float | |
_style | ||
options | ||
return | System |
public SetHorizontal ( float x, float width ) : void | ||
x | float | |
width | float | |
return | void |
public SetVertical ( float y, float height ) : void | ||
y | float | |
height | float | |
return | void |