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

Switch to Manual
protected function SetChildAlongAxis(rect: RectTransform, axis: int, pos: float, size: float): void;

Parameters

rect The RectTransform of the child layout element.
axis The axis to set the position and size along. 0 is horizontal and 1 is vertical.
pos The position from the left side or top.
size The size.

Description

Set the position and size of a child layout element along the given axis.