Version: 2022.3
言語: 日本語
public static void DrawSolidArc (Vector3 center, Vector3 normal, Vector3 from, float angle, float radius);

パラメーター

center 円の中心
normal 円の法線
from 中心を基準とした扇形を開始する円周上の方向です。
angle 扇形の角度
radius The radius of the circle

**注意:** 画面サイズに対して固定サイズのハンドルを持ちたい場合、 HandleUtility.GetHandleSize を使用します。

説明

3D 空間に扇形を描画します。


Solid Arc in the Scene View.