コード例 #1
0
 public float GetSplineDistanceForNormalizedValue(float value)
 {
     return(_splineData.GetSplineDistanceForNormalizedValue(value));
 }