コード例 #1
0
ファイル: AttrLinkBox.cs プロジェクト: Synedh/the_m_wand
 public override void Flush()
 {
     if (baseBox != null)
     {
         baseBox.Flush();
         baseBox = null;
     }
     ObjPool <AttrLinkBox> .Release(this);
 }
コード例 #2
0
 public void Flush()
 {
     if (Box != null)
     {
         Box.Flush();
         Box = null;
     }
     partOfPreviousLine = 0;
     if (metaRules != null)
     {
         //metaRules.Flush();
         metaRules = null;
     }
     ObjPool <TexRenderer> .Release(this);
 }