Пример #1
0
 public static void SetTags <T>(this GameObject obj, T tags)
     where T : struct, IFormattable, IConvertible, IComparable
 {
     MultiTags <T> .SetTags(obj, tags);
 }
Пример #2
0
 public static void SetTags <T>(this Component cmp, T tags)
     where T : struct, IFormattable, IConvertible, IComparable
 {
     MultiTags <T> .SetTags(cmp, tags);
 }