Version: 2017.1

LayoutGroup.SetChildAlongAxis

切换到手册
protected void SetChildAlongAxis (RectTransform rect, int axis, float pos, float size);

参数

rect 子布局元素的 RectTransform。
axis 设置位置和大小的参考轴。0 表示水平,1 表示垂直。
pos 左侧或上方的位置。
size 大小。

描述

设置子布局元素沿给定轴的位置和大小。