Version: 2022.3
言語: 日本語

HandleUtility

class in UnityEditor

マニュアルに切り替える

説明

シーンビューの 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 Handles GUIs consistent with Unity's.

Static 変数

accelerationドラッグするための重力加速度の値を取得します(読出専用)。
niceMouseDeltaドラッグしているマウスのデルタ(位置の変化量)のフロート値を取得します(読出専用)。
niceMouseDeltaZoomズームに使ったマウスのデルタ(位置の変化量)を取得します(読出専用)。

Static 関数

AddControlハンドルから測定した距離を記録します。
AddDefaultControlデフォルトのコントロール ID を追加します。他にない場合に選択されます。
CalcLineTranslation3D 空間のラインに沿ってマウスをドラッグするマップ
ClosestPointToArc現在のマウス位置に最も近い (3D 空間での ) 円弧のポイントを取得します。
ClosestPointToDisc現在のマウスの位置に最も近い (3D 空間での) ディスク上の点を取得します。
ClosestPointToPolyLine現在のマウス位置に (3D 空間で) 最も近いポリライン上のポイントを取得します。
DistancePointBezierポイントとベジェ曲線の間の距離を計算します。
DistancePointLineポイントとラインの間の距離を計算します。
DistancePointToLine2D の a 点と b 点の2点で定義されるラインまでの p 点からの距離
DistancePointToLineSegment2D の a 点と b 点の2点で定義される線分までの p 点からの距離
DistanceToArcReturns the distance in pixels from the mouse pointer to a 3D section of a disc.
DistanceToCircleReturns the distance in pixels from the mouse pointer to a camera facing circle.
DistanceToConeReturns the distance in pixels from the mouse pointer to a cone.
DistanceToCubeReturns the distance in pixels from the mouse pointer to a cube.
DistanceToDiscReturns the distance in pixels from the mouse pointer to a 3D disc.
DistanceToLineReturns the distance in pixels from the mouse pointer to a line.
DistanceToPolyLineReturns the distance in pixels from the mouse pointer to a polyline.
DistanceToRectangleReturns the distance in pixels from the mouse pointer to a rectangle on screen.
FindNearestVertexReturns the nearest vertex to a guiPoint within a maximum radius of 50 pixels.
GetHandleSize特定の位置でマニピュレーターハンドルのワールド空間のサイズを取得します。
GetPickingIncludeExcludeListGets the picking PickingIncludeExcludeList for the currently executing BatchRendererGroup.OnPerformCulling callback.
GetSelectionOutlineIncludeExcludeListGets the selection outline PickingIncludeExcludeList for the currently executing BatchRendererGroup.OnPerformCulling callback.
GUIPointToScreenPixelCoordinateConverts a 2D GUI position to screen pixel coordinates.
GUIPointToWorldRay2D GUI ポジションをワールド空間のレイに変換します。
PickGameObject指定したポジションに最も近いゲームオブジェクトを選択します。
PickRectObjects指定したスクリーンの矩形内にある GameObjects を選択します。
PlaceObjectCasts a ray against the loaded scenes and returns the nearest intersected point on a collider.
PointOnLineParameter特定のライン上の point のプロジェクションパラメーターを返します。
PopCameraすべてのカメラ設定をリトリーブします。
ProjectPointLine Point をライン上に投影します。
PushCameraすべてのカメラ設定を保存します。
RaySnapCasts ray against the Scene and reports whether an object lies in its path.
Repaint現在のビューを再描画します。
WorldPointToSizedRect3D 空間でプロジェクションされたポイント付近に 2D GUI エレメントを表示する矩形を計算します。
WorldToGUIPointConvert a world space point to a 2D GUI position.
WorldToGUIPointWithDepthConvert a world space point to a 2D GUI position.

Events

getAuthoringObjectForEntityThe user-defined callback that Unity uses to retrieve the Unity Object associated with a DOTS Entity.
getEntitiesForAuthoringObjectThe user-defined callback that Unity uses to retrieve the DOTS Entity IDs associated with a Unity Object.
pickGameObjectCustomPassesSubscribe to this event to add additional picking objects to the HandleUtility.PickGameObject method.
placeObjectCustomPassesSubscribe to this event to handle object placement in the SceneView.

デリゲート

PickGameObjectCallbackThis is the method definition for pickGameObjectCustomPasses.
PlaceObjectDelegateThis is the method definition for placeObjectCustomPasses.