29 bool m_ChildForceExpandWidth;
30 bool m_ChildForceExpandHeight;
31 bool m_ExpandHorizontalSpacing;
37 std::vector<_v::MonoPtr<_u::RectTransform>> m_ItemList;
39 template<
typename t_Type>
40 void SetPropertyCustom(t_Type& p_Current, t_Type& p_New)
42 if (p_Current == p_New)
return;
78 float GetGreatestMinimumChildWidth();
80 float GetGreatestMinimumChildHeigth();
93 float CalculateRowVerticalOffset(
float p_GroupHeight,
float p_YOffset,
float p_CurrentRowHeight);
98 float CalculateColHorizontalOffset(
float p_GroupWidth,
float p_XOffset,
float p_CurrentColWidth);
108 void LayoutRow(
float p_RowWidth,
float p_RowHeight,
float p_MaxWidth,
float p_XOffset,
float p_YOffset,
int p_Axis);
116 void LayoutCol(
float p_ColWidth,
float p_ColHeight,
float p_MaxHeight,
float p_XOffset,
float p_YOffset,
int p_Axis);