言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

Gizmos.DrawFrustum

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public static function DrawFrustum(center: Vector3, fov: float, maxRange: float, minRange: float, aspect: float): void;
public static void DrawFrustum(Vector3 center, float fov, float maxRange, float minRange, float aspect);
public static def DrawFrustum(center as Vector3, fov as float, maxRange as float, minRange as float, aspect as float) as void

Parameters

center The apex of the truncated pyramid.
fov Vertical field of view (ie, the angle at the apex).
maxRange Distance of the frustum's far plane.
minRange Distance of the frustum's near plane.
aspect Width/height ratio.

Description

位置と回転のために設定されているGizmos.matrixを使用してカメラの錐台を描画します