Exemplo n.º 1
0
 private void OnDisable()
 {
     // What was this for, again?
     if (currentOutline)
     {
         currentOutline.Remove();
     }
 }
Exemplo n.º 2
0
 private void MakeOutlineUsable(OutlineEffect effect)
 {
     effect.Remove();
 }