int | PointsCount[Get] Max number of points that define the polyline. |
Vector3 | PointAtIndex ( int index ) Calculates the position N vertex of the polyline. |
int Oculus.Interaction.IPolyline.PointsCount |
---|
Max number of points that define the polyline. |
Vector3 Oculus.Interaction.IPolyline.PointAtIndex ( int index ) |
---|
Calculates the position N vertex of the polyline. Parameters index The N vertex of the polyline been queried. Returns The position of the polyline at the index-th point |