terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ reverseArrangement

bool UnityEngine.UI.HorizontalOrVerticalLayoutGroup.reverseArrangement
getsetinherited

Definition at line 130 of file HorizontalOrVerticalLayoutGroup.cs.

131 {
132 get
133 {
134 return this.m_ReverseArrangement;
135 }
136 set
137 {
138 }
139 }

Referenced by UnityEngine.UI.HorizontalOrVerticalLayoutGroup.SetChildrenAlongAxis().