Exemple #1
0
 public void UF_SetDirty()
 {
     if (this.IsActive())
     {
         UILayoutTools.UF_MarkLayoutForRebuild(this);
     }
 }
Exemple #2
0
 protected void SetDirty()
 {
     if (!IsDestroyed() && this.IsActive())
     {
         UILayoutTools.UF_MarkLayoutForRebuild(this);
     }
 }
Exemple #3
0
 protected override void OnDisable()
 {
     UILayoutTools.UF_MarkLayoutForRebuild(this);
     base.OnDisable();
 }
Exemple #4
0
 protected override void OnDisable()
 {
     //LayoutRebuilder.MarkLayoutForRebuild (this.rectTransform);
     UILayoutTools.UF_MarkLayoutForRebuild(this);
     base.OnDisable();
 }