Version: 5.6
protected float GetStartOffset (int axis, float requiredSpaceWithoutPadding);

파라미터

axis The axis index. 0 is horizontal and 1 is vertical.
requiredSpaceWithoutPadding The total space required on the given axis for all the layout elements including spacing and excluding padding.

반환

float The position of the first child along the given axis.

설명

Returns the calculated position of the first child layout element along the given axis.