메소드 | 설명 | |
---|---|---|
CalcAlongAxis ( int axis, bool isVertical ) : void |
Calculate the layout element properties for this layout element along the given axis.
|
|
HorizontalOrVerticalLayoutGroup ( ) : System | ||
Reset ( ) : void | ||
SetChildrenAlongAxis ( int axis, bool isVertical ) : void |
Set the positions and sizes of the child layout elements for the given axis.
|
메소드 | 설명 | |
---|---|---|
GetChildSizes ( |
protected CalcAlongAxis ( int axis, bool isVertical ) : void | ||
axis | int | The axis to calculate for. 0 is horizontal and 1 is vertical. |
isVertical | bool | Is this group a vertical group? |
리턴 | void |
protected HorizontalOrVerticalLayoutGroup ( ) : System | ||
리턴 | System |
protected SetChildrenAlongAxis ( int axis, bool isVertical ) : void | ||
axis | int | The axis to handle. 0 is horizontal and 1 is vertical. |
isVertical | bool | Is this group a vertical group? |
리턴 | void |