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

Parámetros

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.

Valor de retorno

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

Descripción

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