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