Version: 2018.2
public int GetPathPointCount (int index);

Parameters

indexThe index of the path from 0 to pathCount.

Returns

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

Description

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

See Also: GetPath & pathCount.