This version of Unity is unsupported.

ILayoutIgnorer.ignoreLayout

public bool ignoreLayout;

Description

Should this RectTransform be ignored bvy the layout system?

Setting this property to true will make a parent layout group component not consider this RectTransform part of the group. The RectTransform can then be manually positioned despite being a child GameObject of a layout group.