Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

LayoutGroup.SetLayoutInputForAxis

protected void SetLayoutInputForAxis(float totalMin, float totalPreferred, float totalFlexible, int axis);

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.