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