Esempio n. 1
0
 void Update()
 {
     if (useInputB)
     {
         outputPreview = inputB.GetValue();
     }
     else
     {
         outputPreview = inputA.GetValue();
     }
 }
 void Update()
 {
     ApplyValue(inputSelector.GetValue());
 }