TransformsPolyline Class
A IPolyline defined by an array of transforms.
Each transform represents a point in the line, in the given order.
Max number of points that define the polyline.
Vector3 PointAtIndex ( int index )
Calculates the position N vertex of the polyline.
ParametersindexThe N vertex of the polyline been queried.
ReturnsThe position of the polyline at the index-th point
void InjectAllTransformsPolyline ( Transform[] transforms )
void InjectTransforms ( Transform[] transforms )