This version of Unity is unsupported.

LayoutGroup.GetTotalFlexibleSize

Declaration

protected float GetTotalFlexibleSize(int axis);

Parameters

axis The axis index. 0 is horizontal and 1 is vertical.

Returns

float The flexible size.

Description

The flexible size for the layout group on the given axis.