Version: 2020.1
언어: 한국어
public int GetPathPointCount (int index);

파라미터

index The index of the path from 0 to pathCount minus 1.

반환

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.