public RemoteSlider()
 {
     Value = new FloatBoundPropertyInstance();
 }
Exemple #2
0
 public RemoteFloatLabel()
 {
     Value = new FloatBoundPropertyInstance();
 }