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.GetStartOffset

protected float GetStartOffset(int axis, float requiredSpaceWithoutPadding);

Parameters

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.

Returns

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

Description

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