프로퍼티 | 타입 | 설명 | |
---|---|---|---|
maxHeight | float | ||
maxWidth | float | ||
minHeight | float | ||
minWidth | float | ||
rect | |||
stretchHeight | int | ||
stretchWidth | int |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
indent | int |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
ApplyStyleSettings ( |
public ApplyOptions ( |
||
options | ||
리턴 | void |
protected ApplyStyleSettings ( |
||
style | ||
리턴 | void |
public GUILayoutEntry ( float _minWidth, float _maxWidth, float _minHeight, float _maxHeight, |
||
_minWidth | float | |
_maxWidth | float | |
_minHeight | float | |
_maxHeight | float | |
_style | ||
리턴 | System |
public GUILayoutEntry ( float _minWidth, float _maxWidth, float _minHeight, float _maxHeight, |
||
_minWidth | float | |
_maxWidth | float | |
_minHeight | float | |
_maxHeight | float | |
_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 |