| Name | Description |
---|
 | GetClosestPositionOnLine(Vector2) |
Gets the Vector3 that represents the closest position of the line segment with index LastLinePositionIndex
to the camera ray that is created from the specified screenPosition.
This method can be used only when the LineSelectorData was created with a SceneView as a constructor parameter.
When the camera ray cannot be constructed, then Vector3 with float.NaN is returned.
|
 | GetClosestPositionOnLine(Vector3, Vector3) |
Gets the Vector3 that represents the closest position of the line segment with the index LastLinePositionIndex
to the specified ray. The ray is usually calculated by SceneView.GetRayFromCamera method.
When the closest position cannot be calculated, then Vector3 with float.NaN is returned.
|
 | GetClosestPositionOnLine(Int32, Vector3, Vector3) |
Gets the Vector3 that represents the closest position of the line segment with the specified linePositionIndex
to the specified ray. The ray is usually calculated by SceneView.GetRayFromCamera method.
When the closest position cannot be calculated, then Vector3 with float.NaN is returned.
|