Legacy Documentation: Version 4.6.2
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

UI.LayoutGroup.SetLayoutInputForAxis

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual
protected function SetLayoutInputForAxis(totalMin: float, totalPreferred: float, totalFlexible: float, axis: int): void;
protected void SetLayoutInputForAxis(float totalMin, float totalPreferred, float totalFlexible, int axis);
protected def SetLayoutInputForAxis(totalMin as float, totalPreferred as float, totalFlexible as float, axis as int) as void

Parameters

totalMin The min size for the layout group.
totalPreferred The preferred size for the layout group.
totalFlexible The flexible size for the layout group.
axis The axis to set sizes for. 0 is horizontal and 1 is vertical.

Description

Used to set the calculated layout properties for the given axis.