Example #1
0
 public void SetScalar(float t)
 {
     if (animationControl != null)
     {
         animationControl.SetScalar(t);
     }
 }