8
6

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.

[uGUI]Imageのalphaをまとめて変更したい

8
Posted at

Imageのalphaを変更しても、子要素としてぶら下がっているImageのalphaは変更されません。

以前は子要素を検索してMaskableGraphicだったらalphaを親と同期するという処理が必要だったのですが、
現在はCanvasGroupというコンポーネントがあるのでそちらが使えます。

SS2.png

↑のalphaを弄れば子要素をひっくるめてalphaを変えてくれます。

8
6
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
8
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?