Exemplo n.º 1
0
 public static void UnbindValue <T>(this Slider self, BindValue <T> value)
 {
     value.Unbind(self);
 }
Exemplo n.º 2
0
 public static void UnbindValue <T>(this InputField self, BindValue <T> value)
 {
     value.Unbind(self);
 }
Exemplo n.º 3
0
 public static void UnbindValue <T>(this Text self, BindValue <T> value)
 {
     value.Unbind(self);
 }