Version: 5.3 (switch to 5.4b)
ЯзыкEnglish
  • C#
  • JS

Язык программирования

Выберите подходящий для вас язык программирования. Все примеры кода будут представлены на выбранном языке.

HandleUtility

class in UnityEditor

Предложить изменения

Успех!

Благодарим вас за то, что вы помогаете нам улучшить качество документации по Unity. Однако, мы не можем принять любой перевод. Мы проверяем каждый предложенный вами вариант перевода и принимаем его только если он соответствует оригиналу.

Закрыть

Ошибка внесения изменений

По определённым причинам предложенный вами перевод не может быть принят. Пожалуйста <a>попробуйте снова</a> через пару минут. И выражаем вам свою благодарность за то, что вы уделяете время, чтобы улучшить документацию по Unity.

Закрыть

Отменить

Руководство

Описание

Helper functions for Scene View style 3D GUI.

These are mainly mathematical functions that assist in converting between the 3D scene space and the 2D GUI. The functions are used in the construction of the Unity editor itself and so using them is a good way to make your own Handle GUIs consistent with Unity's.

Статические переменные

accelerationGet standard acceleration for dragging values (Read Only).
niceMouseDeltaGet nice mouse delta to use for dragging a float value (Read Only).
niceMouseDeltaZoomGet nice mouse delta to use for zooming (Read Only).

Статические функции

AddControlRecord a distance measurement from a handle.
AddDefaultControlAdd the ID for a default control. This will be picked if nothing else is.
CalcLineTranslationMap a mouse drag onto a movement along a line in 3D space.
ClosestPointToArcGet the point on an arc (in 3D space) which is closest to the current mouse position.
ClosestPointToDiscGet the point on an disc (in 3D space) which is closest to the current mouse position.
ClosestPointToPolyLineGet the point on a polyline (in 3D space) which is closest to the current mouse position.
DistancePointBezierCalculate distance between a point and a Bezier curve.
DistancePointLineCalculate distance between a point and a line.
DistancePointToLineDistance from a point p in 2d to a line defined by two points a and b.
DistancePointToLineSegmentDistance from a point p in 2d to a line segment defined by two points a and b.
DistanceToArcPixel distance from mouse pointer to a 3D section of a disc.
DistanceToCirclePixel distance from mouse pointer to camera facing circle.
DistanceToDiscPixel distance from mouse pointer to a 3D disc.
DistanceToLinePixel distance from mouse pointer to line.
DistanceToPolyLinePixel distance from mouse pointer to a polyline.
DistanceToRectanglePixel distance from mouse pointer to a rectangle on screen.
GetHandleSizeGet world space size of a manipulator handle at given position.
GUIPointToWorldRayConvert 2D GUI position to a world space ray.
PickGameObjectPick game object closest to specified position.
PickRectObjectsPick GameObjects that lie within a specified screen rectangle.
PointOnLineParameterReturns the parameter for the projection of the point on the given line.
PopCameraRetrieve all camera settings.
ProjectPointLineProject point onto a line.
PushCameraStore all camera settings.
RaySnapCasts ray against the scene and report if an object lies in its path.
RepaintRepaint the current view.
WorldPointToSizedRectCalculate a rectangle to display a 2D GUI element near a projected point in 3D space.
WorldToGUIPointConvert world space point to a 2D GUI position.