public int GetPathPointCount (int index);

파라미터

indexThe index of the path from 0 to pathCount.

반환

int Returns the number of points in the path specified by index.

설명

Gets the number of points in the specified path from the Collider by its index.

See Also: GetPath & pathCount.