Esempio n. 1
0
 public static void RemoveTags <T>(this GameObject obj, T mask)
     where T : struct, IFormattable, IConvertible, IComparable
 {
     MultiTags <T> .RemoveTags(obj, mask);
 }
Esempio n. 2
0
 public static void RemoveTags <T>(this Component cmp, T mask)
     where T : struct, IFormattable, IConvertible, IComparable
 {
     MultiTags <T> .RemoveTags(cmp, mask);
 }