Version: 2022.3
言語: 日本語
public static void DrawFrustum (Vector3 center, float fov, float maxRange, float minRange, float aspect);

パラメーター

center 視錐台の頂点
fov 垂直方向の視野 (すなわち、頂点の角度)。
maxRange 視錐台の離れた方の平面までの距離
minRange 視錐台の近く方の平面までの距離
aspect 幅と高さの比

説明

Draw a camera frustum using the currently set Gizmos.matrix for its location and rotation.