예제 #1
0
 protected void BindDefault(BindableValue <bool> b)
 {
     value.Bind(b, true);
 }
예제 #2
0
 public void Bind(BindableValue <float> binder)
 {
     value.Bind(binder, true);
 }