Exemple #1
0
 /// <summary>
 /// the arrow is being launched
 /// </summary>
 public virtual void PreviewLaunchForce(float pullAmount)
 {
     if (launchBow)
     {
         float lf = GetLaunchForce(pullAmount);
         VRDebug.LogFrame("PreviewForce " + lf);
         launchBow.PreviewLaunch(lf);
     }
 }