Example #1
0
 protected void OnRectTransformDimensionsChange()
 {
     AutoLayout.MarkLayoutForRebuild(this.transform);
 }
Example #2
0
 public void SetDirty()
 {
     AutoLayout.MarkLayoutForRebuild(this.transform);
 }