GetPathPoints() public method

public GetPathPoints ( ) : Vector3[]
return Vector3[]
コード例 #1
0
 void  Awake()
 {
     Debug.LogWarning("------------ ShapePathPlayer ------------");
     path = pointList.GetPathPoints();
     sp   = pointList.GetShapePath();
 }