Version: 2022.1
言語: 日本語

ArcHandle.DefaultAngleHandleDrawFunction

マニュアルに切り替える
public static void DefaultAngleHandleDrawFunction (int controlID, Vector3 position, Quaternion rotation, float size, EventType eventType);

パラメーター

controlID ハンドルのコントロール ID
position The position of the handle in the space of Handles.matrix.
rotation The rotation of the handle in the space of Handles.matrix.
size The size of the handle in the space of Handles.matrix. Use HandleUtility.GetHandleSize if you want a constant screen-space size.
eventType ハンドルを動かすためのイベントタイプ。EventType.LayoutEventType.Repaint イベントを処理します。

説明

A CapFunction that draws a line terminated with Handles.CylinderHandleCap.

This method is the default value assigned to angleHandleDrawFunction for new ArcHandle instances, and is not intended to be called on its own.