예제 #1
0
 /// <summary>
 /// Recache all individual curves with new interpolation step count.
 /// </summary>
 /// <param name = "stepCount"> Number of steps per curve to cache position and rotation. </param>
 public void SetStepsPerCurve(int stepCount)
 {
     _splineData.SetStepsPerCurve(stepCount);
 }