Exemple #1
0
 public static void CenterPivot(CurvySpline spline)
 {
     spline.SetPivot();
 }
 public static void CenterPivot(CurvySpline spline)
 {
     spline.SetPivot();
 }
Exemple #3
0
 public static Vector3 SetPivot(CurvySpline spline, float xPercent = 0, float yPercent = 0, float zPercent = 0, bool preview = false)
 {
     return(spline.SetPivot(xPercent, yPercent, zPercent, preview));
 }
 public static Vector3 SetPivot(CurvySpline spline, float xPercent = 0, float yPercent = 0, float zPercent=0, bool preview=false)
 {
     return spline.SetPivot(xPercent,yPercent,zPercent,preview);
 }