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