4
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[Unity]Tips:インスペクターにHDRモードのグラデーションを表示するには。

Posted at

#普通モードとHDRモードの違い
普通モードとHDRモードの違いは、カラーの発光レベルを設定できるかどうか。
color.png

#表示方法
グラデーションをインスペクターに表示するには、

HDRgradient.cs
        [GradientUsage(true)] public Gradient color;

という具合に、GradientUsageというアトリビューションを記述するだけ。
ちょっとつまずいたけど、日本語での検索にヒットしなかったからメモがてらに投稿してみました、現場からは以上です。

4
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?