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

スクリプト言語

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

DepthTextureMode

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

Description

Camera の深度テクスチャ生成モード

フラグを組み合わせることができるので、必要に応じて「奥行き」と「深さ+法線テクスチャ」の両方を生成しカメラに設定することができます。 See Also: Camera.depthTextureMode.

Variables

None 深度テクスチャを生成しません(デフォルト)
Depth 深度テクスチャを生成します
DepthNormals 深度と法線を組み合わせたテクスチャを生成します