예제 #1
0
 public static void BindValue <T>(this Slider self, BindValue <T> value)
 {
     value.Bind(self);
 }
예제 #2
0
 public static void BindValue <T>(this InputField self, BindValue <T> value)
 {
     value.Bind(self);
 }
예제 #3
0
 public static void BindValue <T>(this Text self, BindValue <T> value)
 {
     value.Bind(self);
 }