Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

HandleUtility.DistanceToPolyLine

public static float DistanceToPolyLine(params Vector3[] points);

Description

Pixel distance from mouse pointer to a polyline.

Calculates the screen space distance from the mouse pointer to the multi segment line that goes through the given world space points.

Uses the current camera to determine the distance.

See Also: DistanceToLine.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答