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

スクリプト言語

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

Material.renderQueue

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 var renderQueue: int;
public int renderQueue;
public renderQueue as int

Description

マテリアルのレンダーキュー

これはシェーダーの render queue でデフォルトのシェーダーによって使用しています。 この変数を使用してキューの上書きを行うことが可能です。一度マテリアルのキューを設定すると、 あとで異なる値を設定しても変更されないことに注意してください。 正しく動作するにはキュー番号が正の値でなければいけません。 See Also: Shader.renderQueue, RenderQueue tag.